Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ at the heart of the [Wikibase software](http://wikiba.se/).

## Release notes

### 3.0.0 (alpha)
### 3.0.0 (2016-08-02)

* Added `Set::toArray`.
* `Fingerprint::setLabel`, `setDescription` and `setAliases` remove the element when null or an
empty Term or MultiTerm is given.
* Removed cloning from `MultiTerm.getTexts`.
* Turned EntityId into a simple wrapper around an opaque serialization string
* Removed EntityId::getNumericId
Expand All @@ -20,6 +23,8 @@ at the heart of the [Wikibase software](http://wikiba.se/).
* Introduced `id` field to `toJSON` return value
* Removed `numeric-id` and `entity-type` arguments from EntityId constructor
* Introduced `id` argument to EntityId constructor
* Deprecated the `WIKIBASE_DATAMODEL_JAVASCRIPT_VERSION` PHP constant.
* The (optional) extension registration in `init.php` now depends on MediaWiki >=1.25.

### 2.0.1 (2016-01-27)

Expand Down
2 changes: 1 addition & 1 deletion mediawiki-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"url": "https://github.com/wmde/WikibaseDataModelJavascript",
"description": "Javascript implementation of the Wikibase data model",
"version": "2.0.0",
"version": "3.0.0",
"type": "wikibase",
"license-name": "GPL-2.0+",
"manifest_version": 1
Expand Down