Releases: satotake/jp-numerals
Releases · satotake/jp-numerals
v3.0.1
3.0.1 (2022-08-07)
Bug Fixes
v3.0.0
3.0.0 (2021-01-11)
Bug Fixes
- numerals: fix conversion of negative values which are nearly zero (2c995a2)
BREAKING CHANGES
- numerals: change nearly-zero negative values' behavior which is handled as empty unexpectedly
v2.0.0
2.0.0 (2020-10-04)
Bug Fixes
- bugfix: Fix boundary value handling (298daca)
Features
- api: Support round method (6f853dd)
- api: support signed numbers (f159f7e)
improvement
- toString: ignore parts if digits === 0 for toString (51f54a2)
BREAKING CHANGES
- bugfix: handle boundary value such as 1_0000_0000 properly while v1 returns invalid results
(as 0)
- toString: ignore parts if digits === 0 for toString while v1 returns '0' + char
- api: Supporting negative numbers instead of throwing errors
v1.0.4
1.0.4 (2020-10-04)
Bug Fixes
v1.0.3
1.0.3 (2019-07-04)
Bug Fixes
v1.0.2
1.0.2 (2019-06-22)
Bug Fixes
- api: change main func name (8c869f1)
v1.0.1
1.0.1 (2019-06-22)
Bug Fixes
v1.0.0
1.0.0 (2019-06-22)
Bug Fixes
- main: fix type error of toTuples (028c108)