Serializer v0.13.0 Release Notes

Release Date: 2013-07-29 // almost 11 years ago
  • Closed issues:

    • ๐Ÿ“š Documentation on Exclusion Strategies has an error #122
    • How access to the current serializing group in a subscriber ? #99
    • DoctrineProxySubscriber not found #93
    • Namespaces at root level #86
    • Issues when requesting JSON or XML using Doctrine MongoDB ODM #85
    • โž• addGlobalIgnoredName not working #78
    • ๐Ÿ”ง serialize_null configuration #77
    • โž• Add json prefix to prevent script tag csrf attack #76
    • โž• Add support for replacing serialization object inside events #74
    • Next stable version? #64
    • Deserialize with object refs #62

    ๐Ÿ”€ Merged pull requests:

    • Document the handler $context argument #116 (adrienbrault)
    • Document the SubscribingHandlerInterface a bit #115 (adrienbrault)
    • โž• Add getter for the xml serialization visitor defaultRootName property #114 (adrienbrault)
    • โž• Add Serializer::getMetadataFactory #113 (adrienbrault)
    • Accessor order #108 (jaapio)
    • โž• Added xmlns:xsi namespace and fixed tests #107 (josser)
    • ๐Ÿ›  [Doc] Fixed typo in event_system #106 (lyrixx)
    • ๐Ÿ›  Fix discriminator map search in ClassMetadata #97 (xanido)
    • ๐Ÿ‘‰ Use the AnnotationReader interface in the SerializerBuilder, instead of the implemented AnnotationReader itself #82 (HarmenM)
    • โœ‚ Remove useless YamlSerializationVisitor::prepare method #75 (adrienbrault)
    • โž• Add the PRE_DESERIALIZE event to the Events class #73 (adrienbrault)
    • ๐Ÿ‘Œ Improve serialization example #71 (tvlooy)
    • Max depth strategy #4 (adrienbrault)