File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,13 @@ at the heart of the [Wikibase software](http://wikiba.se/).
8
8
9
9
## Release notes
10
10
11
- ### 4.0.0 (dev )
11
+ ### 4.0.0 (2017-10-09 )
12
12
13
13
* Made the library a pure JavaScript library.
14
+ * Removed MediaWiki extension registration.
14
15
* 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.
16
18
* Removed all Claim collections:
17
19
* Removed ` ClaimGroup `
18
20
* Removed ` ClaimGroupSet `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " wikibase-data-model" ,
3
3
"description" : " Wikibase datamodel implementation in JavaScript" ,
4
+ "version" : " 4.0.0" ,
4
5
"directories" : {
5
6
"lib" : " src" ,
6
7
"test" : " tests"
You can’t perform that action at this time.
0 commit comments