Added
- Support for PHP 8.2.
- Support for typed properties (in addition to the annotated properties)
- [BREAKING] Type hints and return types
Changed
- [BREAKING] Constructor order of
Bindings
- [BREAKING] Argument order of
transform
andtransferRaw
inJsonDecoder
- Set dynamic properties only if
AllowDynamicProperties
attribute is set (on PHP 8.2. and greater) - Linting to
pint
- Unit tests to
pest
Removed
- Support for PHP 7.4.
For further information you can also take a look at the UPGRADE.md.