Skip to content

Commit f566ff3

Browse files
authored
Release 4.0.0 (#82)
1 parent 0cc36dd commit f566ff3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

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

99
## Release notes
1010

11-
### 4.0.0 (dev)
11+
### 4.0.0 (2017-10-09)
1212

1313
* Made the library a pure JavaScript library.
14+
* Removed MediaWiki extension registration.
1415
* Removed MediaWiki ResourceLoader module definitions.
15-
* Raised DataValues JS library version requirement to 0.10.0.
16+
* Removed WIKIBASE_DATAMODEL_JAVASCRIPT_VERSION constant.
17+
* Raised DataValues JavaScript library version requirement to 0.10.0.
1618
* Removed all Claim collections:
1719
* Removed `ClaimGroup`
1820
* Removed `ClaimGroupSet`

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "wikibase-data-model",
33
"description": "Wikibase datamodel implementation in JavaScript",
4+
"version": "4.0.0",
45
"directories": {
56
"lib": "src",
67
"test": "tests"

0 commit comments

Comments
 (0)