V8 To Istanbul Versions Save

convert from v8 coverage format to istanbul's format

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

3 years ago

Features

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

v7.0.0

3 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)

v6.0.1

3 years ago

Bug Fixes

  • build: use new relese-please strategy (c8edd37)
  • source-maps: reverts off by one fix for ignore (#123) (a886fb8)

v6.0.0

3 years ago

⚠ BREAKING CHANGES

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

Features

  • add support for 1:1 sourcesContent (ac3c79a)

Bug Fixes

v5.0.1

3 years ago

Bug Fixes

v5.0.0

3 years ago

⚠ BREAKING CHANGES

  • drop Node 8 support (#110)
  • source map files with multiple sources will now be parsed differently than source map files with a single source.

Features

  • support source map with multiple sources (#102) (d1f435c), closes #21

Bug Fixes

  • address path related bugs with 1:many source maps (#108) (9a618bc)

Build System

v4.1.4

3 years ago

Bug Fixes

  • handle relative sourceRoots in source map files (#100) (16ad3aa)

v4.1.3

4 years ago

Bug Fixes

  • handle sourcemap sources emtpy edge case (#94) (628af48)
  • v8 coverage ranges that fall on \n characters cause exceptions (#96) (c5731a3)