Skip to content

v1.11.0

Compare
Choose a tag to compare
@goetas goetas released this 04 Feb 18:30
· 1017 commits to master since this release
e7c5347

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)