Releases: satotake/jp-numerals
Releases · satotake/jp-numerals
v3.0.1
07 Aug 02:06
Compare
Sorry, something went wrong.
No results found
3.0.1 (2022-08-07)
Bug Fixes
v3.0.0
11 Jan 00:15
Compare
Sorry, something went wrong.
No results found
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
04 Oct 18:17
Compare
Sorry, something went wrong.
No results found
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
04 Oct 15:33
Compare
Sorry, something went wrong.
No results found
1.0.4 (2020-10-04)
Bug Fixes
v1.0.3
04 Jul 16:48
Compare
Sorry, something went wrong.
No results found
1.0.3 (2019-07-04)
Bug Fixes
v1.0.2
22 Jun 13:28
Compare
Sorry, something went wrong.
No results found
1.0.2 (2019-06-22)
Bug Fixes
api: change main func name (8c869f1 )
v1.0.1
22 Jun 11:58
Compare
Sorry, something went wrong.
No results found
1.0.1 (2019-06-22)
Bug Fixes
v1.0.0
22 Jun 11:12
Compare
Sorry, something went wrong.
No results found
1.0.0 (2019-06-22)
Bug Fixes
main: fix type error of toTuples (028c108 )