Serializer v3.1.0 Release Notes

Release Date: 2019-06-25 // almost 5 years ago
  • Implemented enhancements:

    • โž• Add support for iterable and Iterator #1096 (simPod)
    • Implement "empty" XML namespace handling #1095 (discordier)
    • ๐Ÿšš Move type check when deserializing into the graph navigator #1080 (goetas)
    • ๐Ÿ‘ Allow loading different YAML extensions #1078 (scaytrase)

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ›  Fix for failing doctrine object constructor on embeddable class #1031 (notrix)

    Closed issues:

    • Behavior serializeNull -> not always honored in 2.* (but was in 1.*) #1101
    • ๐Ÿ‘Œ Support for iterable #1094
    • Prevent deserialisation with missing required field #1090
    • ๐Ÿ‘ Allow using @XmlValue together with @Accessor/@AccessType #1083
    • ๐Ÿ‘Œ Support *.yaml extension #1077
    • โฌ†๏ธ Instructions for upgrading from addData in 1.x don't work #1030

    ๐Ÿ”€ Merged pull requests: