Comparing version 3.0.0 to 3.0.1
@@ -5,16 +5,12 @@ # Change Log | ||
<a name="3.0.0"></a> | ||
# [3.0.0](https://github.com/bcoe/c8/compare/v1.0.1...v3.0.0) (2018-09-10) | ||
<a name="3.0.1"></a> | ||
## [3.0.1](https://github.com/bcoe/c8/compare/v3.0.0...v3.0.1) (2018-09-10) | ||
### Bug Fixes | ||
* tweak inspector event timing ([#6](https://github.com/bcoe/c8/issues/6)) ([01f654e](https://github.com/bcoe/c8/commit/01f654e)) | ||
<a name="3.0.0"></a> | ||
# [3.0.0](https://github.com/bcoe/c8/compare/v1.0.1...v3.0.0) (2018-09-10) | ||
### Features | ||
* first pass at functional prototype without subprocess support ([#5](https://github.com/bcoe/c8/issues/5)) ([9534f56](https://github.com/bcoe/c8/commit/9534f56)) | ||
* implement Istanbul reporting ([#8](https://github.com/bcoe/c8/issues/8)) ([8e430bf](https://github.com/bcoe/c8/commit/8e430bf)) | ||
* switch to stderr and default port ([#7](https://github.com/bcoe/c8/issues/7)) ([bb117b7](https://github.com/bcoe/c8/commit/bb117b7)) | ||
* switch to using Node's built in coverage ([#22](https://github.com/bcoe/c8/issues/22)) ([3c1b92b](https://github.com/bcoe/c8/commit/3c1b92b)) | ||
@@ -26,6 +22,4 @@ | ||
* switches to using NODE_V8_COVERAGE rather than inspector directly | ||
* dropped subprocess support for the time being, while we march towards an initial implementation. | ||
<a name="2.0.0"></a> | ||
@@ -32,0 +26,0 @@ # [2.0.0](https://github.com/bcoe/c8/compare/v1.0.1...v2.0.0) (2017-12-17) |
{ | ||
"name": "c8", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "collect test coverage using v8's inspector", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10080