Skip to content

Releases: Cosmo/GrammaticalNumber

0.0.3

02 Sep 12:55
Compare
Choose a tag to compare
Downgrade requirement to Swift 5.0

Match letter casing of output with input word

31 Aug 10:13
Compare
Choose a tag to compare

Examples

"child".pluralized() // "children"
"Child".pluralized() // "Children"
"CHILD".pluralized() // "CHILDREN"

0.0.1

31 Aug 09:03
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/Cosmo/GrammaticalNumber