Skip to content

Commit 65ecb1f

Browse files
committed
Update README.md
1 parent a61de73 commit 65ecb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ On [Packagist](https://packagist.org/packages/data-values/javascript):
1616
#### Breaking changes
1717
* Renamed `dataValues.UnUnserializableValue` to `dataValues.UnDeserializableValue`.
1818
* Changed constructor parameter order of `dataValues.UnDeserializableValue` (formerly `dataValues.UnUnserializableValue`).
19-
* Implemented toJSON and newFromJSON in `dataValues.UnDeserializableValue`.
2019
* 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.
2120
* Removed obsolete `valueParsers.TimeParser`. Back-end parser is to be used via API.
2221
* 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.
2322

2423
#### Enhancements
24+
* Implemented `toJSON` and `newFromJSON` in `dataValues.UnDeserializableValue`.
2525
* Consolidated code structure, updated and added code documentation to allow generating a proper documentation using JSDuck.
2626

2727
### 0.6.3 (2015-04-01)

0 commit comments

Comments
 (0)