Serializer v2.0.2 Release Notes

Release Date: 2018-12-12 // over 5 years ago
  • ๐Ÿ›  Fixed bugs:

    • jms serialzier 2.0 Error in debug mode #1018
    • AbstractDoctrineTypeDriver::normalizeFieldType() must be of the type string, null given #1015
    • ๐Ÿ‘ allow empty strings and numbers as metadata type parameters #1019 (goetas)
    • internal classes have false in reflection::getFilename() #1013 (chregu)

    Closed issues:

    • DateTime converted to ArrayObject instead of string in custom visitor class #1017

    ๐Ÿ”€ Merged pull requests:

    • Doctrine driver normalizeFieldType method does not handle nulls #1020 (goetas)
    • ๐Ÿ›  fixed a typo #1014 (themasch)