Skip to content

Releases: gobuffalo/flect

v0.2.0: combine pluralization and singularization rules (#30)

17 Dec 15:25
Compare
Choose a tag to compare
* combine pluralization and singularization rules

Combines the rules for pluralization and singularization into a single
set for improved consistency and maintenance.
Suffix rules are now ordered with most specific matches (longest suffixes)
matched before shorter suffixes.

Also fixed pluralization of "you", should be "you" instead of "yous".
And added some extra cases for better handling of some words ending with
"us".

* remove unused rule

The rule for "appendix" suffix is not used because it's already
in the list of full words.

* alphabetize single to plural word map

v0.1.7: Words ending in ouse (#28)

21 Nov 16:43
Compare
Choose a tag to compare
* fix rule for words ending in ouse

The rule seems to have been entered backwards.
And it can be generalized to use->uses.

* remove incorrect and redundant rule

v0.1.6

21 Aug 05:41
Compare
Choose a tag to compare
Bump version & remove Travis

v0.1.0

12 Feb 18:58
d4fc286
Compare
Choose a tag to compare
Remove envy dep (#17)

Fixes #16