File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,11 @@ at the heart of the [Wikibase software](http://wikiba.se/).
8
8
9
9
## Release notes
10
10
11
- ### 3.0.0 (alpha )
11
+ ### 3.0.0 (2016-08-02 )
12
12
13
+ * Added ` Set::toArray ` .
14
+ * ` Fingerprint::setLabel ` , ` setDescription ` and ` setAliases ` remove the element when null or an
15
+ empty Term or MultiTerm is given.
13
16
* Removed cloning from ` MultiTerm.getTexts ` .
14
17
* Turned EntityId into a simple wrapper around an opaque serialization string
15
18
* Removed EntityId::getNumericId
@@ -20,6 +23,8 @@ at the heart of the [Wikibase software](http://wikiba.se/).
20
23
* Introduced ` id ` field to ` toJSON ` return value
21
24
* Removed ` numeric-id ` and ` entity-type ` arguments from EntityId constructor
22
25
* 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.
23
28
24
29
### 2.0.1 (2016-01-27)
25
30
Original file line number Diff line number Diff line change 5
5
],
6
6
"url" : " https://github.com/wmde/WikibaseDataModelJavascript" ,
7
7
"description" : " Javascript implementation of the Wikibase data model" ,
8
- "version" : " 2 .0.0" ,
8
+ "version" : " 3 .0.0" ,
9
9
"type" : " wikibase" ,
10
10
"license-name" : " GPL-2.0+" ,
11
11
"manifest_version" : 1
You can’t perform that action at this time.
0 commit comments