Skip to content

2.7.0

Choose a tag to compare

@mariushoch mariushoch released this 29 Mar 11:58
· 97 commits to master since this release
f16e32f
  • Fixed AliasGroupListDeserializer and TermListDeserializer misbehaving when confronted with
    language codes exclusively made of digits.
  • Fixed SnakDeserializer possibly accessing non-existing array elements.
  • Improved documentation of SerializerFactory::newEntitySerializer as well as
    DeserializerFactory::newEntityDeserializer.
  • Added compatibility with Serialization 4.x
  • Improved forward-compatibility with PHPUnit 6
  • Note: The SnakDeserializer constructor changed, but since it's declared package private, this
    shouldn't affect anyone.