2.1.0
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
- @mannion007 made their first contribution in #51
- @marmichalski made their first contribution in #228
Full Changelog: 2.0.0...2.1.0