File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 7
7
return 1 ;
8
8
}
9
9
10
- define ( 'DATA_VALUES_JAVASCRIPT_VERSION ' , '0.7 .0 ' );
10
+ define ( 'DATA_VALUES_JAVASCRIPT_VERSION ' , '0.8 .0 ' );
11
11
12
12
// Include the composer autoloader if it is present.
13
13
if ( is_readable ( __DIR__ . '/vendor/autoload.php ' ) ) {
Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ On [Packagist](https://packagist.org/packages/data-values/javascript):
11
11
12
12
## Release notes
13
13
14
+ ### 0.8.0 (2016-01-07)
15
+
16
+ #### Breaking changes
17
+ * ` valueParsers.StringParser.parse ` now resolves empty strings to ` null ` .
18
+ * Renamed string ` id ` s for the 0 to 6 ` dataValues.TimeValue.PRECISIONS ` to be identical to the PHP
19
+ constants in DataValues Time.
20
+
14
21
### 0.7.0 (2015-06-03)
15
22
16
23
#### Breaking changes
@@ -90,15 +97,15 @@ On [Packagist](https://packagist.org/packages/data-values/javascript):
90
97
91
98
* Fixed valueParsers ResourceLoader module definition template.
92
99
93
- ### 0.3 (2014-01-30)
100
+ ### 0.3.0 (2014-01-30)
94
101
95
102
#### Breaking changes
96
103
97
104
* Renamed "valueFormatters.factory" Resource Loader module to "valueFormatters.ValueFormatterFactory"
98
105
* Renamed "valueParsers.factory" Resource Loader module to "valueParsers.ValueParserFactory"
99
106
* Removed ValueView dependency from "mw.ext.valueFormatters" module and "mw.ext.valueParsers" module.
100
107
101
- ### 0.2 (2014-01-24)
108
+ ### 0.2.0 (2014-01-24)
102
109
103
110
#### Breaking changes
104
111
@@ -113,6 +120,6 @@ On [Packagist](https://packagist.org/packages/data-values/javascript):
113
120
* #16 Have the tests run on TravisCI using PhantomJS
114
121
* #18 Provided QUnit test runner using requireJS
115
122
116
- ### 0.1 (2013-12-23)
123
+ ### 0.1.0 (2013-12-23)
117
124
118
125
Initial release.
Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ SELF.getCalendarModelKeyByUri = function( uri ) {
314
314
* Precision configuration.
315
315
* @property {Object }
316
316
* @static
317
- * @since 0.7
317
+ * @since 0.8
318
318
*/
319
319
SELF . PRECISIONS = [
320
320
{ id : 'YEAR1G' , text : 'billion years' } ,
You can’t perform that action at this time.
0 commit comments