Serializer v1.5.0-RC1 Release Notes

Release Date: 2017-01-19 // about 7 years ago
  • Implemented enhancements:

    • โž• added support for xml-attributes as discriminators #692 (twtinteractive)
    • Prevent doctrine proxy loading for virtual types #684 (goetas)
    • Implemented dynamic exclusion using symfony expression language #673 (goetas)
    • ๐Ÿ‘ Issue543 - Adding DateTimeImmutable support #635 (toby-griffiths)

    Closed issues:

    • Groups logic #693
    • BC from 1.1.* to 1.2 #643
    • DoctrineProxySubscriber forces loading of the proxy even if custom handler exist #575
    • ConditionalExpose/Exclude annotation #540
    • ๐Ÿ—„ Deprecated usage of ValidatorInterface #438
    • Missing addData in XmlSerializerVisitor makes it impossible to add data in serializer.post_serialize event #235
    • ๐Ÿ‘Œ Support JSON PATCH for updating object graph #231
    • Dynamic expose, aka 'fields' query param #195

    ๐Ÿ”€ Merged pull requests:

    • โž• Added doc reference for disabling discriminator #699 (dragosprotung)
    • 0๏ธโƒฃ Use GroupsExclusionStrategy::DEFAULT_GROUP instead default group. #694 (Aliance)
    • ๐Ÿ‘Œ Improved Symfony 3.x compatibility #682 (goetas)
    • Discriminator Groups #579 (maennchen)
    • โž• Add extra test for handling child elements #569 (tarjei)