Releases: Rubilmax/evm-maths
Releases · Rubilmax/evm-maths
v3.0.4
3.0.4 (2022-10-17)
Bug Fixes
- format: fixed digits formatting (f43ef24)
v3.0.3
3.0.3 (2022-10-17)
Bug Fixes
- format: added digits optional argument (a9f5a41)
v3.0.2
3.0.2 (2022-10-16)
Bug Fixes
- formatting: added generic formatting method (eab9698)
v3.0.1
3.0.1 (2022-10-14)
Bug Fixes
- constants: move to side file (9a1b47a)
v3.0.0
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
2.0.3 (2022-10-14)
Bug Fixes
- types: fix types when using package (0dfec56)
v2.0.2
2.0.2 (2022-10-13)
Bug Fixes
- deps: fix dependencies versions (c8c8f98)
v2.0.1
2.0.1 (2022-10-13)
Bug Fixes
- types: properly augment ethers BigNumber (cae96b4)
v2.0.0
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
1.0.2 (2022-10-12)
Bug Fixes
- import: remove lib from import path (6137aee)