All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.1.0 (2024-07-17)
- add optional trailing variant to exactWordsMapping (44fd000)
- annotate types of test macro entries properly (37c7768)
- use singular field of
CurrencyOptions
(566ae94)
4.0.1 (2024-03-12)
- build the package (2b006be)
4.0.0 (2023-12-21)
3.7.0 (2023-11-28)
- locale: add fr-BE support (85de6d0)
3.6.1 (2023-06-27)
3.6.0 (2023-06-19)
- add support for only text to be in front of number words (e96ca2f)
- locale: add estonian (ee-EE) language support (df44a3f)
3.5.1 (2023-04-24)
3.5.0 (2023-02-27)
- locale: add support for en-NP locale (c66759a)
3.4.0 (2023-01-17)
- locale: add support to pt-BR locale (b4061ef)
3.3.2 (2022-12-16)
3.3.1 (2022-11-10)
- add dist (ca7e4c9)
3.3.0 (2022-08-02)
- allow overriding currency details per conversion (380831e)
3.2.0 (2022-04-16)
3.1.1 (2022-03-28)
3.1.0 (2022-02-09)
- GB: added tests for GB support (b9f488f)
3.0.3 (2022-01-06)
- remove deepsource config (0ae7a59)
3.0.2 (2021-11-24)
3.0.1 (2021-10-23)
3.0.0 (2021-09-14)
3.0.0-alpha.0 (2021-09-04)
- refactor and new languages (ec68e6c)
2.5.0 (2021-08-24)
2.4.0 (2021-08-06)
2.3.2 (2021-05-24)
2.3.1 (2020-12-08)
2.3.0 (2020-11-20)
- add support for en-MM (b48eade)
2.2.5 (2020-11-08)
2.2.4 (2020-11-08)
2.2.3 (2020-09-25)
2.2.2 (2020-09-22)
2.2.1 (2020-06-20)
- build & add code for en-MU (6e01b2b)
2.2.0 (2020-06-20)
- add Mauritius English locale (cead7b4)
2.1.1 (2020-05-01)
- add build files (3c7b7e8)
2.1.0 (2020-05-01)
- improve .gitignore (2e406d9)
2.0.3 (2020-04-25)
2.0.2 (2020-04-24)
- lint rules (74bfb9c)
2.0.1 (2020-04-23)
- Rewrote the core into Typescript.
feat: added options ignoreDecimal, ignoreZeroCurrency
feat: added provision for i18n, currently supports en-IN (default) and en-US
fix: wrong conversion of fractional unit beginning with zero
docs: updated README
test: added unit tests with jest