Skip to content

0.17.0

Latest

Choose a tag to compare

@BenMorel BenMorel released this 17 Mar 13:03

💥 Breaking changes

  • Deprecated method BigDecimal::hasNonZeroFractionalPart() has been removed, use ! $number->getFractionalPart()->isZero() instead
  • Exception constructors and factory methods are now @internal

Compatibility improvements

  • BigDecimal::fromFloatExact() now supports 32-bit PHP