Releases: ultraq/icu-message-formatter
Releases · ultraq/icu-message-formatter
0.14.2
0.14.1
0.14.0
- On the road to making this pure ESM, the following internal changes have been made:
- Added
"type": "module"
so ESM is now the default - Package outputs defined using an
exports
map w/import
pointing to the main source andrequire
to a transpiled version of the source
- Added
0.13.0
0.12.0
- Dropped support for Node 10
- Use
Intl.Pluralrules
to add support for all of the plural keywords when using thepluralTypeHandler
(#13)