Releases: tiny-blocks/math
Releases · tiny-blocks/math
v3.0.0
- Separation of
fromString
andfromFloat
methods:BigNumber
instances can now be created using distinct methods for strings and floats, ensuring greater precision and control. - Refined testing: Separate tests for creating
BigNumber
instances withfromString
andfromFloat
, covering different scenarios to ensure accuracy and consistent behavior.
v2.1.0
- Improves strict typing and tests.
v2.0.1
- Fixes README.md and updates dependencies.
v2.0.0
- Updates PHP to version 8.2.
v1.0.1
- Change deprecated assertion in tests.
v1.0.0
- Adds math implementation.