Skip to content

Latest commit

 

History

History
217 lines (99 loc) · 7.98 KB

CHANGELOG.md

File metadata and controls

217 lines (99 loc) · 7.98 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.0.1 (2024-03-12)

Bug Fixes

4.0.0 (2023-12-21)

3.7.0 (2023-11-28)

Features

  • locale: add fr-BE support (85de6d0)

3.6.1 (2023-06-27)

Bug Fixes

3.6.0 (2023-06-19)

Features

  • 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)

Features

  • locale: add support for en-NP locale (c66759a)

3.4.0 (2023-01-17)

Features

  • locale: add support to pt-BR locale (b4061ef)

3.3.2 (2022-12-16)

3.3.1 (2022-11-10)

Bug Fixes

3.3.0 (2022-08-02)

Features

  • allow overriding currency details per conversion (380831e)

3.2.0 (2022-04-16)

Features

  • language: added support for dutch nl-SR language and currency (#805) (4ac84c3)

3.1.1 (2022-03-28)

Bug Fixes

  • add includes of ignore one for words (a289892)
  • generate build (6d08e8a)

3.1.0 (2022-02-09)

Features

  • GB: added tests for GB support (b9f488f)

3.0.3 (2022-01-06)

Bug Fixes

  • remove deepsource config (0ae7a59)

3.0.2 (2021-11-24)

3.0.1 (2021-10-23)

3.0.0 (2021-09-14)

Features

3.0.0-alpha.0 (2021-09-04)

Features

  • refactor and new languages (ec68e6c)

Bug Fixes

  • remove default class export to keep import syntax same (bc15df6)
  • resolve rebase issue (2d175f2)

2.5.0 (2021-08-24)

2.4.0 (2021-08-06)

Features

2.3.2 (2021-05-24)

2.3.1 (2020-12-08)

Bug Fixes

  • change MMK to follow US numeral systems (#265) (a37d6f6)

2.3.0 (2020-11-20)

Features

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)

Bug Fixes

  • build & add code for en-MU (6e01b2b)

2.2.0 (2020-06-20)

Features

  • add Mauritius English locale (cead7b4)

2.1.1 (2020-05-01)

Bug Fixes

2.1.0 (2020-05-01)

Features

2.0.3 (2020-04-25)

2.0.2 (2020-04-24)

Bug Fixes

2.0.1 (2020-04-23)

2.0.0 (2020-04-23)

⚠ BREAKING CHANGES

  • 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

Bug Fixes

  • fixed isValidNumber (3224609)

  • Rewrite in TypeScript with enahcements (9617f26)