File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 77 return 1 ;
88}
99
10- define ( 'DATA_VALUES_JAVASCRIPT_VERSION ' , '0.6.0 ' );
10+ define ( 'DATA_VALUES_JAVASCRIPT_VERSION ' , '0.6.1 ' );
1111
1212// Include the composer autoloader if it is present.
1313if ( is_readable ( __DIR__ . '/vendor/autoload.php ' ) ) {
Original file line number Diff line number Diff line change @@ -15,6 +15,14 @@ On [Packagist](https://packagist.org/packages/data-values/javascript):
1515
1616## Release notes
1717
18+ ### 0.6.1 (2014-11-07)
19+
20+ #### Enhancements
21+ * ` Time ` object's month and day attributes default to 0 instead of 1 now.
22+ * Fixed ` Time.newFromIso8601() ` .
23+ * Improved PhantomJS Testrunner, outputs failed assertions on the console now.
24+ * Improved ` globeCoordinate.GlobeCoordinate.equals() `
25+
1826### 0.6.0 (2014-09-01)
1927
2028#### Breaking changes
You can’t perform that action at this time.
0 commit comments