All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
7.3.0 (2023-05-03)
- Add 'make-plural/examples.json' (#30)
7.2.0 (2022-11-16)
- Update to cldr-core@42 (d7f8a07)
7.1.0 (2022-02-06)
- Update to cldr-core@40 (604a752)
7.0.0 (2021-08-27)
- This package is now licensed
with the OSI-apporved Unicode Data Files and Software License, as it is
based on the data provided in the
cldr-core
package, which is thus licensed. - 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.
- Update to CLDR 39 (ed2bdbc)
- Use const and => notation for function stringification (b9da90a)
- Add 'make-plural/ranges' as a new endpoint for plural ranges (ee848b3)
- Add 'make-plural/examples' as a new endpoint (7ec09c7)
- Drop cli dependency on common-tags; streamline UMD wrapper (1404ac6)
6.2.2 (2020-08-09)
6.2.1 (2020-04-05)
- exports: Add missing type, exports & browser config to package.json (d2f3fa3)
6.2.0 (2020-04-05)
- Add d.ts typings for pluralCategories (ae7472e)
- Add d.ts typings for plurals (db6e4b5)
- Include type PluralCategory in all d.ts files (9b368fc)
6.1.0 (2020-03-08)
- compiler: Drop line folding & unnecessary (wrapping) (c5d31f6)
6.0.1 (2019-10-18)
6.0.0 (2019-10-17)
- This drops the default export of the ES6 module, and for the UMD module renames "pt-PT" as pt_PT & "in" as _in.
- This drops the umd/ and es6/ directories, in favour of serving the plurals and pluralCategories files from the package root. They are now distinguished by extension: .mjs for ES6 modules, and .js for UMD packaging.
- Automate common-categories detection (3421285)
- Automate common-plurals detection (a6838a1)
- Improve category printing, including vars for strings (9c0a8d8)
- Account for aliased locale codes (f538772)
- Harmonise ES6 & UMD exports (c24b666)
- Change output paths (3b4c7e9)
- Add named exports to ES6 modules, for tree-shaking (37021e6)
- Include separate exports for cardinals & ordinals (ea23050)
- Update cldr-core from 34 to 36 (a9d2547)