Files | Admin

Notes:

Release Name: 0.3.0

Notes:
English 0.3.0 is out! This new version provides two awesome
improvements.

English's Inflect performance has been greatly improved.
Inflect had used sorting and a comparision loop to find matches
for singular and plural conversions. Now it uses a single Regexp
which handles all the matching grunt work on it's own and
provides a 10x performance gain! Thanks goes to Wycats
for this superb work on this.

English has also gained a new Style module which extends the
String class. This mixin provides an assortment of String
alteration methods such as titlecase, jumble, pathize, etc;
all the ones you would expect and then some.




Changes: == 0.3.0 / 2008-09-27 * 1 Minor Enhancements * dresner.rb and jumble.rb will be deprecated (#80a36d6713849d67a887bc0af500b0f2a6e664c8)