Serializer v3.3.0 Release Notes

Release Date: 2019-09-20 // over 4 years ago
  • Implemented enhancements:

    • Implement short expose syntax for XML as it is available for YAML #1127 (goetas)

    ๐Ÿ›  Fixed bugs:

    • Avoid implicit expose of a property instead of virtual-property #1126 (goetas)

    Closed issues:

    • Accessing static property as non static #1122
    • ๐Ÿ— Travis builds on 1.x are failing #1120

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ‘ Allow failures on php "7.4snapshot" (waiting for stable symfony 4.4) #1128 (goetas)
    • ๐Ÿ›  Fix PHPUnit deprecations #1123 (Majkl578)
    • ๐Ÿ— Test 1.x on PHP 7.3 on Travis; fix builds for PHP 5.5 #1119 (sanmai)