Skip to content

Releases: eemeli/make-plural

v3.0.5

22 Apr 07:27
Compare
Choose a tag to compare
  • Update dependencies, including CLDR 29 & Babel 6
  • Add missing pluralCategories files to package.json
  • Fix "main" in bower.json

v3.0.3

11 Feb 11:55
Compare
Choose a tag to compare

Changes

  • Add common cases for cardinal-only functions
  • Fix Issue #9 with special check for in

v3.0.1

27 Sep 23:59
Compare
Choose a tag to compare

Changes

  • Properly remove empty lines from function bodies
  • Update dependencies (incl. CLDR v28)
  • Clean up Makefile
  • Travis CI: add node 4.0, drop 0.8 (which was failing)
  • Prettify readme

v3.0.0

20 Apr 14:07
Compare
Choose a tag to compare

Changes

  • Refactor/rewrite whole codebase in ES6
  • Include compiled output of default CLDR data
  • Include pluralization categories
  • Load CLDR data via npm (currently v27.0.1)
  • Add tests, including 1710 data tests generated from rule examples
  • Run tests through Travis CI using commit hook
  • Provide minified output

v3.0.0-rc4

04 Apr 15:31
Compare
Choose a tag to compare
v3.0.0-rc4 Pre-release
Pre-release
Version 3.0.0-rc4

v3.0.0-rc3

02 Apr 22:13
Compare
Choose a tag to compare
v3.0.0-rc3 Pre-release
Pre-release
Version 3.0.0-rc3

v3.0.0-rc2

30 Mar 21:09
Compare
Choose a tag to compare
v3.0.0-rc2 Pre-release
Pre-release
Version 3.0.0-rc2

v3.0.0-rc1

21 Mar 18:42
Compare
Choose a tag to compare
v3.0.0-rc1 Pre-release
Pre-release
Version 3.0.0-rc1

v2.1.3

21 Mar 18:41
Compare
Choose a tag to compare
Fix #5 using slice() instead of substr()