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 60d78ed commit a19c53dCopy full SHA for a19c53d
README.md
@@ -8,9 +8,10 @@ at the heart of the [Wikibase software](http://wikiba.se/).
8
9
## Release notes
10
11
-### 1.0.2 (dev)
+### 1.0.2 (2015-05-28)
12
13
#### Enhancements
14
+* Adapt to DataValuesJavaScript 0.7.0.
15
* SnakList.merge() accepts null.
16
* Updated code documentation for being able to automatically generate a proper documentation using JSDuck.
17
composer.json
@@ -17,7 +17,7 @@
"irc": "irc://irc.freenode.net/wikidata"
18
},
19
"require": {
20
- "data-values/javascript": "~0.6.0"
+ "data-values/javascript": "~0.6.0|~0.7.0"
21
22
"autoload": {
23
"files": [
0 commit comments