File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
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.8.2 ' );
10
+ define ( 'DATA_VALUES_JAVASCRIPT_VERSION ' , '0.8.3 ' );
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,10 @@ On [Packagist](https://packagist.org/packages/data-values/javascript):
11
11
12
12
## Release notes
13
13
14
+ ### 0.8.3 (2016-11-07)
15
+ * ` QuantityValue ` now supports unknown upper and lower bounds, required for compatibility with
16
+ DataValues Number 0.8.0.
17
+
14
18
### 0.8.2 (2016-04-12)
15
19
* Added 1/10000 of an arcsecond as a known precision to ` globeCoordinate.Formatter ` .
16
20
* Fixed ` globeCoordinate.Formatter.PRECISIONTEXT ` not properly supporting precisions lower than
You can’t perform that action at this time.
0 commit comments