You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-9Lines changed: 23 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,11 @@ On [Packagist](https://packagist.org/packages/data-values/javascript):
11
11
12
12
## Release notes
13
13
14
+
### 0.8.2 (2016-04-12)
15
+
* Added 1/10000 of an arcsecond as a known precision to `globeCoordinate.Formatter`.
16
+
* Fixed `globeCoordinate.Formatter.PRECISIONTEXT` not properly supporting precisions lower than
17
+
1/1000 of an arcsecond.
18
+
14
19
### 0.8.1 (2016-04-08)
15
20
* Added support for undefined `precision` to `globeCoordinate.GlobeCoordinate`.
16
21
* Added `globe` support to `globeCoordinate.GlobeCoordinate`.
@@ -26,14 +31,19 @@ constants in DataValues Time.
26
31
27
32
#### Breaking changes
28
33
* Renamed `dataValues.UnUnserializableValue` to `dataValues.UnDeserializableValue`.
29
-
* Changed constructor parameter order of `dataValues.UnDeserializableValue` (formerly `dataValues.UnUnserializableValue`).
30
-
* 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.
34
+
* Changed constructor parameter order of `dataValues.UnDeserializableValue` (formerly
35
+
`dataValues.UnUnserializableValue`).
36
+
* Removed `time.js` legacy code, including `time.Time` and `time.Parser`. Every "vital"
37
+
functionality has been ported to `dataValues.TimeValue` which now may be interacted with directly
38
+
instead of having to retrieve the encapsulated `time.Time` object first.
31
39
* Removed obsolete `valueParsers.TimeParser`. Back-end parser is to be used via API.
32
-
* 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.
40
+
* Removed obsolete `mw.ext.dataValues` module as it was just overwriting the obsolete `time.js`
41
+
settings. Dependencies should be updated to point directly to the `dataValues.values` module.
33
42
34
43
#### Enhancements
35
44
* Implemented `toJSON` and `newFromJSON` in `dataValues.UnDeserializableValue`.
36
-
* Consolidated code structure, updated and added code documentation to allow generating a proper documentation using JSDuck.
45
+
* Consolidated code structure, updated and added code documentation to allow generating a proper
46
+
documentation using JSDuck.
37
47
38
48
### 0.6.3 (2015-04-01)
39
49
* Remove explicit resource loader dependency on jquery.qunit.
@@ -66,7 +76,8 @@ constants in DataValues Time.
66
76
67
77
#### Bugfixes
68
78
69
-
* Don't limit precisions of globe coordinates in the UI (allows display of values with a non predefined precision)
79
+
* Don't limit precisions of globe coordinates in the UI (allows display of values with a non
80
+
predefined precision)
70
81
71
82
### 0.5.0 (2014-03-28)
72
83
@@ -78,7 +89,8 @@ constants in DataValues Time.
78
89
79
90
#### Enhancements
80
91
81
-
* Defined parameters of the promises returned by ValueFormatter's and ValueParser's format/parse functions.
92
+
* Defined parameters of the promises returned by ValueFormatter's and ValueParser's format/parse
93
+
functions.
82
94
83
95
### 0.4.0 (2014-03-24)
84
96
@@ -105,9 +117,11 @@ constants in DataValues Time.
105
117
106
118
#### Breaking changes
107
119
108
-
* Renamed "valueFormatters.factory" Resource Loader module to "valueFormatters.ValueFormatterFactory"
109
-
* Renamed "valueParsers.factory" Resource Loader module to "valueParsers.ValueParserFactory"
110
-
* Removed ValueView dependency from "mw.ext.valueFormatters" module and "mw.ext.valueParsers" module.
120
+
* Renamed "valueFormatters.factory" Resource Loader module to
121
+
"valueFormatters.ValueFormatterFactory".
122
+
* Renamed "valueParsers.factory" Resource Loader module to "valueParsers.ValueParserFactory".
123
+
* Removed ValueView dependency from "mw.ext.valueFormatters" module and "mw.ext.valueParsers"
0 commit comments