Skip to content

Commit d82d54b

Browse files
author
aude
committed
Update README for 0.6.3
1 parent b94587e commit d82d54b

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DataValues Javascript
1+
# DataValues JavaScript
22

33
This component is in alpha state and not suitable for reuse yet.
44
It contains various JavaScript related to the DataValues library.
@@ -15,6 +15,21 @@ On [Packagist](https://packagist.org/packages/data-values/javascript):
1515

1616
## Release notes
1717

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+
1833
### 0.6.1 (2014-11-07)
1934

2035
#### Enhancements
@@ -69,7 +84,7 @@ On [Packagist](https://packagist.org/packages/data-values/javascript):
6984
#### Bugfixes
7085

7186
* 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
7388
* Always return a string in time.writeYear and time.writeDay
7489

7590
### 0.3.1 (2014-02-03)

0 commit comments

Comments
 (0)