Skip to content

Releases: eemeli/make-plural

make-plural@7.4.0

26 Apr 17:10
Compare
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

make-plural@7.3.0

03 May 22:09
Compare
Choose a tag to compare
  • Add make-plural/examples.json (#30)

make-plural@7.2.0

16 Nov 12:07
Compare
Choose a tag to compare
  • Update to CLDR 42

make-plural@7.1.0

06 Feb 14:13
Compare
Choose a tag to compare
  • Update to CLDR 40

make-plural@7.0.0

27 Aug 07:40
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Update CLDR to v33
  • Rename repo to eemeli/make-plural

v4.1.1

19 Nov 09:58
Compare
Choose a tag to compare
  • Update CLDR to v32
  • Update dependencies
  • Update CI tests to include latest & v6 node; dropping iojs & older

v4.0.1

13 Oct 22:36
Compare
Choose a tag to compare
  • Breaking change: move default outputs to umd/ from root
  • Add ES6 module output under es6/
  • Add .getRules(), for case-insensitive locale matching
  • Switch coding style to Standard
  • Update dependencies (incl. CLDR v30)

v3.0.6

04 Jul 08:51
Compare
Choose a tag to compare

Move Babel config to .babelrc -- Fixes messageformat/messageformat#146