Skip to content

Releases: eemeli/make-plural

[email protected]

29 Dec 01:50

Choose a tag to compare

[email protected]

28 Dec 20:20

Choose a tag to compare

  • Drop make-plural CommonJS exports (#34)

[email protected]

28 Dec 15:28

Choose a tag to compare

  • Update to CLDR v48, adding csw, cv, ie, kok, lld, and sgs locales

[email protected]

26 Apr 17:10

Choose a tag to compare

  • Update to CLDR v45, adding blo (Anii)
  • Drop CI testing on EOL Node.js versions
  • Update to chai@5 and gulp@5
  • Move tests to ESM

[email protected]

03 May 22:09

Choose a tag to compare

  • Add make-plural/examples.json (#30)

[email protected]

16 Nov 12:07

Choose a tag to compare

  • Update to CLDR 42

[email protected]

06 Feb 14:13

Choose a tag to compare

  • Update to CLDR 40

[email protected]

27 Aug 07:40

Choose a tag to compare

⚠ Breaking Changes

  • The make-plural package is now licensed with the OSI-approved Unicode Data Files and Software License, as it is based on the data provided in the cldr-core package, which is thus licensed. (#19)
  • While using ES6 syntax for functions does not change their behaviour in any way, it will need to be transpiled if the target environment (e.g. IE 11) does not support it.

Features

  • Update to CLDR 39 (ed2bdbc)
  • Use const and => notation for function stringification (b9da90a)
  • Add 'make-plural/ranges' as a new endpoint for plural ranges (#20)
  • Add 'make-plural/examples' as a new endpoint (#24)

Bug Fixes

  • Drop cli dependency on common-tags; streamline UMD wrapper (1404ac6)

v4.3.0

18 Oct 04:38

Choose a tag to compare

  • Update CLDR to v34
  • Update build dependencies
  • Drop Node v4 from CI tests

v4.2.0

18 Oct 04:37

Choose a tag to compare

  • Update CLDR to v33
  • Rename repo to eemeli/make-plural