Serializer v1.3.0 Release Notes

Release Date: 2016-08-17 // over 7 years ago
  • ๐Ÿ›  Fixed bugs:

    Closed issues:

    • โšก๏ธ problems with xml namespaces after update #621
    • Trying to decorate a member to ArrayCollection but gets an error when deserilizing because composer didn't download the class from doctrine. #596
    • Missing doctrine/common requirement ? #517
    • PHP Fatal error: Using $this when not in object context in JMS/Serializer/Serializer.php on line 99 #441
    • custom collection handler #415
    • Exclude annotation not preventing attempt to find public methods when using AccessType #367
    • serializer.pre_serialize event only thrown on objects/classes #337
    • Installing through composer gets "Segmentation fault" #308
    • Erroneous data format for unserializing... #283
    • DoctrineObjectConstructor should skip empty identifier field #193

    ๐Ÿ”€ Merged pull requests:

    • โž• Added public hasData function to check if a data key already have been added. #625 (goetas)
    • $context is not used #622 (olvlvl)
    • ๐Ÿ›  Fix Doctrine PHPCR ODM 2.0 compatibility #605 (wouterj)
    • ๐Ÿ›  Fixed type-hinting #586 (jgendera)
    • ๐Ÿ›  Fix multiple handler callbacks in YamlDriver #515 (mpajunen)
    • ๐Ÿ›  Fixed minor typos #364 (sdaoudi)
    • 0๏ธโƒฃ Default $serializeNull to false #317 (steveYeah)
    • Missing attribute 'xml-value' in XML Reference #269 (holtkamp)
    • โœ‚ Removed unnecessary use statement #262 (dunglas)