Serializer v3.2.0 Release Notes

Release Date: 2019-09-04 // over 4 years ago
  • ๐Ÿ›  Fixed bugs:

    • ๐Ÿ—„ PHP7.4: Deprecated warning - serializationContext.php on line 152 #1111

    Closed issues:

    • ๐Ÿ“‡ StaticPropertyMetadata first constructor argument not nullable #1116
    • โž• Add support for PSR-7 URIInterface objects #1115
    • โฌ†๏ธ Upgraded 2.4 -> 3.4 / Symfony 4.3.3 #1112
    • Empty namespace #1087
    • Format constants (JSON, XML) #1079
    • @ExclusionPolicy(policy="ALL") causes PHP notice message #1073

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ“‡ Explain once and for all the use of StaticPropertyMetadata #1118 (goetas)
    • PHP 7.4 compatibility #1113 (goetas)
    • ๐Ÿ›  Fix typos in UPGRADING.md #1107 (jdreesen)
    • ๐Ÿ›  Fix exclusion policy bug #1106 (spam312sn)
    • โž• Add Doctrine 2 immutable datetime types to field mapping. #1104 (Sonny812)