V8 To Istanbul Versions Save

convert from v8 coverage format to istanbul's format

v9.1.0

3 months ago

9.1.0 (2023-02-14)

Features

  • ignore hint more now accepts more suffixes (#203) (65e70d1)

v9.0.1

11 months ago

9.0.1 (2022-06-20)

Bug Fixes

v9.0.0

1 year ago

9.0.0 (2022-04-20)

⚠ BREAKING CHANGES

  • migrate from source-map to TraceMap

Bug Fixes

  • address issues with line selection for Node 10 (12d01c6)

Code Refactoring

  • migrate from source-map to TraceMap (c39ac4c)

v8.1.1

1 year ago

8.1.1 (2022-01-10)

Bug Fixes

  • handle undefined sourcesContent and null sourcesContent entry (6c2e2ec)
  • perf: optimize hit counting and source map performance (3f83226), closes #159

v8.1.0

1 year ago

Features

  • function to cleanup allocated resources after usage (#161) (a3925e9)

v8.0.0

1 year ago

⚠ BREAKING CHANGES

  • minimum Node version now 10.12.

Bug Fixes

  • address file URL path regression on Windows (#146) (bb04c56)

v7.1.2

2 years ago

Bug Fixes

  • fix undefined line in branches and functions (#139) (f5ed83d)

v7.1.1

2 years ago

Bug Fixes

  • use original source path if no sources (#135) (64b2c86)

v7.1.0

2 years ago

Features

  • support comment c8 ignore start/stop (#130) (591126b)

v7.0.0

2 years ago

⚠ BREAKING CHANGES

  • address off by one error processing branches (#127)

Bug Fixes

  • address off by one error processing branches (#127) (746390f)
  • drop special shebang handling (#125) (0d3b57f)
  • shebang handling supported in Node v12 (#128) (522e4c2)