Serializer v1.9.0 Release Notes

Release Date: 2017-09-28 // over 6 years ago
  • Implemented enhancements:

    • ๐Ÿ‘ Doctrine LazyCriteriaCollection not supported #814
    • Do not require the translator #824 (goetas)
    • โž• Added mapping for guid type #802 (develth)
    • โž• Added translation domain to FormErrorHandler #783 (prosalov)

    ๐Ÿ›  Fixed bugs:

    • Node no longer exists - Deserialize Error #817
    • Serializer fails if there is no AnnotationDriver in the DriverChain instance #815
    • Evaluate XML xsi:nil="1" to null #799 (Bouwdie)

    Closed issues:

    • ๐Ÿšš Empty array removed from XML serialization #816
    • ๐Ÿ“‡ XML Discriminator tags don't work in YAML metadata #811
    • โœ… Launching phpunit does not execute any test #809
    • โž• Add "bool" Annotation/Type #807
    • โž• Add support for overriding default annotation driver configuration #804
    • โž• Add description to PropertyMetadata? #800

    ๐Ÿ”€ Merged pull requests:

    • โš  Workaround to avoid triggering simplexml warning #825 (goetas)
    • โž• Added null metadata driver #822 (goetas)
    • โœ… Run Travis tests against modern PHP #819 (Majkl578)
    • โž• Added bool type alias #818 (Majkl578)
    • โช Revert back to PSR-0 #797 (goetas)