Releases: symfony/serializer
Releases · symfony/serializer
v8.0.9
Changelog (v8.0.8...v8.0.9)
- bug #64067 Move type-mismatch and uninitialized-property handling into concrete normalizers (@ousamabenyounes)
- bug #63979 Capture constructor TypeError when collecting denormalization errors (@lacatoire)
- bug #63974 Make
BackedEnumNormalizerunconditionally returnnullon invalid value ifallow_invalid_valuesis set (@MatTheCat) - bug #63883 Fix getAllowedAttributes() when groups contain wildcard '*' (@takashiraki)
v7.4.9
Changelog (v7.4.8...v7.4.9)
- bug #64067 Move type-mismatch and uninitialized-property handling into concrete normalizers (@ousamabenyounes)
- bug #63979 Capture constructor TypeError when collecting denormalization errors (@lacatoire)
- bug #63974 Make
BackedEnumNormalizerunconditionally returnnullon invalid value ifallow_invalid_valuesis set (@MatTheCat) - bug #63883 Fix getAllowedAttributes() when groups contain wildcard '*' (@takashiraki)
v6.4.37
Changelog (v6.4.36...v6.4.37)
- bug #64067 Move type-mismatch and uninitialized-property handling into concrete normalizers (@ousamabenyounes)
- bug #63979 Capture constructor TypeError when collecting denormalization errors (@lacatoire)
- bug #63974 Make
BackedEnumNormalizerunconditionally returnnullon invalid value ifallow_invalid_valuesis set (@MatTheCat) - bug #63883 Fix getAllowedAttributes() when groups contain wildcard '*' (@takashiraki)
v8.0.8
Changelog (v8.0.7...v8.0.8)
- bug #63817 Fix denormalization of nested array with key types (@mtarld)
- bug #63782 Fix mixed-typed constructor parameters overriding getter-inferred type (@pcescon)
- bug #63787 Fix can*() prefix support in GetSetMethodNormalizer (@sn3mdev)
- bug #63627 Fix
selftype reference on promoted constructor parameter (@andersonamuller, @nicolas-grekas)
v7.4.8
Changelog (v7.4.7...v7.4.8)
- bug #63817 Fix denormalization of nested array with key types (@mtarld)
- bug #63782 Fix mixed-typed constructor parameters overriding getter-inferred type (@pcescon)
- bug #63787 Fix can*() prefix support in GetSetMethodNormalizer (@sn3mdev)
- bug #63627 Fix
selftype reference on promoted constructor parameter (@andersonamuller, @nicolas-grekas)
v6.4.36
v8.0.7
Changelog (v8.0.6...v8.0.7)
- bug #63602 Fix denormalization of magic
__setproperties (@nicolas-grekas) - bug #63547 Fix nullable array constructor parameter overriding collection value type (@nicolas-grekas)
v7.4.7
Changelog (v7.4.6...v7.4.7)
- bug #63602 Fix denormalization of magic
__setproperties (@nicolas-grekas) - bug #63547 Fix nullable array constructor parameter overriding collection value type (@nicolas-grekas)
v6.4.35
Changelog (v6.4.34...v6.4.35)
- bug #63602 Fix denormalization of magic
__setproperties (@nicolas-grekas)
v8.0.6
Changelog (v8.0.5...v8.0.6)
- bug #57392 Fix propertyPath in ConstraintViolationListNormalizer with MetadataAwareNameConverter (@antten)
- bug #63428 Fix handling of constructor enum denormalization errors (@vvaswani)
- bug #63401 Fix constructor parameter type override when property type extractor returns a different type (@nicolas-grekas)
- bug #63405 Fix passing context option to property-info (@nicolas-grekas)
- bug #63279 Normalize static methods when they have groups (@digilist)
- bug #63235 phpdocumentor/reflection-docblock 6 compatibility (@mtarld)