Skip to content

0.11.0

Compare
Choose a tag to compare
@BenMorel BenMorel released this 15 Jan 23:17
· 38 commits to master since this release

💥 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.