Releases: wmde/DataValuesJavaScript
Releases · wmde/DataValuesJavaScript
0.6.1
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
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
0.5.1
Release 0.5.1
0.5.0
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
Update README.md
0.3.1
Added 0.3.1 release notes
0.3.0
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.