Releases: symfony/serializer
Releases · symfony/serializer
v7.1.8
Changelog (v7.1.7...v7.1.8)
- bug symfony/symfony#56868 [Serializer] fixed object normalizer for a class with
cancel
method (@er1z) - bug symfony/symfony#58705 [Serializer] Revert Default groups (@mtarld)
- bug symfony/symfony#58804 [Serializer][TypeInfo] fix support for phpstan/phpdoc-parser 2 (@xabbuh)
v6.4.15
Changelog (v6.4.14...v6.4.15)
- bug symfony/symfony#56868 [Serializer] fixed object normalizer for a class with
cancel
method (@er1z)
v7.2.0-BETA1
Changelog (v7.1.6...v7.2.0-BETA1)
- feature symfony/symfony#58308 [Serializer] Deprecate
AdvancedNameConverterInterface
(@mtarld) - feature symfony/symfony#56823 [Serializer] Introduce named serializers (@HypeMC)
- feature symfony/symfony#58246 [Serializer][Uid] Add the
Uuid::FORMAT_RFC_9562
andUidNormalizer::NORMALIZATION_FORMAT_RFC9562
constants (@alexandre-daubois) - feature symfony/symfony#57793 [Serializer] Support subclasses of
DateTime
andDateTimeImmutable
(@amcsi) - feature symfony/symfony#58060 [Serializer] Add SnakeCaseToCamelCaseNameConverter (@dunglas)
- feature symfony/symfony#57827 [Serializer][Translation] Deprecate passing a non-empty CSV escape char (@alexandre-daubois)
v7.1.6
Changelog (v7.1.5...v7.1.6)
- bug symfony/symfony#58255 [Serializer] Fix
ObjectNormalizer
gives warnings on normalizing with public static property (André Laugks) - bug symfony/symfony#58306 [Serializer] Collect denormalization errors for variadic params (@mtarld)
- bug symfony/symfony#58368 [Serializer] Readd AdvancedNameConverterInterface to MetadataAwareNameConverter (@aurimasrimkusnfq, @aurimasrim)
v6.4.13
Changelog (v6.4.12...v6.4.13)
- bug symfony/symfony#58255 [Serializer] Fix
ObjectNormalizer
gives warnings on normalizing with public static property (André Laugks) - bug symfony/symfony#58306 [Serializer] Collect denormalization errors for variadic params (@mtarld)
v5.4.45
Changelog (v5.4.44...v5.4.45)
- no significant changes
v7.1.5
Changelog (v7.1.4...v7.1.5)
- bug symfony/symfony#58259 [TypeInfo] Return bound type as base type in
TemplateType
(@valtzu) - bug symfony/symfony#58226 [Serializer] Fix for method named
get()
(@mihai-stancu)
v6.4.12
Changelog (v6.4.11...v6.4.12)
- bug symfony/symfony#58226 [Serializer] Fix for method named
get()
(@mihai-stancu)
v5.4.44
Changelog (v5.4.43...v5.4.44)
- no significant changes
v7.1.4
Changelog (v7.1.3...v7.1.4)
- bug symfony/symfony#57928 [Serializer] fix denormalizing mixed collection values (@rynhndrcksn)