Skip to content

Commit

Permalink
Merge pull request #79 from wmde/0.7.0
Browse files Browse the repository at this point in the history
Update version and README for 0.7.0 release
  • Loading branch information
thiemowmde committed Jun 3, 2015
2 parents 1045653 + 20da47e commit a61de73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DataValuesJavaScript.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
return 1;
}

define( 'DATA_VALUES_JAVASCRIPT_VERSION', '0.7.0-dev' );
define( 'DATA_VALUES_JAVASCRIPT_VERSION', '0.7.0' );

// Include the composer autoloader if it is present.
if ( is_readable( __DIR__ . '/vendor/autoload.php' ) ) {
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ On [Packagist](https://packagist.org/packages/data-values/javascript):

## Release notes

### 0.7.0 (dev)
### 0.7.0 (2015-06-03)

#### Breaking changes
* Renamed `dataValues.UnUnserializableValue` to `dataValues.UnDeserializableValue`.
* Changed constructor parameter order of `dataValues.UnDeserializableValue` (formerly `dataValues.UnUnserializableValue`).
* Implemented toJSON and newFromJSON in `dataValues.UnDeserializableValue`.
* 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.
Expand Down

0 comments on commit a61de73

Please sign in to comment.