Skip to content

Releases: tiny-blocks/math

v3.0.0

07 Oct 13:03
ad40c95
Compare
Choose a tag to compare
  • Separation of fromString and fromFloat 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 with fromString and fromFloat, covering different scenarios to ensure accuracy and consistent behavior.

v2.1.0

05 Oct 00:10
1f056e4
Compare
Choose a tag to compare
  • Improves strict typing and tests.

v2.0.1

17 Jun 15:32
a217914
Compare
Choose a tag to compare
  • Fixes README.md and updates dependencies.

v2.0.0

08 Jun 22:21
776d7cc
Compare
Choose a tag to compare
  • Updates PHP to version 8.2.

v1.0.1

03 Jun 20:24
0eca133
Compare
Choose a tag to compare
  • Change deprecated assertion in tests.

v1.0.0

26 Jul 16:37
b5cef7c
Compare
Choose a tag to compare
  • Adds math implementation.