Skip to content

Latest commit

 

History

History
61 lines (28 loc) · 1.78 KB

CHANGELOG.md

File metadata and controls

61 lines (28 loc) · 1.78 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.1 (2018-09-10)

3.0.0 (2018-09-10)

Features

  • switch to using Node's built in coverage (#22) (3c1b92b)

BREAKING CHANGES

  • switches to using NODE_V8_COVERAGE rather than inspector directly

2.0.0 (2017-12-17)

Bug Fixes

  • tweak inspector event timing (#6) (01f654e)

Features

  • first pass at functional prototype without subprocess support (#5) (9534f56)
  • implement Istanbul reporting (#8) (8e430bf)
  • switch to stderr and default port (#7) (bb117b7)

BREAKING CHANGES

  • dropped subprocess support for the time being, while we march towards an initial implementation.

1.0.1 (2017-10-26)

Bug Fixes

  • pin to functional version of spawn-wrap (d1ced8c)

1.0.0 (2017-10-26)

Features

  • playing around with initial implementation (18f5471)