2017 © Pedro Peláez
 

library javascript

DataValues implementation in JavaScript

image

data-values/javascript

DataValues implementation in JavaScript

  • Thursday, September 14, 2017
  • by addshore
  • Repository
  • 23 Watchers
  • 5 Stars
  • 75,966 Installations
  • JavaScript
  • 4 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 31 Versions
  • 0 % Grown

The README.md

DataValues JavaScript

This library contains JavaScript implementations of all basic DataValue classes used in the Wikibase software, along with associated parsers and formatters. This library mirrors most of the PHP implementations of DataValue classes as specified in the DataValues set of libraries (most notably the basic, Geo, Number, and Time libraries)., (*1)

Build Status, (*2)

Release notes

0.11.0 (dev)

  • Removed globeCoordinate.GlobeCoordinate.getDecimal
  • Removed getLowerBound, getUpperBound, getAmount from QuantityValue
  • Removed support for Node.js versions older than v10

0.10.0 (2017-10-06)

  • The library is now a pure JavaScript library.
  • Removed MediaWiki ResourceLoader module definitions.
  • Removed globeCoordinate.Formatter.
  • Removed the globeCoordinate utility class.

0.9.0 (2017-09-06)

  • Removed valueFormatters.ValueFormatterStore.
  • Removed the options constructor parameter as well as the getOptions method from valueFormatters.ValueFormatter.
  • Removed dataValues.DataValue.getSortKey from the interface and all implementations.
  • Removed dataValues.TimeValue.getYear, getMonth, getDay, getHour, getMinute, and getSecond.
  • Removed globeCoordinate.GlobeCoordinate.iso6709.
  • Declared globeCoordinate.GlobeCoordinate.getDecimal private.

0.8.4 (2017-07-18)

  • Updated JSDoc tags mistakenly requiring objects.
  • Removed an unused dependency on composer/installers.
  • Raised required PHP version from 5.3 to 5.5.9.

0.8.3 (2016-11-07)

  • QuantityValue now supports unknown upper and lower bounds, required for compatibility with DataValues Number 0.8.0.

0.8.2 (2016-04-12)

  • Added 1/10000 of an arcsecond as a known precision to globeCoordinate.Formatter.
  • Fixed globeCoordinate.Formatter.PRECISIONTEXT not properly supporting precisions lower than 1/1000 of an arcsecond.

0.8.1 (2016-04-08)

  • Added support for undefined precision to globeCoordinate.GlobeCoordinate.
  • Added globe support to globeCoordinate.GlobeCoordinate.

0.8.0 (2016-01-07)

Breaking changes

  • valueParsers.StringParser.parse now resolves empty strings to null.
  • Renamed string ids for the 0 to 6 dataValues.TimeValue.PRECISIONS to be identical to the PHP constants in DataValues Time.

0.7.0 (2015-06-03)

Breaking changes

  • Renamed dataValues.UnUnserializableValue to dataValues.UnDeserializableValue.
  • Changed constructor parameter order of dataValues.UnDeserializableValue (formerly dataValues.UnUnserializableValue).
  • Removed time.js legacy code, including time.Time and time.Parser. Every "vital" functionality has been ported to dataValues.TimeValue which now may be interacted with directly instead of having to retrieve the encapsulated time.Time object first.
  • Removed obsolete valueParsers.TimeParser. Back-end parser is to be used via API.
  • Removed obsolete mw.ext.dataValues module as it was just overwriting the obsolete time.js settings. Dependencies should be updated to point directly to the dataValues.values module.

Enhancements

  • Implemented toJSON and newFromJSON in dataValues.UnDeserializableValue.
  • Consolidated code structure, updated and added code documentation to allow generating a proper documentation using JSDuck.

0.6.3 (2015-04-01)

  • Remove explicit resource loader dependency on jquery.qunit.

0.6.1 (2014-11-07)

Enhancements

  • Time object's month and day attributes default to 0 instead of 1 now.
  • Fixed Time.newFromIso8601().
  • Improved PhantomJS Testrunner, outputs failed assertions on the console now.
  • Improved globeCoordinate.GlobeCoordinate.equals()

0.6.0 (2014-09-01)

Breaking changes

  • #40 Removed the arbitrary list of precisions for globe coordinates

Enhancements

  • #44 Fixed comparing time values
  • #42 Removed 'to a degree' label, now shown as '±1°'
  • #45 Removed constructor naming debugging feature

Bugfixes

  • Remove ResourceLoader dependencies on jquery and mediawiki (bug 69468)

0.5.1 (2014-06-04)

Bugfixes

  • Don't limit precisions of globe coordinates in the UI (allows display of values with a non predefined precision)

0.5.0 (2014-03-28)

Breaking changes

  • Renamed ValueFormatterFactory to ValueFormatterStore.
  • Renamed ValueParserFactory to ValueParserStore.
  • Removed mw.ext.valueFormatters and mw.ext.valueParsers.

Enhancements

  • Defined parameters of the promises returned by ValueFormatter's and ValueParser's format/parse functions.

0.4.0 (2014-03-24)

Breaking changes

  • mw.ext.valueParsers does not register valueParsers.TimeParser anymore
  • mw.ext.valueFormatters does not register valueFormatters.StringFormatter anymore
  • Renamed ValueFormatterFactory to ValueFormatterStore.
  • Renamed ValueParserFactory to ValueParserStore.

Bugfixes

  • Fixed definitions of ResourceLoader test modules.
  • Accept timestamp strings with zeroes as months and days
  • Always return a string in time.writeYear and time.writeDay

0.3.1 (2014-02-03)

Bugfixes

  • Fixed valueParsers ResourceLoader module definition template.

0.3.0 (2014-01-30)

Breaking changes

  • Renamed "valueFormatters.factory" Resource Loader module to "valueFormatters.ValueFormatterFactory".
  • Renamed "valueParsers.factory" Resource Loader module to "valueParsers.ValueParserFactory".
  • Removed ValueView dependency from "mw.ext.valueFormatters" module and "mw.ext.valueParsers" module.

0.2.0 (2014-01-24)

Breaking changes

  • #8 Removed dataValues.util.Notifier
  • #10 Renamed dataValues.util.inherit to util.inherit
  • #13 Removed vp.GlobeCoordinateParser and vp.QuantityParser
  • #15 Removed the ParseValue API module

Enhancements

  • #14 Decoupled the QUnit tests from the MediaWiki resource loader
  • #16 Have the tests run on TravisCI using PhantomJS
  • #18 Provided QUnit test runner using requireJS

0.1.0 (2013-12-23)

Initial release., (*3)

The Versions

14/09 2017

dev-master

9999999-dev

DataValues implementation in JavaScript

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.5.9

 

The Development Requires

wikidata datavalues

06/09 2017

0.9.0

0.9.0.0

DataValues implementation in JavaScript

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.5.9

 

The Development Requires

wikidata datavalues

13/08 2017

dev-cicici

dev-cicici

DataValues implementation in JavaScript

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.5.9

 

The Development Requires

wikidata datavalues

11/08 2017

dev-removeCoordFormatter

dev-removeCoordFormatter

DataValues implementation in JavaScript

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.5.9

 

The Development Requires

wikidata datavalues

11/08 2017

dev-coordinateEquality

dev-coordinateEquality

DataValues implementation in JavaScript

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.5.9

 

The Development Requires

wikidata datavalues

18/07 2017

0.8.4

0.8.4.0

DataValues implementation in JavaScript

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.5.9

 

The Development Requires

wikidata datavalues

23/05 2017

dev-eslint

dev-eslint

DataValues implementation in JavaScript

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

wikidata datavalues

17/05 2017

dev-wbCs

dev-wbCs

DataValues implementation in JavaScript

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

wikidata datavalues

07/11 2016

0.8.3

0.8.3.0

DataValues implementation in JavaScript

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

wikidata datavalues

12/04 2016

0.8.2

0.8.2.0

DataValues implementation in JavaScript

  Sources   Download

GPL-2.0+

The Requires

 

wikidata datavalues

09/04 2016

0.8.1

0.8.1.0

DataValues implementation in JavaScript

  Sources   Download

GPL-2.0+

The Requires

 

wikidata datavalues

09/02 2016

dev-formatters

dev-formatters

DataValues implementation in JavaScript

  Sources   Download

GPL-2.0+

The Requires

 

wikidata datavalues

11/01 2016

0.8.0

0.8.0.0

DataValues implementation in JavaScript

  Sources   Download

GPL-2.0+

The Requires

 

wikidata datavalues

03/06 2015

0.7.0

0.7.0.0

DataValues implementation in JavaScript

  Sources   Download

GPL-2.0+

The Requires

 

wikidata datavalues

01/04 2015

0.6.3

0.6.3.0

DataValues implementation in Javascript

  Sources   Download

GPL-2.0+

The Requires

 

wikidata datavalues

31/03 2015

0.6.2

0.6.2.0

DataValues implementation in JavaScript

  Sources   Download

GPL-2.0+

The Requires

 

wikidata datavalues

07/11 2014

0.6.1

0.6.1.0

DataValues implementation in Javascript

  Sources   Download

GPL-2.0+

The Requires

 

wikidata datavalues

01/09 2014

0.6.0

0.6.0.0

DataValues implementation in Javascript

  Sources   Download

GPL-2.0+

The Requires

 

wikidata datavalues

14/08 2014

0.5.2

0.5.2.0

DataValues implementation in Javascript

  Sources   Download

GPL-2.0+

The Requires

 

wikidata datavalues

14/08 2014

dev-rem_depts

dev-rem_depts

DataValues implementation in Javascript

  Sources   Download

GPL-2.0+

The Requires

 

wikidata datavalues

09/07 2014

dev-evil

dev-evil

DataValues implementation in Javascript

  Sources   Download

GPL-2.0+

The Requires

 

wikidata datavalues

04/06 2014

0.5.1

0.5.1.0

DataValues implementation in Javascript

  Sources   Download

GPL-2.0+

The Requires

 

wikidata datavalues

28/03 2014

0.5

0.5.0.0

DataValues implementation in Javascript

  Sources   Download

GPL-2.0+

The Requires

 

wikidata datavalues

24/03 2014

0.4

0.4.0.0

DataValues implementation in Javascript

  Sources   Download

GPL-2.0+

The Requires

 

wikidata datavalues

03/02 2014

0.3.1

0.3.1.0

DataValues implementation in Javascript

  Sources   Download

GPL-2.0+

The Requires

 

wikidata datavalues

30/01 2014

0.3

0.3.0.0

DataValues implementation in Javascript

  Sources   Download

GPL-2.0+

The Requires

 

wikidata datavalues

28/01 2014

dev-0.1.1.1-mw1.23wmf11

dev-0.1.1.1-mw1.23wmf11

DataValues implementation in Javascript

  Sources   Download

GPL-2.0+

The Requires

 

wikidata datavalues

24/01 2014

0.2

0.2.0.0

DataValues implementation in Javascript

  Sources   Download

GPL-2.0+

The Requires

 

wikidata datavalues

08/01 2014

0.1.1.1

0.1.1.1

DataValues implementation in Javascript

  Sources   Download

GPL-2.0+

The Requires

 

wikidata datavalues

08/01 2014

0.1.1

0.1.1.0

DataValues implementation in Javascript

  Sources   Download

GPL-2.0+

The Requires

 

wikidata datavalues

23/12 2013

0.1

0.1.0.0

DataValues implementation in Javascript

  Sources   Download

GPL-2.0+

The Requires

 

wikidata datavalues