Skip to content

Releases: istanbuljs/v8-to-istanbul

v8-to-istanbul v7.1.2

05 May 19:54
8b7bd88
Compare
Choose a tag to compare

Bug Fixes

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

v8-to-istanbul v7.1.1

30 Mar 04:55
1df3c54
Compare
Choose a tag to compare

Bug Fixes

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

v8-to-istanbul v7.1.0

22 Dec 00:35
d230f65
Compare
Choose a tag to compare

Features

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

v8-to-istanbul v7.0.0

25 Oct 00:18
08c4c2c
Compare
Choose a tag to compare

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

v8-to-istanbul v6.0.1

08 Oct 21:15
d375ee3
Compare
Choose a tag to compare

Bug Fixes

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

v8-to-istanbul v6.0.0

08 Oct 04:57
6d44899
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

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

Features

  • add support for 1:1 sourcesContent (ac3c79a)

Bug Fixes

v8-to-istanbul v5.0.1

07 Aug 00:20
b11b90f
Compare
Choose a tag to compare

Bug Fixes

v8-to-istanbul v5.0.0

02 Aug 23:04
00aae55
Compare
Choose a tag to compare

⚠ 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

v8-to-istanbul v4.1.4

06 May 23:20
6592f82
Compare
Choose a tag to compare

Bug Fixes

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

v8-to-istanbul v4.1.3

27 Mar 21:57
5ce08c0
Compare
Choose a tag to compare

Bug Fixes

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