Serializer v0.12.0 Release Notes

Release Date: 2013-03-28 // about 11 years ago
  • Closed issues:

    • ๐Ÿ— Serialization profile/definition builder #68
    • ๐Ÿ”ง I want to configure the default exclution policy #65
    • Mulit type property mapping #56
    • AccessType("public_method"): Setters ignored when deserializing to non-standard XML properties #53
    • โž• Adding @Accessor with custom getter causes LogicException if Doctrine ManyToOneEntity #52
    • ๐Ÿ– Handler callback's does not get passed context #49
    • PostSerialize callback causes data loss #46
    • Empty Objects get serialized as "array()" #43
    • Exclusion Policies aren't properly applied when "serializeNull" is "true" #42
    • Accessor annotation ignored #40
    • ๐Ÿ‘Œ Support for multiple exclusion strategies #39
    • [email protected] #35
    • Could you tag a stable version? #34
    • 0๏ธโƒฃ Default conversion of camelCase to underscores is counterintuitive #33
    • Define the xml root when deserializing #18

    ๐Ÿ”€ Merged pull requests:

    • [Annotation] Added the ability to set the type when using @VirtualProperty #69 (pylebecq)
    • โž• Added documentation for the @VirtualProperty annotation #67 (pylebecq)
    • ๐Ÿ“‡ Metadata stack tests #57 (adrienbrault)
    • โž• Adding context to twig extension #55 (smurfy)
    • ๐Ÿ‘ Allow deserialization of polymorphic classes by class without specifying the type #48 (gordalina)
    • ๐Ÿšš Moves all state to dedicated context class #47 (schmittjoh)
    • โž• Add PropertyNamingStrategy #37 (passkey1510)
    • ๐Ÿ“‡ The NavigatorContext now holds a metadata stack #28 (adrienbrault)