Releases: wmde/WikibaseDataModelSerialization
Releases · wmde/WikibaseDataModelSerialization
2.9.1
2.9.0
2.8.0
Allow installation with DataModel 8.x
2.7.0
- Fixed
AliasGroupListDeserializer
andTermListDeserializer
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.
2.6.0
2.5.0
- Removed MediaWiki integration files
- Added compatibility with DataValues Geo 2.x
- Deprecated
SerializerFactory
optionsOPTION_SERIALIZE_MAIN_SNAKS_WITHOUT_HASH
,OPTION_SERIALIZE_QUALIFIER_SNAKS_WITHOUT_HASH
andOPTION_SERIALIZE_REFERENCE_SNAKS_WITHOUT_HASH
, and addedOPTION_SERIALIZE_SNAKS_WITHOUT_HASH
instead
2.4.0
Added compatibility with Wikibase DataModel 7.x