Serializer v1.11.0 Release Notes

Release Date: 2018-02-04 // over 7 years ago
  • Implemented enhancements:

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ‘ป Exception thrown for non-existant accessor to an excluded property #862
    • ๐Ÿ‘Œ Support non-namespaced lists in namespaced XML #851 (bertterheide)

    Closed issues:

    • Context Group not working #865
    • Not all virtual properties are serialized #864
    • DeserializedName #857
    • Annotation does not exist, or could not be auto-loaded. #855
    • [Question] Serialization of primitive types #853
    • Empty list when deserializing namespaced XML with children that are not namespaced #850
    • XmlList(skipWhenEmpty=true) or @SkipWhenEmpty() does not work #847
    • DateHandler Timezone ignored on deserialization #457

    ๐Ÿ”€ Merged pull requests:

    • โฌ‡๏ธ Drop HHVM support #869 (goetas)
    • ๐Ÿ‘ Allow excluded private properties to not have a getter accโ€ฆ #863 (0mars)
    • ๐Ÿ—„ Solve php 7.2 deprecations #860 (goetas)
    • ๐Ÿ›  Fixed issue where timezone is lost when creating DateTime from unix timestamp #835 (goetas)