Skip to content

Commit a61de73

Browse files
committed
Merge pull request #79 from wmde/0.7.0
Update version and README for 0.7.0 release
2 parents 1045653 + 20da47e commit a61de73

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

DataValuesJavaScript.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
return 1;
88
}
99

10-
define( 'DATA_VALUES_JAVASCRIPT_VERSION', '0.7.0-dev' );
10+
define( 'DATA_VALUES_JAVASCRIPT_VERSION', '0.7.0' );
1111

1212
// Include the composer autoloader if it is present.
1313
if ( is_readable( __DIR__ . '/vendor/autoload.php' ) ) {

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ On [Packagist](https://packagist.org/packages/data-values/javascript):
1111

1212
## Release notes
1313

14-
### 0.7.0 (dev)
14+
### 0.7.0 (2015-06-03)
1515

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`.
1920
* 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.
2021
* Removed obsolete `valueParsers.TimeParser`. Back-end parser is to be used via API.
2122
* 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.

0 commit comments

Comments
 (0)