Skip to content

Release 3.0.0 #67

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 2, 2016
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