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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,12 @@ On [Packagist](https://packagist.org/packages/data-values/javascript):
16
16
#### Breaking changes
17
17
* Renamed `dataValues.UnUnserializableValue` to `dataValues.UnDeserializableValue`.
18
18
* Changed constructor parameter order of `dataValues.UnDeserializableValue` (formerly `dataValues.UnUnserializableValue`).
19
-
* Implemented toJSON and newFromJSON in `dataValues.UnDeserializableValue`.
20
19
* 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.
21
20
* Removed obsolete `valueParsers.TimeParser`. Back-end parser is to be used via API.
22
21
* 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
22
24
23
#### Enhancements
24
+
* Implemented `toJSON` and `newFromJSON` in `dataValues.UnDeserializableValue`.
25
25
* Consolidated code structure, updated and added code documentation to allow generating a proper documentation using JSDuck.
0 commit comments