packagist brick/math 0.11.0

latest releases: 0.14.8, 0.14.7, 0.14.6...
3 years ago

💥 Breaking changes

  • Minimum PHP version is now 8.0
  • Methods accepting a union of types are now strongly typed*
  • MathException now extends Exception instead of RuntimeException

* You may now run into type errors if you were passing Stringable objects to of() or any of the methods internally calling of(), with strict_types enabled. You can fix this by casting Stringable objects to string first.

Don't miss a new math release

NewReleases is sending notifications on new releases.