| 1 | # Changelog
|
|---|
| 2 |
|
|---|
| 3 | All 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 | ### [8.1.1](https://github.com/istanbuljs/v8-to-istanbul/compare/v8.1.0...v8.1.1) (2022-01-10)
|
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 | ### Bug Fixes
|
|---|
| 9 |
|
|---|
| 10 | * handle undefined sourcesContent and null sourcesContent entry ([6c2e2ec](https://github.com/istanbuljs/v8-to-istanbul/commit/6c2e2ecd2aece8b01543f75dfa203744f8a785b9))
|
|---|
| 11 | * **perf:** optimize hit counting and source map performance ([3f83226](https://github.com/istanbuljs/v8-to-istanbul/commit/3f83226212e9fd26231bb313b36db4f2d0661970)), closes [#159](https://github.com/istanbuljs/v8-to-istanbul/issues/159)
|
|---|
| 12 |
|
|---|
| 13 | ## [8.1.0](https://www.github.com/istanbuljs/v8-to-istanbul/compare/v8.0.0...v8.1.0) (2021-09-27)
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 | ### Features
|
|---|
| 17 |
|
|---|
| 18 | * function to cleanup allocated resources after usage ([#161](https://www.github.com/istanbuljs/v8-to-istanbul/issues/161)) ([a3925e9](https://www.github.com/istanbuljs/v8-to-istanbul/commit/a3925e9951fa88daee0aae5a7d35546b10f063a8))
|
|---|
| 19 |
|
|---|
| 20 | ## [8.0.0](https://www.github.com/istanbuljs/v8-to-istanbul/compare/v7.1.2...v8.0.0) (2021-06-03)
|
|---|
| 21 |
|
|---|
| 22 |
|
|---|
| 23 | ### ⚠ BREAKING CHANGES
|
|---|
| 24 |
|
|---|
| 25 | * minimum Node version now 10.12.
|
|---|
| 26 |
|
|---|
| 27 | ### Bug Fixes
|
|---|
| 28 |
|
|---|
| 29 | * address file URL path regression on Windows ([#146](https://www.github.com/istanbuljs/v8-to-istanbul/issues/146)) ([bb04c56](https://www.github.com/istanbuljs/v8-to-istanbul/commit/bb04c561bffe9802b7d2e7e91216aa1d9230490a))
|
|---|
| 30 |
|
|---|
| 31 | ### [7.1.2](https://www.github.com/istanbuljs/v8-to-istanbul/compare/v7.1.1...v7.1.2) (2021-05-05)
|
|---|
| 32 |
|
|---|
| 33 |
|
|---|
| 34 | ### Bug Fixes
|
|---|
| 35 |
|
|---|
| 36 | * fix undefined line in branches and functions ([#139](https://www.github.com/istanbuljs/v8-to-istanbul/issues/139)) ([f5ed83d](https://www.github.com/istanbuljs/v8-to-istanbul/commit/f5ed83d185129db48e5c05c5225470ad114c7609))
|
|---|
| 37 |
|
|---|
| 38 | ### [7.1.1](https://www.github.com/istanbuljs/v8-to-istanbul/compare/v7.1.0...v7.1.1) (2021-03-30)
|
|---|
| 39 |
|
|---|
| 40 |
|
|---|
| 41 | ### Bug Fixes
|
|---|
| 42 |
|
|---|
| 43 | * use original source path if no sources ([#135](https://www.github.com/istanbuljs/v8-to-istanbul/issues/135)) ([64b2c86](https://www.github.com/istanbuljs/v8-to-istanbul/commit/64b2c86099afe3ea9d484324902d4ec4c3965347))
|
|---|
| 44 |
|
|---|
| 45 | ## [7.1.0](https://www.github.com/istanbuljs/v8-to-istanbul/compare/v7.0.0...v7.1.0) (2020-12-22)
|
|---|
| 46 |
|
|---|
| 47 |
|
|---|
| 48 | ### Features
|
|---|
| 49 |
|
|---|
| 50 | * support comment c8 ignore start/stop ([#130](https://www.github.com/istanbuljs/v8-to-istanbul/issues/130)) ([591126b](https://www.github.com/istanbuljs/v8-to-istanbul/commit/591126b102244465b27906cdb8cdb82df1f4e760))
|
|---|
| 51 |
|
|---|
| 52 | ## [7.0.0](https://www.github.com/istanbuljs/v8-to-istanbul/compare/v6.0.1...v7.0.0) (2020-10-25)
|
|---|
| 53 |
|
|---|
| 54 |
|
|---|
| 55 | ### ⚠ BREAKING CHANGES
|
|---|
| 56 |
|
|---|
| 57 | * address off by one error processing branches (#127)
|
|---|
| 58 |
|
|---|
| 59 | ### Bug Fixes
|
|---|
| 60 |
|
|---|
| 61 | * address off by one error processing branches ([#127](https://www.github.com/istanbuljs/v8-to-istanbul/issues/127)) ([746390f](https://www.github.com/istanbuljs/v8-to-istanbul/commit/746390f871fb2d1c6ec9738892a605a9ea59af5c))
|
|---|
| 62 | * drop special shebang handling ([#125](https://www.github.com/istanbuljs/v8-to-istanbul/issues/125)) ([0d3b57f](https://www.github.com/istanbuljs/v8-to-istanbul/commit/0d3b57f245003d934c0a824f1b6fe54dcebacdb7))
|
|---|
| 63 | * shebang handling supported in Node v12 ([#128](https://www.github.com/istanbuljs/v8-to-istanbul/issues/128)) ([522e4c2](https://www.github.com/istanbuljs/v8-to-istanbul/commit/522e4c25e6693e31191b47fc5729b6aff9909ce3))
|
|---|
| 64 |
|
|---|
| 65 | ### [6.0.1](https://www.github.com/istanbuljs/v8-to-istanbul/compare/v6.0.0...v6.0.1) (2020-10-08)
|
|---|
| 66 |
|
|---|
| 67 |
|
|---|
| 68 | ### Bug Fixes
|
|---|
| 69 |
|
|---|
| 70 | * **build:** use new relese-please strategy ([c8edd37](https://www.github.com/istanbuljs/v8-to-istanbul/commit/c8edd3741f803dd7485d01ee6f4fcf6a73570700))
|
|---|
| 71 | * **source-maps:** reverts off by one fix for ignore ([#123](https://www.github.com/istanbuljs/v8-to-istanbul/issues/123)) ([a886fb8](https://www.github.com/istanbuljs/v8-to-istanbul/commit/a886fb82d7e2c5332c6e507e201a9378dda84f50))
|
|---|
| 72 |
|
|---|
| 73 | ## [6.0.0](https://www.github.com/istanbuljs/v8-to-istanbul/compare/v5.0.1...v6.0.0) (2020-10-08)
|
|---|
| 74 |
|
|---|
| 75 |
|
|---|
| 76 | ### ⚠ BREAKING CHANGES
|
|---|
| 77 |
|
|---|
| 78 | * address off by one error processing branches (#118)
|
|---|
| 79 |
|
|---|
| 80 | ### Features
|
|---|
| 81 |
|
|---|
| 82 | * add support for 1:1 sourcesContent ([ac3c79a](https://www.github.com/istanbuljs/v8-to-istanbul/commit/ac3c79a688665e9f3f05aafe9295a3d71a21267d))
|
|---|
| 83 |
|
|---|
| 84 |
|
|---|
| 85 | ### Bug Fixes
|
|---|
| 86 |
|
|---|
| 87 | * address off by one error processing branches ([#118](https://www.github.com/istanbuljs/v8-to-istanbul/issues/118)) ([abe51ea](https://www.github.com/istanbuljs/v8-to-istanbul/commit/abe51ea344171c827a014a8c86b3d3a2be5370ce))
|
|---|
| 88 | * favor mapping at 0th column ([#120](https://www.github.com/istanbuljs/v8-to-istanbul/issues/120)) ([770f17f](https://www.github.com/istanbuljs/v8-to-istanbul/commit/770f17f49e2bf323bdc26f55f91adfedcbb94e25))
|
|---|
| 89 |
|
|---|
| 90 | ### [5.0.1](https://www.github.com/istanbuljs/v8-to-istanbul/compare/v5.0.0...v5.0.1) (2020-08-07)
|
|---|
| 91 |
|
|---|
| 92 |
|
|---|
| 93 | ### Bug Fixes
|
|---|
| 94 |
|
|---|
| 95 | * add missing type in TS definition ([#113](https://www.github.com/istanbuljs/v8-to-istanbul/issues/113)) ([a14ebc2](https://www.github.com/istanbuljs/v8-to-istanbul/commit/a14ebc2f3c71cb854dacb06490ea3e0f9bc17dbd))
|
|---|
| 96 |
|
|---|
| 97 | ## [5.0.0](https://www.github.com/istanbuljs/v8-to-istanbul/compare/v4.1.4...v5.0.0) (2020-08-02)
|
|---|
| 98 |
|
|---|
| 99 |
|
|---|
| 100 | ### ⚠ BREAKING CHANGES
|
|---|
| 101 |
|
|---|
| 102 | * drop Node 8 support (#110)
|
|---|
| 103 | * source map files with multiple sources will now be parsed differently than source map files with a single source.
|
|---|
| 104 |
|
|---|
| 105 | ### Features
|
|---|
| 106 |
|
|---|
| 107 | * support source map with multiple sources ([#102](https://www.github.com/istanbuljs/v8-to-istanbul/issues/102)) ([d1f435c](https://www.github.com/istanbuljs/v8-to-istanbul/commit/d1f435cf183c510188ec5e43781d5bc10989a4e0)), closes [#21](https://www.github.com/istanbuljs/v8-to-istanbul/issues/21)
|
|---|
| 108 |
|
|---|
| 109 |
|
|---|
| 110 | ### Bug Fixes
|
|---|
| 111 |
|
|---|
| 112 | * address path related bugs with 1:many source maps ([#108](https://www.github.com/istanbuljs/v8-to-istanbul/issues/108)) ([9a618bc](https://www.github.com/istanbuljs/v8-to-istanbul/commit/9a618bc374ef6e2205c26c5ebf728bc69f4a9288))
|
|---|
| 113 |
|
|---|
| 114 |
|
|---|
| 115 | ### Build System
|
|---|
| 116 |
|
|---|
| 117 | * drop Node 8 support ([#110](https://www.github.com/istanbuljs/v8-to-istanbul/issues/110)) ([c8bf7a1](https://www.github.com/istanbuljs/v8-to-istanbul/commit/c8bf7a1bdcf8b911943bb1ffc97e401d979aa11f))
|
|---|
| 118 |
|
|---|
| 119 | ### [4.1.4](https://www.github.com/istanbuljs/v8-to-istanbul/compare/v4.1.3...v4.1.4) (2020-05-06)
|
|---|
| 120 |
|
|---|
| 121 |
|
|---|
| 122 | ### Bug Fixes
|
|---|
| 123 |
|
|---|
| 124 | * handle relative sourceRoots in source map files ([#100](https://www.github.com/istanbuljs/v8-to-istanbul/issues/100)) ([16ad3aa](https://www.github.com/istanbuljs/v8-to-istanbul/commit/16ad3aabd6144e2bf15fb4065e697bf40d1caaf4))
|
|---|
| 125 |
|
|---|
| 126 | ### [4.1.3](https://www.github.com/istanbuljs/v8-to-istanbul/compare/v4.1.2...v4.1.3) (2020-03-27)
|
|---|
| 127 |
|
|---|
| 128 |
|
|---|
| 129 | ### Bug Fixes
|
|---|
| 130 |
|
|---|
| 131 | * handle sourcemap `sources` emtpy edge case ([#94](https://www.github.com/istanbuljs/v8-to-istanbul/issues/94)) ([628af48](https://www.github.com/istanbuljs/v8-to-istanbul/commit/628af48e2f7ab279c52f4355c0ccb92ac16b2c1a))
|
|---|
| 132 | * v8 coverage ranges that fall on \n characters cause exceptions ([#96](https://www.github.com/istanbuljs/v8-to-istanbul/issues/96)) ([c5731a3](https://www.github.com/istanbuljs/v8-to-istanbul/commit/c5731a3b2fe4dccfae9ee581a5bf7a6e362f5cb8))
|
|---|
| 133 |
|
|---|
| 134 | ### [4.1.2](https://www.github.com/istanbuljs/v8-to-istanbul/compare/v4.1.1...v4.1.2) (2020-02-09)
|
|---|
| 135 |
|
|---|
| 136 |
|
|---|
| 137 | ### Bug Fixes
|
|---|
| 138 |
|
|---|
| 139 | * protect against undefined sourcesContent ([#89](https://www.github.com/istanbuljs/v8-to-istanbul/issues/89)) ([5b94fe3](https://www.github.com/istanbuljs/v8-to-istanbul/commit/5b94fe37f9b86686386ad01f1fb8a42182f35ad8))
|
|---|
| 140 |
|
|---|
| 141 | ### [4.1.1](https://www.github.com/istanbuljs/v8-to-istanbul/compare/v4.1.0...v4.1.1) (2020-02-07)
|
|---|
| 142 |
|
|---|
| 143 |
|
|---|
| 144 | ### Bug Fixes
|
|---|
| 145 |
|
|---|
| 146 | * **build:** repository field should have type ([#87](https://www.github.com/istanbuljs/v8-to-istanbul/issues/87)) ([f064542](https://www.github.com/istanbuljs/v8-to-istanbul/commit/f064542844c333d83fc25e0ad7f989f0999f8ceb))
|
|---|
| 147 |
|
|---|
| 148 | ## [4.1.0](https://www.github.com/istanbuljs/v8-to-istanbul/compare/v4.0.1...v4.1.0) (2020-02-06)
|
|---|
| 149 |
|
|---|
| 150 |
|
|---|
| 151 | ### Features
|
|---|
| 152 |
|
|---|
| 153 | * use the inline source content if available ([#85](https://www.github.com/istanbuljs/v8-to-istanbul/issues/85)) ([1a6d47f](https://www.github.com/istanbuljs/v8-to-istanbul/commit/1a6d47f1412d7c2b072fe794b6bd08bfbf4bbd55))
|
|---|
| 154 |
|
|---|
| 155 | ### [4.0.1](https://www.github.com/istanbuljs/v8-to-istanbul/compare/v4.0.0...v4.0.1) (2019-12-12)
|
|---|
| 156 |
|
|---|
| 157 |
|
|---|
| 158 | ### Bug Fixes
|
|---|
| 159 |
|
|---|
| 160 | * loosen engine requirement so it can be installed on node 8 ([#82](https://www.github.com/istanbuljs/v8-to-istanbul/issues/82)) ([18f2587](https://www.github.com/istanbuljs/v8-to-istanbul/commit/18f2587481617e4db5ae1565c4f7052a8314af92))
|
|---|
| 161 |
|
|---|
| 162 | ## [4.0.0](https://www.github.com/istanbuljs/v8-to-istanbul/compare/v3.2.6...v4.0.0) (2019-11-23)
|
|---|
| 163 |
|
|---|
| 164 |
|
|---|
| 165 | ### ⚠ BREAKING CHANGES
|
|---|
| 166 |
|
|---|
| 167 | * paths are now consistently absolute.
|
|---|
| 168 |
|
|---|
| 169 | ### Features
|
|---|
| 170 |
|
|---|
| 171 | * adds special (empty-report) block ([#74](https://www.github.com/istanbuljs/v8-to-istanbul/issues/74)) ([e981cc1](https://www.github.com/istanbuljs/v8-to-istanbul/commit/e981cc156b447ce7a936114dafac591126fd65dd))
|
|---|
| 172 |
|
|---|
| 173 |
|
|---|
| 174 | ### Bug Fixes
|
|---|
| 175 |
|
|---|
| 176 | * consistently resolve paths to absolute form ([#72](https://www.github.com/istanbuljs/v8-to-istanbul/issues/72)) ([55f4116](https://www.github.com/istanbuljs/v8-to-istanbul/commit/55f411624841f89f8309dc460387f8dd15c8b8f4))
|
|---|
| 177 |
|
|---|
| 178 | ### [3.2.6](https://github.com/bcoe/v8-to-istanbul/compare/v3.2.5...v3.2.6) (2019-10-24)
|
|---|
| 179 |
|
|---|
| 180 |
|
|---|
| 181 | ### Bug Fixes
|
|---|
| 182 |
|
|---|
| 183 | * remove scheme from paths before joining ([#69](https://github.com/bcoe/v8-to-istanbul/issues/69)) ([10612fa](https://github.com/bcoe/v8-to-istanbul/commit/10612fa))
|
|---|
| 184 |
|
|---|
| 185 | ### [3.2.5](https://github.com/bcoe/v8-to-istanbul/compare/v3.2.4...v3.2.5) (2019-10-07)
|
|---|
| 186 |
|
|---|
| 187 |
|
|---|
| 188 | ### Bug Fixes
|
|---|
| 189 |
|
|---|
| 190 | * fs.promises was not introduced until 10 ([#67](https://github.com/bcoe/v8-to-istanbul/issues/67)) ([cdcc225](https://github.com/bcoe/v8-to-istanbul/commit/cdcc225))
|
|---|
| 191 |
|
|---|
| 192 | ### [3.2.4](https://github.com/bcoe/v8-to-istanbul/compare/v3.2.3...v3.2.4) (2019-10-06)
|
|---|
| 193 |
|
|---|
| 194 | ### [3.2.3](https://github.com/bcoe/v8-to-istanbul/compare/v3.2.2...v3.2.3) (2019-06-24)
|
|---|
| 195 |
|
|---|
| 196 |
|
|---|
| 197 | ### Bug Fixes
|
|---|
| 198 |
|
|---|
| 199 | * regex for detecting Node < 10.16 was off ([4ca7220](https://github.com/bcoe/v8-to-istanbul/commit/4ca7220))
|
|---|
| 200 |
|
|---|
| 201 |
|
|---|
| 202 |
|
|---|
| 203 | ### [3.2.2](https://github.com/bcoe/v8-to-istanbul/compare/v3.2.1...v3.2.2) (2019-06-24)
|
|---|
| 204 |
|
|---|
| 205 |
|
|---|
| 206 | ### Bug Fixes
|
|---|
| 207 |
|
|---|
| 208 | * Node >10.16.0 now uses new module wrap API ([7d7c9cb](https://github.com/bcoe/v8-to-istanbul/commit/7d7c9cb))
|
|---|
| 209 |
|
|---|
| 210 |
|
|---|
| 211 |
|
|---|
| 212 | ### [3.2.1](https://github.com/bcoe/v8-to-istanbul/compare/v3.2.0...v3.2.1) (2019-06-23)
|
|---|
| 213 |
|
|---|
| 214 |
|
|---|
| 215 | ### Bug Fixes
|
|---|
| 216 |
|
|---|
| 217 | * logic for handling sourceRoot did not take into account process.cwd() ([#39](https://github.com/bcoe/v8-to-istanbul/issues/39)) ([6ed9524](https://github.com/bcoe/v8-to-istanbul/commit/6ed9524))
|
|---|
| 218 |
|
|---|
| 219 |
|
|---|
| 220 |
|
|---|
| 221 | ## [3.2.0](https://github.com/bcoe/v8-to-istanbul/compare/v3.1.3...v3.2.0) (2019-06-23)
|
|---|
| 222 |
|
|---|
| 223 |
|
|---|
| 224 | ### Build System
|
|---|
| 225 |
|
|---|
| 226 | * update testing matrix and deps ([#34](https://github.com/bcoe/v8-to-istanbul/issues/34)) ([204afca](https://github.com/bcoe/v8-to-istanbul/commit/204afca))
|
|---|
| 227 |
|
|---|
| 228 |
|
|---|
| 229 | ### Features
|
|---|
| 230 |
|
|---|
| 231 | * add a sources option allowing to bypass fs operations ([#36](https://github.com/bcoe/v8-to-istanbul/issues/36)) ([4f5a681](https://github.com/bcoe/v8-to-istanbul/commit/4f5a681))
|
|---|
| 232 | * add TS typings ([#35](https://github.com/bcoe/v8-to-istanbul/issues/35)) ([5251108](https://github.com/bcoe/v8-to-istanbul/commit/5251108))
|
|---|
| 233 | * allow sourceMaps with sourceRoot ([#32](https://github.com/bcoe/v8-to-istanbul/issues/32)) ([8eb2ed0](https://github.com/bcoe/v8-to-istanbul/commit/8eb2ed0))
|
|---|
| 234 |
|
|---|
| 235 |
|
|---|
| 236 |
|
|---|
| 237 | ### [3.1.3](https://github.com/bcoe/v8-to-istanbul/compare/v3.1.2...v3.1.3) (2019-05-11)
|
|---|
| 238 |
|
|---|
| 239 |
|
|---|
| 240 | ### Bug Fixes
|
|---|
| 241 |
|
|---|
| 242 | * **deps:** source-map should be dependency not dev-dependency ([3f6208e](https://github.com/bcoe/v8-to-istanbul/commit/3f6208e))
|
|---|
| 243 |
|
|---|
| 244 |
|
|---|
| 245 |
|
|---|
| 246 | ## [3.1.2](https://github.com/bcoe/v8-to-istanbul/compare/v3.1.1...v3.1.2) (2019-05-02)
|
|---|
| 247 |
|
|---|
| 248 |
|
|---|
| 249 | ### Bug Fixes
|
|---|
| 250 |
|
|---|
| 251 | * the line with the ignore comment itself should be skipped ([#25](https://github.com/bcoe/v8-to-istanbul/issues/25)) ([e939594](https://github.com/bcoe/v8-to-istanbul/commit/e939594))
|
|---|
| 252 |
|
|---|
| 253 |
|
|---|
| 254 |
|
|---|
| 255 | ## [3.1.1](https://github.com/bcoe/v8-to-istanbul/compare/v3.1.0...v3.1.1) (2019-05-02)
|
|---|
| 256 |
|
|---|
| 257 |
|
|---|
| 258 | ### Bug Fixes
|
|---|
| 259 |
|
|---|
| 260 | * we should ignore functions and branches ([#24](https://github.com/bcoe/v8-to-istanbul/issues/24)) ([d468559](https://github.com/bcoe/v8-to-istanbul/commit/d468559))
|
|---|
| 261 |
|
|---|
| 262 |
|
|---|
| 263 |
|
|---|
| 264 | # [3.1.0](https://github.com/bcoe/v8-to-istanbul/compare/v3.0.1...v3.1.0) (2019-05-02)
|
|---|
| 265 |
|
|---|
| 266 |
|
|---|
| 267 | ### Features
|
|---|
| 268 |
|
|---|
| 269 | * allow uncovered lines to be ignored with special comment ([#23](https://github.com/bcoe/v8-to-istanbul/issues/23)) ([f585cfa](https://github.com/bcoe/v8-to-istanbul/commit/f585cfa))
|
|---|
| 270 |
|
|---|
| 271 |
|
|---|
| 272 |
|
|---|
| 273 | ## [3.0.1](https://github.com/bcoe/v8-to-istanbul/compare/v3.0.0...v3.0.1) (2019-05-01)
|
|---|
| 274 |
|
|---|
| 275 |
|
|---|
| 276 | ### Bug Fixes
|
|---|
| 277 |
|
|---|
| 278 | * initial column could be 0 on Node 10, after wrapper taken into account ([#22](https://github.com/bcoe/v8-to-istanbul/issues/22)) ([aa3f73b](https://github.com/bcoe/v8-to-istanbul/commit/aa3f73b))
|
|---|
| 279 |
|
|---|
| 280 |
|
|---|
| 281 |
|
|---|
| 282 | # [3.0.0](https://github.com/bcoe/v8-to-istanbul/compare/v2.0.2...v3.0.0) (2019-04-29)
|
|---|
| 283 |
|
|---|
| 284 | ### Features
|
|---|
| 285 |
|
|---|
| 286 | * initial support for source-maps ([#19](https://github.com/bcoe/v8-to-istanbul/issues/19)) ([ab0fcdd](https://github.com/bcoe/v8-to-istanbul/commit/ab0fcdd))
|
|---|
| 287 |
|
|---|
| 288 | ### BREAKING CHANGES
|
|---|
| 289 |
|
|---|
| 290 | * v8-to-istanbul is now async, making it possible to use the latest source-map library
|
|---|
| 291 |
|
|---|
| 292 |
|
|---|
| 293 | # [2.1.0](https://github.com/bcoe/v8-to-istanbul/compare/v2.0.5...v2.1.0) (2019-04-21)
|
|---|
| 294 |
|
|---|
| 295 |
|
|---|
| 296 | ### Features
|
|---|
| 297 |
|
|---|
| 298 | * store source so that it can be used by SourceMaps ([#18](https://github.com/bcoe/v8-to-istanbul/issues/18)) ([5afafd6](https://github.com/bcoe/v8-to-istanbul/commit/5afafd6))
|
|---|
| 299 |
|
|---|
| 300 |
|
|---|
| 301 |
|
|---|
| 302 | ## [2.0.5](https://github.com/bcoe/v8-to-istanbul/compare/v2.0.4...v2.0.5) (2019-04-18)
|
|---|
| 303 |
|
|---|
| 304 |
|
|---|
| 305 | ### Bug Fixes
|
|---|
| 306 |
|
|---|
| 307 | * don't assume files to have CR characters on Windows ([#16](https://github.com/bcoe/v8-to-istanbul/issues/16)) ([c59a21a](https://github.com/bcoe/v8-to-istanbul/commit/c59a21a))
|
|---|
| 308 |
|
|---|
| 309 |
|
|---|
| 310 |
|
|---|
| 311 | ## [2.0.4](https://github.com/bcoe/v8-to-istanbul/compare/v2.0.3...v2.0.4) (2019-04-07)
|
|---|
| 312 |
|
|---|
| 313 |
|
|---|
| 314 | ### Bug Fixes
|
|---|
| 315 |
|
|---|
| 316 | * Node 11 no longer wraps scripts by default ([#15](https://github.com/bcoe/v8-to-istanbul/issues/15)) ([fbbd113](https://github.com/bcoe/v8-to-istanbul/commit/fbbd113))
|
|---|
| 317 |
|
|---|
| 318 |
|
|---|
| 319 |
|
|---|
| 320 | ## [2.0.3](https://github.com/bcoe/v8-to-istanbul/compare/v2.0.2...v2.0.3) (2019-04-07)
|
|---|
| 321 |
|
|---|
| 322 |
|
|---|
| 323 |
|
|---|
| 324 | <a name="2.0.2"></a>
|
|---|
| 325 | ## [2.0.2](https://github.com/bcoe/v8-to-istanbul/compare/v2.0.1...v2.0.2) (2019-01-20)
|
|---|
| 326 |
|
|---|
| 327 |
|
|---|
| 328 | ### Bug Fixes
|
|---|
| 329 |
|
|---|
| 330 | * windows has \r\n line separator ([#11](https://github.com/bcoe/v8-to-istanbul/issues/11)) ([c10b888](https://github.com/bcoe/v8-to-istanbul/commit/c10b888))
|
|---|
| 331 |
|
|---|
| 332 |
|
|---|
| 333 |
|
|---|
| 334 | <a name="2.0.1"></a>
|
|---|
| 335 | ## [2.0.1](https://github.com/bcoe/v8-to-istanbul/compare/v2.0.0...v2.0.1) (2019-01-20)
|
|---|
| 336 |
|
|---|
| 337 |
|
|---|
| 338 | ### Bug Fixes
|
|---|
| 339 |
|
|---|
| 340 | * functions were not always counted ([#10](https://github.com/bcoe/v8-to-istanbul/issues/10)) ([464a1f0](https://github.com/bcoe/v8-to-istanbul/commit/464a1f0))
|
|---|
| 341 |
|
|---|
| 342 |
|
|---|
| 343 |
|
|---|
| 344 | <a name="2.0.0"></a>
|
|---|
| 345 | # [2.0.0](https://github.com/bcoe/v8-to-istanbul/compare/v1.2.1...v2.0.0) (2018-12-21)
|
|---|
| 346 |
|
|---|
| 347 |
|
|---|
| 348 | ### Features
|
|---|
| 349 |
|
|---|
| 350 | * allow wrapper length to be configured ([#9](https://github.com/bcoe/v8-to-istanbul/issues/9)) ([5e76198](https://github.com/bcoe/v8-to-istanbul/commit/5e76198))
|
|---|
| 351 |
|
|---|
| 352 |
|
|---|
| 353 | ### BREAKING CHANGES
|
|---|
| 354 |
|
|---|
| 355 | * we no longer attempt to detect ESM modules, rather the consumer sets a wrapper length
|
|---|
| 356 |
|
|---|
| 357 |
|
|---|
| 358 |
|
|---|
| 359 | <a name="1.2.1"></a>
|
|---|
| 360 | ## [1.2.1](https://github.com/bcoe/v8-to-istanbul/compare/v1.2.0...v1.2.1) (2018-09-12)
|
|---|
| 361 |
|
|---|
| 362 |
|
|---|
| 363 |
|
|---|
| 364 | <a name="1.2.0"></a>
|
|---|
| 365 | # [1.2.0](https://github.com/bcoe/v8-to-istanbul/compare/v1.1.0...v1.2.0) (2017-12-05)
|
|---|
| 366 |
|
|---|
| 367 |
|
|---|
| 368 | ### Features
|
|---|
| 369 |
|
|---|
| 370 | * support ESM modules ([#3](https://github.com/bcoe/v8-to-istanbul/issues/3)) ([992d13a](https://github.com/bcoe/v8-to-istanbul/commit/992d13a))
|
|---|
| 371 |
|
|---|
| 372 |
|
|---|
| 373 |
|
|---|
| 374 | <a name="1.1.0"></a>
|
|---|
| 375 | # 1.1.0 (2017-12-01)
|
|---|
| 376 |
|
|---|
| 377 |
|
|---|
| 378 | ### Features
|
|---|
| 379 |
|
|---|
| 380 | * initial implementation ([6140c6c](https://github.com/bcoe/v8-to-istanbul/commit/6140c6c))
|
|---|