gems dry-inflector 1.3.0
v1.3.0

2 days ago

Changed

Fixed

  • Correctly handle pluralized aconyms in #underscore. For example, underscoring "CustomerAPIs" now gives "customer_apis". (@hmaddocks in #54)
  • Correctly singularize "uses" and pluralize "use". (@hmaddocks in #55)
  • Fix singularization of plurals ending in a vowel and "xes", such as "taxes" -> "tax". (@hmaddocks in #56)
  • Fix pluralization of words ending in "ee", such as "fee" -> "fees". (@hmaddocks in #57)
  • Fix singularizing of words like "leaves" and "thieves". (@hmaddocks in #58)
  • Fix pluralization of words ending in "f" that should not have their ending turn into "ves", e.g. "roof"->"roofs" and "chief"->"chiefs". (@hmaddocks in #59)
  • Fix pluralization of "virus" into "viruses". (@hmaddocks in #59)

Don't miss a new dry-inflector release

NewReleases is sending notifications on new releases.