Skip to content

0.9.0

Latest
Compare
Choose a tag to compare
@BenMorel BenMorel released this 26 Nov 16:55
· 10 commits to master since this release

💥 Breaking changes

  • Minimum PHP version is now 8.1
  • PDOProviderConfiguration no longer has getters, its properties are public readonly
  • RoundingMode from brick/math is now an enum, so:
    • all methods accepting an int rounding mode now accept a RoundingMode instance instead
    • this should be transparent to your application, as you'll be using the same constants such as RoundingMode::UP