Skip to content

Commit acff413

Browse files
committed
Release 3.0.0
1 parent 09e334a commit acff413

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ JavaScript library containing serializers and deserializers for the Wikibase Dat
44

55
## Release notes
66

7-
### 3.0.0 (dev)
7+
### 3.0.0 (2017-10-10)
88

99
* Made the library a pure JavaScript library.
10+
* Removed MediaWiki extension registration.
1011
* Removed MediaWiki ResourceLoader module definitions.
1112
* Raised DataValues JS library version requirement to 0.10.0, and Wikibase Data Model JS library version requirement to 4.0.0.
1213
* Removed all serializers and deserializers for Claim collections:
@@ -16,6 +17,7 @@ JavaScript library containing serializers and deserializers for the Wikibase Dat
1617
* Removed ClaimGroupSetSerializer
1718
* Removed ClaimListDeserializer
1819
* Removed ClaimListSerializer
20+
* Removed WIKIBASE_SERIALIZATION_JAVASCRIPT_VERSION constant.
1921

2022
### 2.1.0 (2017-09-04)
2123

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "wikibase-serialization",
33
"description": "Wikibase datamodel serialization implementation in JavaScript",
4+
"version": "3.0.0",
45
"license": "GPL-2.0+",
56
"contributors": [
67
{

0 commit comments

Comments
 (0)