Skip to content

Releases: satotake/jp-numerals

v3.0.1

07 Aug 02:06
6cc5f05
Compare
Choose a tag to compare

3.0.1 (2022-08-07)

Bug Fixes

v3.0.0

11 Jan 00:15
bbf3b01
Compare
Choose a tag to compare

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
0414060
Compare
Choose a tag to compare

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
d8c0844
Compare
Choose a tag to compare

1.0.4 (2020-10-04)

Bug Fixes

  • type: export some types (6ba7157)

v1.0.3

04 Jul 16:48
e232856
Compare
Choose a tag to compare

1.0.3 (2019-07-04)

Bug Fixes

v1.0.2

22 Jun 13:28
f32ca06
Compare
Choose a tag to compare

1.0.2 (2019-06-22)

Bug Fixes

  • api: change main func name (8c869f1)

v1.0.1

22 Jun 11:58
5d94255
Compare
Choose a tag to compare

1.0.1 (2019-06-22)

Bug Fixes

  • main: change method name (dbb8a50)

v1.0.0

22 Jun 11:12
58b99d6
Compare
Choose a tag to compare

1.0.0 (2019-06-22)

Bug Fixes

  • main: fix type error of toTuples (028c108)