Skip to content

Commit 22f8ca1

Browse files
committed
Release 2.0.0
1 parent 62ff489 commit 22f8ca1

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,20 @@ at the heart of the [Wikibase software](http://wikiba.se/).
88

99
## Release notes
1010

11-
### 2.0 (dev)
11+
### 2.0.0 (2016-01-12)
1212

1313
#### Breaking changes
14-
* Term and MultiTerm do not accept empty language codes any more.
14+
* `Term` and `MultiTerm` do not accept empty language codes any more.
15+
* Removed cloning from the following methods:
16+
* `Map` constructor
17+
* `List` constructor
18+
* `GroupableCollection.toArray` and `List.toArray`
19+
* `Group.getItemContainer` and `setItemContainer`
20+
* Removed `propertyId` parameter from `Claim.getQualifiers`.
21+
* `SnakList.getFilteredSnakList` can not be called with `null` any more.
22+
23+
#### Other changes
24+
* Fixed possible performance issues due to cloning in `Group.equals` and the `Set` constructor.
1525

1626
### 1.0.2 (2015-05-28)
1727

@@ -23,7 +33,7 @@ at the heart of the [Wikibase software](http://wikiba.se/).
2333
### 1.0.1 (2014-11-05)
2434
* Using DataValues JavaScript 0.6.x.
2535

26-
### 1.0 (2014-11-05)
36+
### 1.0.0 (2014-11-05)
2737

2838
#### Breaking changes
2939
* Removed wikibase.datamodel.Reference.setSnaks(). Generate new Reference objects when interacting with the API to reflect hash changes performed in the back-end.

init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
define( 'WIKIBASE_DATAMODEL_JAVASCRIPT_VERSION', '1.0.2-dev' );
3+
define( 'WIKIBASE_DATAMODEL_JAVASCRIPT_VERSION', '2.0.0' );
44

55
if ( defined( 'MEDIAWIKI' ) ) {
66
call_user_func( function() {

0 commit comments

Comments
 (0)