3.18.0
What's Changed
- Fix deprecation by @ruudk in #1386
- Handle union types for typed properties and docblocks by @dgafka in #1330
- Split visitorsAdded flag by @simPod in #1400
- Add support for
list<T>
by @simPod in #1354 - Test bool type for null in Serialization tests by @simPod in #1399
- Fix #1396 by @niconoe- in #1397
- Cleanup FirstClassMapCollection fixture by @simPod in #1402
- Fixed decimal type mapping to match the actual type from doctrine by @LANGERGabrielle in #1398
- Fix cs by @simPod in #1409
- Fix compatibility of ReadOnly annotation for PHP8.1 by @simPod in #1410
- Add PHP8.2 tests by @scyzoryck in #1418
- Fixed decimal type mapping to match the actual type from doctrine by @LANGERGabrielle in #1411
- Add a handler supporting
symfony/uid
by @mbabker in #1391 - Introduce strict deserializer visitor by @simPod in #1401
- Feature/uninitialize property exception by @pag1903 in #1408
- Fix deserialization not initializing properties when they have a default value and the field is not found in the payload by @joaojacome in #1417
New Contributors
- @niconoe- made their first contribution in #1397
- @LANGERGabrielle made their first contribution in #1398
- @pag1903 made their first contribution in #1408
- @joaojacome made their first contribution in #1417
Full Changelog: 3.17.1...3.18.0