Comparing version 3.0.0-candidate.2 to 3.0.0
@@ -5,2 +5,26 @@ # 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) | ||
### Bug Fixes | ||
* tweak inspector event timing ([#6](https://github.com/bcoe/c8/issues/6)) ([01f654e](https://github.com/bcoe/c8/commit/01f654e)) | ||
### 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)) | ||
### BREAKING CHANGES | ||
* 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> | ||
@@ -7,0 +31,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-candidate.2", | ||
"version": "3.0.0", | ||
"description": "collect test coverage using v8's inspector", | ||
@@ -10,2 +10,3 @@ "main": "index.js", | ||
"posttest": "standard", | ||
"coverage": "./bin/c8.js report --reporter=text-lcov | coveralls", | ||
"release": "standard-version" | ||
@@ -45,2 +46,3 @@ }, | ||
"chai": "^4.1.2", | ||
"coveralls": "^3.0.2", | ||
"mocha": "^5.2.0", | ||
@@ -47,0 +49,0 @@ "standard": "^12.0.1", |
# c8 - native V8 code-coverage | ||
[![Build Status](https://travis-ci.org/bcoe/c8.svg?branch=master)](https://travis-ci.org/bcoe/c8) | ||
[![Coverage Status](https://coveralls.io/repos/github/bcoe/c8/badge.svg?branch=master)](https://coveralls.io/github/bcoe/c8?branch=master) | ||
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) | ||
Code-coverage using [V8's Inspector](https://nodejs.org/dist/latest-v8.x/docs/api/inspector.html) | ||
@@ -23,2 +27,2 @@ that's compatible with [Istanbul's reporters](https://istanbul.js.org/docs/advanced/alternative-reporters/). | ||
[bleeding edge Node.js features](https://github.com/nodejs/node/pull/22527), | ||
make sure you're running Node.js `>= 10.10.0`. | ||
make sure you're running Node.js `>= 10.10.0`. |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
10656
1
28
5