Releases: eemeli/make-plural
Releases · eemeli/make-plural
make-plural@7.4.0
- 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
- Add
make-plural/examples.json
(#30)
make-plural@7.2.0
- Update to CLDR 42
make-plural@7.1.0
- Update to CLDR 40
make-plural@7.0.0
⚠ 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 thecldr-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
v4.2.0
v4.1.1
v4.0.1
v3.0.6
Move Babel config to .babelrc
-- Fixes messageformat/messageformat#146