UNPKG

2.77 kBMarkdownView Raw
1# Change Log
2
3All 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.2.0"></a>
6# [3.2.0](https://github.com/bcoe/c8/compare/v3.1.0...v3.2.0) (2018-09-16)
7
8
9### Bug Fixes
10
11* make tests run on Windows ([#25](https://github.com/bcoe/c8/issues/25)) ([08e44d0](https://github.com/bcoe/c8/commit/08e44d0))
12
13
14### Features
15
16* improve test assertions ([#28](https://github.com/bcoe/c8/issues/28)) ([522720e](https://github.com/bcoe/c8/commit/522720e))
17* warn instead of throw on exception ([#29](https://github.com/bcoe/c8/issues/29)) ([a8620d4](https://github.com/bcoe/c8/commit/a8620d4))
18
19
20
21<a name="3.1.0"></a>
22# [3.1.0](https://github.com/bcoe/c8/compare/v3.0.3...v3.1.0) (2018-09-11)
23
24
25### Features
26
27* allow relative paths to be optionally included ([3806c79](https://github.com/bcoe/c8/commit/3806c79))
28
29
30
31<a name="3.0.3"></a>
32## [3.0.3](https://github.com/bcoe/c8/compare/v3.0.2...v3.0.3) (2018-09-10)
33
34
35
36<a name="3.0.2"></a>
37## [3.0.2](https://github.com/bcoe/c8/compare/v3.0.1...v3.0.2) (2018-09-10)
38
39
40
41<a name="3.0.1"></a>
42## [3.0.1](https://github.com/bcoe/c8/compare/v3.0.0...v3.0.1) (2018-09-10)
43
44
45
46<a name="3.0.0"></a>
47# [3.0.0](https://github.com/bcoe/c8/compare/v1.0.1...v3.0.0) (2018-09-10)
48
49### Features
50
51* switch to using Node's built in coverage ([#22](https://github.com/bcoe/c8/issues/22)) ([3c1b92b](https://github.com/bcoe/c8/commit/3c1b92b))
52
53
54### BREAKING CHANGES
55
56* switches to using NODE_V8_COVERAGE rather than inspector directly
57
58
59<a name="2.0.0"></a>
60# [2.0.0](https://github.com/bcoe/c8/compare/v1.0.1...v2.0.0) (2017-12-17)
61
62
63### Bug Fixes
64
65* tweak inspector event timing ([#6](https://github.com/bcoe/c8/issues/6)) ([01f654e](https://github.com/bcoe/c8/commit/01f654e))
66
67
68### Features
69
70* first pass at functional prototype without subprocess support ([#5](https://github.com/bcoe/c8/issues/5)) ([9534f56](https://github.com/bcoe/c8/commit/9534f56))
71* implement Istanbul reporting ([#8](https://github.com/bcoe/c8/issues/8)) ([8e430bf](https://github.com/bcoe/c8/commit/8e430bf))
72* switch to stderr and default port ([#7](https://github.com/bcoe/c8/issues/7)) ([bb117b7](https://github.com/bcoe/c8/commit/bb117b7))
73
74
75### BREAKING CHANGES
76
77* dropped subprocess support for the time being, while we march towards an initial implementation.
78
79
80
81<a name="1.0.1"></a>
82## [1.0.1](https://github.com/bcoe/c8/compare/v1.0.0...v1.0.1) (2017-10-26)
83
84
85### Bug Fixes
86
87* pin to functional version of spawn-wrap ([d1ced8c](https://github.com/bcoe/c8/commit/d1ced8c))
88
89
90
91<a name="1.0.0"></a>
92# 1.0.0 (2017-10-26)
93
94
95### Features
96
97* playing around with initial implementation ([18f5471](https://github.com/bcoe/c8/commit/18f5471))