Skip to content

Releases: plurals/pluralize

A Few Word Changes

25 May 05:17
Compare
Choose a tag to compare

Changed

  • Uncountable
    • Transportation
    • Mud
    • Only
    • Words ending in "ware"
    • Analytics
    • Aircraft
    • Pokemon
    • Personnel
  • Plural/Singular
    • Christmas
    • Words ending in "[ml]ice"
    • Passerby
    • Enterprise
  • Plural changes
    • "Octopi" to "octopuses"
    • "Whiskies" to "whiskeys" (only when pluralized with "whiskey", opposed to "whisky")
  • Singular
    • Words ending with "bases"
    • Words ending with "rises"
  • Numbers and symbols will be suffixed with lowercase additions

Emphasis

20 Aug 18:46
Compare
Choose a tag to compare

Changed

  • Support for "emphasis"

"Audio"

18 Jul 17:41
Compare
Choose a tag to compare

Changed

  • Make audio uncountable

`isSingular` and `isPlural`

18 Jul 17:39
Compare
Choose a tag to compare

Added

  • Add isSingular and isPlural methods

Changed

  • Words ending in ous are uncountable
  • Anime and manga are uncountable

"Tennis"

16 May 13:36
Compare
Choose a tag to compare

Changed

  • Mark "tennis" as uncountable

Skip `s` After Non-English Words

03 Mar 22:19
Compare
Choose a tag to compare

Changed

  • Avoid appending an s after non-English words (#51)

Keep Casing

13 Dec 04:36
Compare
Choose a tag to compare

Changed

  • When the word replacement is an exact match for the token, keep the current word and casing

Fixed

  • Corrected the README singular example
  • Corrected the JSDoc type signatures

Refactor words ending in "ies"

23 Jun 04:35
Compare
Choose a tag to compare

Changed

  • Refactored words ending in "ies" to be a whitelist (350b309)
  • Add has -> have rule

Updated Rules

10 May 21:59
Compare
Choose a tag to compare

Changed

  • New uncountables
  • Added "was"/"were" to irregulars

Plurals ending in "nies"

17 Sep 03:37
Compare
Choose a tag to compare

Fixed

  • Singularizing words ending in nies

Added

  • Paragraph on when to use pluralize