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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,9 @@ On [Packagist](https://packagist.org/packages/data-values/javascript):
20
20
#### Breaking changes
21
21
* Renamed `dataValues.UnUnserializableValue` to `dataValues.UnDeserializableValue`.
22
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.
23
26
24
27
#### Enhancements
25
28
* Consolidated code structure, updated and added code documentation to allow generating a proper documentation using JSDuck.
0 commit comments