We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d394e commit 0debb5dCopy full SHA for 0debb5d
README.md
@@ -9,9 +9,10 @@ https://commons.wikimedia.org/wiki/File:Wikibase_JavaScript_Data_Model_1.0.svg
9
10
## Release notes
11
12
-### 1.0.2 (dev)
+### 1.1.0 (dev)
13
14
#### Enhancements
15
+* Adapt to DataValuesJavaScript 0.7.0.
16
* SnakList.merge() accepts null.
17
* Updated code documentation for being able to automatically generate a proper documentation using JSDuck.
18
composer.json
@@ -2,7 +2,7 @@
2
"name": "wikibase/data-model-javascript",
3
"description": "Wikibase datamodel implementation in JavaScript",
4
"require": {
5
- "data-values/javascript": "~0.6.0"
+ "data-values/javascript": "~0.7.0"
6
},
7
"license": "GPL-2.0+",
8
"authors": [
0 commit comments