Skip to content

Commit 3daecd2

Browse files
authored
Merge pull request #105 from wmde/release083
Release 0.8.3
2 parents e51be3e + 3318990 commit 3daecd2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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.8.2' );
10+
define( 'DATA_VALUES_JAVASCRIPT_VERSION', '0.8.3' );
1111

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

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ On [Packagist](https://packagist.org/packages/data-values/javascript):
1111

1212
## Release notes
1313

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+
1418
### 0.8.2 (2016-04-12)
1519
* Added 1/10000 of an arcsecond as a known precision to `globeCoordinate.Formatter`.
1620
* Fixed `globeCoordinate.Formatter.PRECISIONTEXT` not properly supporting precisions lower than

0 commit comments

Comments
 (0)