You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,20 @@ at the heart of the [Wikibase software](http://wikiba.se/).
8
8
9
9
## Release notes
10
10
11
-
### 2.0 (dev)
11
+
### 2.0.0 (2016-01-12)
12
12
13
13
#### 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.
15
25
16
26
### 1.0.2 (2015-05-28)
17
27
@@ -23,7 +33,7 @@ at the heart of the [Wikibase software](http://wikiba.se/).
23
33
### 1.0.1 (2014-11-05)
24
34
* Using DataValues JavaScript 0.6.x.
25
35
26
-
### 1.0 (2014-11-05)
36
+
### 1.0.0 (2014-11-05)
27
37
28
38
#### Breaking changes
29
39
* Removed wikibase.datamodel.Reference.setSnaks(). Generate new Reference objects when interacting with the API to reflect hash changes performed in the back-end.
0 commit comments