Skip to content

Commit bd23729

Browse files
authored
Merge pull request #67 from wmde/release300
Release 3.0.0
2 parents 6c0ee19 + 3a33825 commit bd23729

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ at the heart of the [Wikibase software](http://wikiba.se/).
88

99
## Release notes
1010

11-
### 3.0.0 (alpha)
11+
### 3.0.0 (2016-08-02)
1212

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

2429
### 2.0.1 (2016-01-27)
2530

mediawiki-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
],
66
"url": "https://github.com/wmde/WikibaseDataModelJavascript",
77
"description": "Javascript implementation of the Wikibase data model",
8-
"version": "2.0.0",
8+
"version": "3.0.0",
99
"type": "wikibase",
1010
"license-name": "GPL-2.0+",
1111
"manifest_version": 1

0 commit comments

Comments
 (0)