File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Wikibase DataModel release notes
22
3+ ## Version 8.0.0 (dev)
4+
5+ #### Breaking changes
6+ * ` Item:setId ` as well as ` Property::setId ` do not accept integers any more.
7+ * Removed ` Item::getSiteLinks ` and ` Item::hasSiteLinks ` .
8+ * ` RepositoryNameAssert ` now also disallows periods, in addition to colons.
9+
10+ #### Other changes
11+ * Un-deprecated several sitelink related shortcuts from ` Item ` : ` addSiteLink ` , ` getSiteLink ` ,
12+ ` hasLinkToSite ` , and ` removeSiteLink ` .
313
414## Version 7.1.0 (2017-09-01)
515
6- * Changed ` EntityIdValue::getArrayValue ` to allow it handle foreign entity IDs and entity IDs that do not have a numeric representation
16+ * Changed ` EntityIdValue::getArrayValue ` to allow it handle foreign entity IDs and entity IDs that
17+ do not have a numeric representation.
18+ * Fixed exception handling in ` EntityIdValue ` not always forwarding the full stack trace.
19+ * Deprecated ` EntityIdValue::newFromArray `
720* Deprecated ` StatementGuid::getSerialization `
21+ * Improved documentation of ` EntityDocument::isEmpty `
822* Removed MediaWiki integration files
923
1024## Version 7.0.0 (2017-03-15)
You can’t perform that action at this time.
0 commit comments