1 | # Change Log
|
2 |
|
3 | All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
4 |
|
5 | <a name="3.0.0"></a>
|
6 | # [3.0.0](https://github.com/bcoe/c8/compare/v1.0.1...v3.0.0) (2018-09-10)
|
7 |
|
8 |
|
9 | ### Bug Fixes
|
10 |
|
11 | * tweak inspector event timing ([#6](https://github.com/bcoe/c8/issues/6)) ([01f654e](https://github.com/bcoe/c8/commit/01f654e))
|
12 |
|
13 |
|
14 | ### Features
|
15 |
|
16 | * first pass at functional prototype without subprocess support ([#5](https://github.com/bcoe/c8/issues/5)) ([9534f56](https://github.com/bcoe/c8/commit/9534f56))
|
17 | * implement Istanbul reporting ([#8](https://github.com/bcoe/c8/issues/8)) ([8e430bf](https://github.com/bcoe/c8/commit/8e430bf))
|
18 | * switch to stderr and default port ([#7](https://github.com/bcoe/c8/issues/7)) ([bb117b7](https://github.com/bcoe/c8/commit/bb117b7))
|
19 | * switch to using Node's built in coverage ([#22](https://github.com/bcoe/c8/issues/22)) ([3c1b92b](https://github.com/bcoe/c8/commit/3c1b92b))
|
20 |
|
21 |
|
22 | ### BREAKING CHANGES
|
23 |
|
24 | * switches to using NODE_V8_COVERAGE rather than inspector directly
|
25 | * dropped subprocess support for the time being, while we march towards an initial implementation.
|
26 |
|
27 |
|
28 |
|
29 | <a name="2.0.0"></a>
|
30 | # [2.0.0](https://github.com/bcoe/c8/compare/v1.0.1...v2.0.0) (2017-12-17)
|
31 |
|
32 |
|
33 | ### Bug Fixes
|
34 |
|
35 | * tweak inspector event timing ([#6](https://github.com/bcoe/c8/issues/6)) ([01f654e](https://github.com/bcoe/c8/commit/01f654e))
|
36 |
|
37 |
|
38 | ### Features
|
39 |
|
40 | * first pass at functional prototype without subprocess support ([#5](https://github.com/bcoe/c8/issues/5)) ([9534f56](https://github.com/bcoe/c8/commit/9534f56))
|
41 | * implement Istanbul reporting ([#8](https://github.com/bcoe/c8/issues/8)) ([8e430bf](https://github.com/bcoe/c8/commit/8e430bf))
|
42 | * switch to stderr and default port ([#7](https://github.com/bcoe/c8/issues/7)) ([bb117b7](https://github.com/bcoe/c8/commit/bb117b7))
|
43 |
|
44 |
|
45 | ### BREAKING CHANGES
|
46 |
|
47 | * dropped subprocess support for the time being, while we march towards an initial implementation.
|
48 |
|
49 |
|
50 |
|
51 | <a name="1.0.1"></a>
|
52 | ## [1.0.1](https://github.com/bcoe/c8/compare/v1.0.0...v1.0.1) (2017-10-26)
|
53 |
|
54 |
|
55 | ### Bug Fixes
|
56 |
|
57 | * pin to functional version of spawn-wrap ([d1ced8c](https://github.com/bcoe/c8/commit/d1ced8c))
|
58 |
|
59 |
|
60 |
|
61 | <a name="1.0.0"></a>
|
62 | # 1.0.0 (2017-10-26)
|
63 |
|
64 |
|
65 | ### Features
|
66 |
|
67 | * playing around with initial implementation ([18f5471](https://github.com/bcoe/c8/commit/18f5471))
|