Skip to content

Releases: xp-framework/math

10.0.0: IEEE 754 power()

16 Aug 07:51

Choose a tag to compare

Heads up: Dropped support for PHP < 7.4, see xp-framework/rfc#343
(@thekid)

  • Merged PR #6: Make Big(Int|Float)::power() consistent with IEEE 754
    rules, see issue #5.
    (@thekid)

9.3.0: XP 12 compatibility

24 Mar 12:16

Choose a tag to compare

  • Made compatible with XP 12 - @thekid

9.2.0: Testing migration, PHP 8.4

01 Mar 20:14

Choose a tag to compare

  • Added PHP 8.4 to the test matrix - @thekid
  • Merged PR #4: Migrate to new testing library - @thekid

9.1.0: Comparison and equality

25 Mar 21:32

Choose a tag to compare

  • Deprecated doubleValue() in favor of floatValue() - @thekid
  • Merged PR #3: Comparison and equality - @thekid

9.0.2: Bit shifting fix

25 Mar 19:13

Choose a tag to compare

  • Fixed issue #2: Bit shifting introduces "decimals" - @thekid

9.0.1: XP 11 compatibility

21 Oct 15:35

Choose a tag to compare

  • Made compatible with XP 11 - @thekid

9.0.0: Drop PHP 5 support

10 Apr 13:00

Choose a tag to compare

  • Fixed PHP 8.0 compatibility when dividing by zero - @thekid
  • Implemented xp-framework/rfc#334: Drop PHP 5.6:
    . Heads up: Minimum required PHP version now is PHP 7.0.0
    . Rewrote code base, grouping use statements
    (@thekid)

8.0.1: XP10 compatibility

01 Dec 10:53

Choose a tag to compare

  • Made compatible with XP 10 - @thekid

8.0.0: XP9 Compatibility

29 May 21:50

Choose a tag to compare

  • Heads up: Dropped PHP 5.5 support - @thekid
  • Merged PR #1: Forward compatibility with XP 9.0.0 - @thekid

7.1.0: XP8 compatibility

28 Aug 21:29

Choose a tag to compare

  • Added forward compatibility with XP 8.0.0 - @thekid