Skip to content

Commit

Permalink
Update README for 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aude committed Apr 1, 2015
1 parent b94587e commit d82d54b
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DataValues Javascript
# DataValues JavaScript

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

## Release notes

### 0.7.0 (dev)

#### Breaking changes
* Renamed `dataValues.UnUnserializableValue` to `dataValues.UnDeserializableValue`.
* Changed constructor parameter order of `dataValues.UnDeserializableValue` (formerly `dataValues.UnUnserializableValue`).
* 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.
* Removed obsolete `valueParsers.TimeParser`. Back-end parser is to be used via API.
* 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.

#### Enhancements
* Consolidated code structure, updated and added code documentation to allow generating a proper documentation using JSDuck.

### 0.6.3 (2015-04-01)
* Remove explicit resource loader dependency on jquery.qunit.

### 0.6.1 (2014-11-07)

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

* Fixed definitions of ResourceLoader test modules.
* Accept ISO8601-formatted timestamps with zeroes as months and days
* Accept timestamp strings with zeroes as months and days
* Always return a string in time.writeYear and time.writeDay

### 0.3.1 (2014-02-03)
Expand Down

0 comments on commit d82d54b

Please sign in to comment.