File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ JavaScript library containing serializers and deserializers for the Wikibase Dat
4
4
5
5
## Release notes
6
6
7
- ### 3.0.0 (dev )
7
+ ### 3.0.0 (2017-10-10 )
8
8
9
9
* Made the library a pure JavaScript library.
10
+ * Removed MediaWiki extension registration.
10
11
* Removed MediaWiki ResourceLoader module definitions.
11
12
* Raised DataValues JS library version requirement to 0.10.0, and Wikibase Data Model JS library version requirement to 4.0.0.
12
13
* Removed all serializers and deserializers for Claim collections:
@@ -16,6 +17,7 @@ JavaScript library containing serializers and deserializers for the Wikibase Dat
16
17
* Removed ClaimGroupSetSerializer
17
18
* Removed ClaimListDeserializer
18
19
* Removed ClaimListSerializer
20
+ * Removed WIKIBASE_SERIALIZATION_JAVASCRIPT_VERSION constant.
19
21
20
22
### 2.1.0 (2017-09-04)
21
23
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " wikibase-serialization" ,
3
3
"description" : " Wikibase datamodel serialization implementation in JavaScript" ,
4
+ "version" : " 3.0.0" ,
4
5
"license" : " GPL-2.0+" ,
5
6
"contributors" : [
6
7
{
You can’t perform that action at this time.
0 commit comments