Skip to content

Releases: wmde/DataValuesJavaScript

0.6.1

07 Nov 13:40
Compare
Choose a tag to compare

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

01 Sep 15:47
Compare
Choose a tag to compare

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.2

14 Aug 18:23
Compare
Choose a tag to compare

Remove jquery and mediawiki resource loader modules as explicit dependencies, to fix JS compatibility with MediaWiki.

0.5.1

04 Jun 11:00
Compare
Choose a tag to compare
Release 0.5.1

0.5.0

28 Mar 14:22
Compare
Choose a tag to compare

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

09 Jul 08:39
Compare
Choose a tag to compare
Update README.md

0.3.1

03 Feb 13:55
Compare
Choose a tag to compare
Added 0.3.1 release notes

0.3.0

30 Jan 17:40
Compare
Choose a tag to compare

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

24 Jan 13:30
Compare
Choose a tag to compare
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