Skip to content

Releases: KennethGomez/pluralizer

0.4.0

09 Mar 14:53
Compare
Choose a tag to compare

What's changed

  • Code style changes
  • Remove initialize method
  • Increment significantly (90%) library speed and removes initialize method.
  • Now add_plural_rule and add_singular_rule accept a Regex instead of a String
  • Now add_uncountable_rule accepts an enum UncountableRule that allows Regex and String addition

Now the first call to pluralize is ~20ms and all the calls after are <1ms

Full Changelog: 0.3.2...0.4.0

0.3.2

28 Feb 20:14
Compare
Choose a tag to compare

This version includes the functional package.