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
+17-2Lines changed: 17 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# DataValues Javascript
1
+
# DataValues JavaScript
2
2
3
3
This component is in alpha state and not suitable for reuse yet.
4
4
It contains various JavaScript related to the DataValues library.
@@ -15,6 +15,21 @@ On [Packagist](https://packagist.org/packages/data-values/javascript):
15
15
16
16
## Release notes
17
17
18
+
### 0.7.0 (dev)
19
+
20
+
#### Breaking changes
21
+
* Renamed `dataValues.UnUnserializableValue` to `dataValues.UnDeserializableValue`.
22
+
* Changed constructor parameter order of `dataValues.UnDeserializableValue` (formerly `dataValues.UnUnserializableValue`).
23
+
* 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.
24
+
* Removed obsolete `valueParsers.TimeParser`. Back-end parser is to be used via API.
25
+
* 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.
26
+
27
+
#### Enhancements
28
+
* Consolidated code structure, updated and added code documentation to allow generating a proper documentation using JSDuck.
29
+
30
+
### 0.6.3 (2015-04-01)
31
+
* Remove explicit resource loader dependency on jquery.qunit.
32
+
18
33
### 0.6.1 (2014-11-07)
19
34
20
35
#### Enhancements
@@ -69,7 +84,7 @@ On [Packagist](https://packagist.org/packages/data-values/javascript):
69
84
#### Bugfixes
70
85
71
86
* Fixed definitions of ResourceLoader test modules.
72
-
* Accept ISO8601-formatted timestamps with zeroes as months and days
87
+
* Accept timestamp strings with zeroes as months and days
73
88
* Always return a string in time.writeYear and time.writeDay
0 commit comments