Skip to content

Releases: Rubilmax/evm-maths

v3.0.4

17 Oct 21:13
f43ef24
Compare
Choose a tag to compare

3.0.4 (2022-10-17)

Bug Fixes

  • format: fixed digits formatting (f43ef24)

v3.0.3

17 Oct 21:02
a9f5a41
Compare
Choose a tag to compare

3.0.3 (2022-10-17)

Bug Fixes

  • format: added digits optional argument (a9f5a41)

v3.0.2

16 Oct 15:27
eab9698
Compare
Choose a tag to compare

3.0.2 (2022-10-16)

Bug Fixes

  • formatting: added generic formatting method (eab9698)

v3.0.1

14 Oct 10:39
9a1b47a
Compare
Choose a tag to compare

3.0.1 (2022-10-14)

Bug Fixes

  • constants: move to side file (9a1b47a)

v3.0.0

14 Oct 08:54
4004202
Compare
Choose a tag to compare

3.0.0 (2022-10-14)

⚠ BREAKING CHANGES

  • compound: compoundMul (resp. compoundDiv) renamed to compMul (resp. compDiv)

Features

  • units: add units to BigNumber static (d81f802)

Bug Fixes

  • compound: rename mul/div operations (4004202)

v2.0.3

14 Oct 07:59
0dfec56
Compare
Choose a tag to compare

2.0.3 (2022-10-14)

Bug Fixes

  • types: fix types when using package (0dfec56)

v2.0.2

13 Oct 17:07
c8c8f98
Compare
Choose a tag to compare

2.0.2 (2022-10-13)

Bug Fixes

  • deps: fix dependencies versions (c8c8f98)

v2.0.1

13 Oct 16:22
cae96b4
Compare
Choose a tag to compare

2.0.1 (2022-10-13)

Bug Fixes

  • types: properly augment ethers BigNumber (cae96b4)

v2.0.0

13 Oct 16:01
4c70a5c
Compare
Choose a tag to compare

2.0.0 (2022-10-13)

⚠ BREAKING CHANGES

  • package: libraries removed

Features

  • package: overload BigNumber instead of adding separate libraries (860e79a)
  • sum: added sum function (4e8c98f)

Bug Fixes

  • ci: fix continuous deployment (b7bd021)
  • ci: stop publishing to github registry (4c70a5c)

v1.0.2

12 Oct 08:42
6137aee
Compare
Choose a tag to compare

1.0.2 (2022-10-12)

Bug Fixes

  • import: remove lib from import path (6137aee)