All notable consumer-facing changes are documented in this file.
- Updates the symbol used for negative values to use the minus symbol instead of a hyphen
- Set the version of Node to 16.13.0 used when running tests and developing on this project.
- Add development instructions.
- No consumer-facing changes are expected.
- Dependency upgrades
condenseCurrency
will now fall back to the "best match" locale if an unsupported region is provided; e.g.en-ZZ
would fall back toen
.
- Adds support for Turkish
Code style changes only - no consumer-facing changes.
condenseNumber
will now fall back to the "best match" locale if an unsupported region is provided; e.g.en-ZZ
would fall back toen
- Adds support for Thai and Korean
- Adds support for simplified Chinese, traditional Chinese, Finnish, Norwegian, Swedish, Malay, Freek, Polish, and Romanian
- Options are now passed as an object to make the call signature less ambiguous (#49)
- Added a
roundingRule
option (#49)
condenseNumber
no longer applies a default precision to unsupported locales
Improve the build by specifying entry points
Initial release 🎉