[Tigerops-community] English 0.3.0
7rans
transfire at gmail.com
Sat Sep 27 15:43:16 EDT 2008
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
* 2 Major Enhancements
* Inflect uses Regexp for 10x speed improvement.
* Style module extends String to provide stylization methods.
* 1 Minor Enhancements
* dresner.rb and jumble.rb will be deprecated.
More information about the Tigerops-community
mailing list