Serializer v1.2.0 Release Notes

Release Date: 2016-08-03 // over 7 years ago
  • ๐Ÿ›  Fixed bugs:

    • ๐Ÿ›  Fix xml-attribute-map for the xml driver #595 (romantomchak)
    • #367 Exclude annotation not preventing attempt to find public methods when using AccessType #397 (Strate)

    Closed issues:

    • ๐ŸŽ XML serialisation performance vs. SimpleXML? #606
    • ๐Ÿ“‡ Undefined Offset 21 - PropertyMetadata (master) #581
    • Invalid null serialization in arrays #571
    • List Polymorphic with XML Deserialization #568
    • Serialize null values as empty string #566
    • ๐Ÿ‘ป Type mismatch should throw an exception instead of coercing when deserializing JSON #561
    • Serialize to array #518
    • ๐Ÿ‘ป AnnotationDriver Exception on Missing Setter/Getter even on @Exclude'd Properties #516
    • Arrays are serialized as objects like {"0":... } when data contains empty objects #488
    • ๐Ÿท Tag new release #465
    • Forcing no scientific notation for larg number, type double #405
    • PHP < 5.3.9 BC break #383
    • Ignoring a tag when deserializing #352

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ‘ Allow to not skip empty not inline array root node #611 (goetas)
    • ๐Ÿ‘ Allow to use custom serializer with primitive type #610 (goetas)
    • Composer is not able to resolve a dependency #608 (goetas)
    • โœ… Test on Travis always high and low deps #584 (goetas)
    • โšก๏ธ Update Symfony validator and allow PHPUnit 7 #583 (goetas)
    • ๐Ÿ›  Fix serialize bug #582 (goetas)
    • HHVM compatibility #580 (goetas)
    • ๐Ÿ›  Fixed test suite on master #578 (goetas)
    • ๐Ÿ›  Fix for a broken test: a missing (incorrectly positioned) argument #577 (zerkms)
    • ๐Ÿ›  Fix bug #343 return integer when the column is datetime #562 (Bukashk0zzz)
    • ๐Ÿ“š [doc] fix AccessorOrder documentation #553 (aledeg)
    • Generic way to solve setValue on a property which respects its setter #550 (maennchen)
    • โž• Added travis-ci label #399 (spolischook)
    • Generate namespaced element on XmlList entries #301 (goetas)