File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# DataValues JavaScript
2
2
3
- This component is in alpha state and not suitable for reuse yet.
4
- It contains various JavaScript related to the DataValues library.
3
+ This library contains JavaScript implementations of all basic DataValue classes used in the
4
+ [ Wikibase software] ( http://wikiba.se/ ) , along with associated parsers and formatters. This library
5
+ mirrors most of the PHP implementations of DataValue classes as specified in the
6
+ [ DataValues set of libraries] ( https://github.com/DataValues ) (most notably the
7
+ [ basic] ( https://github.com/DataValues/DataValues ) ,
8
+ [ Geo] (https://github.com/DataValues/Geo ,
9
+ [ Number] ( https://github.com/DataValues/Number ) , and
10
+ [ Time] ( https://github.com/DataValues/Time ) libraries).
5
11
6
12
[ ![ Build Status] ( https://secure.travis-ci.org/wmde/DataValuesJavaScript.png?branch=master )] ( http://travis-ci.org/wmde/DataValuesJavaScript )
7
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " wikibase-data-values" ,
3
- "description" : " DataValues implementation in JavaScript " ,
3
+ "description" : " JavaScript implementations of all basic DataValue classes, associated parsers and formatters " ,
4
4
"keywords" : [
5
5
" datavalues" ,
6
6
" wikidata"
You can’t perform that action at this time.
0 commit comments