Skip to content

2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 07:15
· 550 commits to master since this release
d3277ee

What’s Changed

  • Internal CI / code quality improvements (#65, #78, #90, #92, #103, #105, #139, #263)
  • Improve assertions around type of data deserialized from persisted state (#261)
  • Add support for offsetting a Date by a number of days (#258)
  • Upgraded for and require PHP 8.0 (#91)
  • Run CI against PHP 8.1 (#119)
  • Fix wrong TestCase import in DateTest (#104)

Breaking Changes

The class DateTimeNormalizer has been removed. This class was intended to be internal and not covered by a backwards compatibility guarantee. As PHP >=8.0 is now required, the built in \DateTime|Immutable::createFromInterface() is available to provide this functionality.

New Contributors

Full Changelog: 2.0.0...2.1.0