| 1 | # Change Log
|
|---|
| 2 |
|
|---|
| 3 | All notable changes to this project will be documented in this file.
|
|---|
| 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|---|
| 5 |
|
|---|
| 6 | # [4.0.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-source-maps@4.0.0-alpha.5...istanbul-lib-source-maps@4.0.0) (2019-12-20)
|
|---|
| 7 |
|
|---|
| 8 | **Note:** Version bump only for package istanbul-lib-source-maps
|
|---|
| 9 |
|
|---|
| 10 |
|
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 |
|
|---|
| 14 | # [4.0.0-alpha.5](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-source-maps@4.0.0-alpha.4...istanbul-lib-source-maps@4.0.0-alpha.5) (2019-12-07)
|
|---|
| 15 |
|
|---|
| 16 | **Note:** Version bump only for package istanbul-lib-source-maps
|
|---|
| 17 |
|
|---|
| 18 |
|
|---|
| 19 |
|
|---|
| 20 |
|
|---|
| 21 |
|
|---|
| 22 | # [4.0.0-alpha.4](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-source-maps@4.0.0-alpha.3...istanbul-lib-source-maps@4.0.0-alpha.4) (2019-11-16)
|
|---|
| 23 |
|
|---|
| 24 |
|
|---|
| 25 | ### Bug Fixes
|
|---|
| 26 |
|
|---|
| 27 | * sourceFinder cannot be async. ([#501](https://github.com/istanbuljs/istanbuljs/issues/501)) ([094f1b8](https://github.com/istanbuljs/istanbuljs/commit/094f1b83b4652c5ba492781620cb6358c685a849))
|
|---|
| 28 |
|
|---|
| 29 |
|
|---|
| 30 |
|
|---|
| 31 |
|
|---|
| 32 |
|
|---|
| 33 | # [4.0.0-alpha.3](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-source-maps@4.0.0-alpha.2...istanbul-lib-source-maps@4.0.0-alpha.3) (2019-11-15)
|
|---|
| 34 |
|
|---|
| 35 |
|
|---|
| 36 | ### Bug Fixes
|
|---|
| 37 |
|
|---|
| 38 | * mappedCoverage.addStatement is not a function ([#500](https://github.com/istanbuljs/istanbuljs/issues/500)) ([d77cc14](https://github.com/istanbuljs/istanbuljs/commit/d77cc147f7d791686af2975f7d906603335d0bfc)), closes [istanbuljs/nyc#940](https://github.com/istanbuljs/nyc/issues/940)
|
|---|
| 39 |
|
|---|
| 40 |
|
|---|
| 41 |
|
|---|
| 42 |
|
|---|
| 43 |
|
|---|
| 44 | # [4.0.0-alpha.2](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-source-maps@4.0.0-alpha.1...istanbul-lib-source-maps@4.0.0-alpha.2) (2019-10-09)
|
|---|
| 45 |
|
|---|
| 46 |
|
|---|
| 47 | ### Features
|
|---|
| 48 |
|
|---|
| 49 | * Convert to async API ([#489](https://github.com/istanbuljs/istanbuljs/issues/489)) ([f8ebbc9](https://github.com/istanbuljs/istanbuljs/commit/f8ebbc9))
|
|---|
| 50 |
|
|---|
| 51 |
|
|---|
| 52 | ### BREAKING CHANGES
|
|---|
| 53 |
|
|---|
| 54 | * MapStore#transformCoverage is now async and returns a
|
|---|
| 55 | the coverage data only. The `sourceFinder` method is now async and
|
|---|
| 56 | provided directly on the `MapStore` instance.
|
|---|
| 57 |
|
|---|
| 58 |
|
|---|
| 59 |
|
|---|
| 60 |
|
|---|
| 61 |
|
|---|
| 62 | # [4.0.0-alpha.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-source-maps@4.0.0-alpha.0...istanbul-lib-source-maps@4.0.0-alpha.1) (2019-10-06)
|
|---|
| 63 |
|
|---|
| 64 |
|
|---|
| 65 | ### Bug Fixes
|
|---|
| 66 |
|
|---|
| 67 | * **package:** update rimraf to version 3.0.0 ([b6e7953](https://github.com/istanbuljs/istanbuljs/commit/b6e7953))
|
|---|
| 68 |
|
|---|
| 69 |
|
|---|
| 70 | ### Features
|
|---|
| 71 |
|
|---|
| 72 | * Accept SourceStore and sourceStoreOpts options ([#482](https://github.com/istanbuljs/istanbuljs/issues/482)) ([0dc45a6](https://github.com/istanbuljs/istanbuljs/commit/0dc45a6))
|
|---|
| 73 | * Add addInputSourceMapsSync and getSourceMapSync methods ([#484](https://github.com/istanbuljs/istanbuljs/issues/484)) ([dd7048e](https://github.com/istanbuljs/istanbuljs/commit/dd7048e))
|
|---|
| 74 |
|
|---|
| 75 |
|
|---|
| 76 | ### BREAKING CHANGES
|
|---|
| 77 |
|
|---|
| 78 | * sourceStore and tmpdir options are removed.
|
|---|
| 79 |
|
|---|
| 80 |
|
|---|
| 81 |
|
|---|
| 82 |
|
|---|
| 83 |
|
|---|
| 84 | # [4.0.0-alpha.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-source-maps@3.0.6...istanbul-lib-source-maps@4.0.0-alpha.0) (2019-06-19)
|
|---|
| 85 |
|
|---|
| 86 |
|
|---|
| 87 | ### Features
|
|---|
| 88 |
|
|---|
| 89 | * Update dependencies, require Node.js 8 ([#401](https://github.com/istanbuljs/istanbuljs/issues/401)) ([bf3a539](https://github.com/istanbuljs/istanbuljs/commit/bf3a539))
|
|---|
| 90 |
|
|---|
| 91 |
|
|---|
| 92 | ### BREAKING CHANGES
|
|---|
| 93 |
|
|---|
| 94 | * Node.js 8 is now required
|
|---|
| 95 |
|
|---|
| 96 |
|
|---|
| 97 |
|
|---|
| 98 |
|
|---|
| 99 |
|
|---|
| 100 | ### [4.0.1](https://www.github.com/istanbuljs/istanbuljs/compare/istanbul-lib-source-maps-v4.0.0...istanbul-lib-source-maps-v4.0.1) (2021-10-12)
|
|---|
| 101 |
|
|---|
| 102 |
|
|---|
| 103 | ### Bug Fixes
|
|---|
| 104 |
|
|---|
| 105 | * source mapping for branch statements ([#518](https://www.github.com/istanbuljs/istanbuljs/issues/518)) ([3833708](https://www.github.com/istanbuljs/istanbuljs/commit/38337081d97baa6295707d569dee9c4abc3f7da7))
|
|---|
| 106 |
|
|---|
| 107 | ## [3.0.6](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-source-maps@3.0.5...istanbul-lib-source-maps@3.0.6) (2019-04-24)
|
|---|
| 108 |
|
|---|
| 109 |
|
|---|
| 110 | ### Bug Fixes
|
|---|
| 111 |
|
|---|
| 112 | * if LEAST_UPPER_BOUND returns null, try GREATEST_LOWER_BOUND ([#375](https://github.com/istanbuljs/istanbuljs/issues/375)) ([72b0f05](https://github.com/istanbuljs/istanbuljs/commit/72b0f05))
|
|---|
| 113 |
|
|---|
| 114 |
|
|---|
| 115 |
|
|---|
| 116 |
|
|---|
| 117 |
|
|---|
| 118 | ## [3.0.5](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-source-maps@3.0.4...istanbul-lib-source-maps@3.0.5) (2019-04-09)
|
|---|
| 119 |
|
|---|
| 120 | **Note:** Version bump only for package istanbul-lib-source-maps
|
|---|
| 121 |
|
|---|
| 122 |
|
|---|
| 123 |
|
|---|
| 124 |
|
|---|
| 125 |
|
|---|
| 126 | ## [3.0.4](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-source-maps@3.0.3...istanbul-lib-source-maps@3.0.4) (2019-04-03)
|
|---|
| 127 |
|
|---|
| 128 | **Note:** Version bump only for package istanbul-lib-source-maps
|
|---|
| 129 |
|
|---|
| 130 |
|
|---|
| 131 |
|
|---|
| 132 |
|
|---|
| 133 |
|
|---|
| 134 | ## [3.0.3](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-source-maps@3.0.2...istanbul-lib-source-maps@3.0.3) (2019-03-12)
|
|---|
| 135 |
|
|---|
| 136 |
|
|---|
| 137 | ### Bug Fixes
|
|---|
| 138 |
|
|---|
| 139 | * Map unique files once, regardless of path separator ([#287](https://github.com/istanbuljs/istanbuljs/issues/287)) ([39a1e56](https://github.com/istanbuljs/istanbuljs/commit/39a1e56))
|
|---|
| 140 |
|
|---|
| 141 |
|
|---|
| 142 |
|
|---|
| 143 |
|
|---|
| 144 |
|
|---|
| 145 | ## [3.0.2](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-source-maps@3.0.1...istanbul-lib-source-maps@3.0.2) (2019-01-26)
|
|---|
| 146 |
|
|---|
| 147 | **Note:** Version bump only for package istanbul-lib-source-maps
|
|---|
| 148 |
|
|---|
| 149 |
|
|---|
| 150 |
|
|---|
| 151 |
|
|---|
| 152 |
|
|---|
| 153 | <a name="3.0.1"></a>
|
|---|
| 154 | ## [3.0.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-source-maps@3.0.0...istanbul-lib-source-maps@3.0.1) (2018-12-25)
|
|---|
| 155 |
|
|---|
| 156 |
|
|---|
| 157 | ### Bug Fixes
|
|---|
| 158 |
|
|---|
| 159 | * correct variable name in source-map transform ([#257](https://github.com/istanbuljs/istanbuljs/issues/257)) ([de9c921](https://github.com/istanbuljs/istanbuljs/commit/de9c921))
|
|---|
| 160 |
|
|---|
| 161 |
|
|---|
| 162 |
|
|---|
| 163 |
|
|---|
| 164 | <a name="3.0.0"></a>
|
|---|
| 165 | # [3.0.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-source-maps@2.0.1...istanbul-lib-source-maps@3.0.0) (2018-12-19)
|
|---|
| 166 |
|
|---|
| 167 |
|
|---|
| 168 | ### Bug Fixes
|
|---|
| 169 |
|
|---|
| 170 | * correctly calculate end position of sourcemap statement ([f97ffc7](https://github.com/istanbuljs/istanbuljs/commit/f97ffc7))
|
|---|
| 171 |
|
|---|
| 172 |
|
|---|
| 173 | ### BREAKING CHANGES
|
|---|
| 174 |
|
|---|
| 175 | * coverage output can now contain Infinity, when a range extends past the source in a file.
|
|---|
| 176 |
|
|---|
| 177 |
|
|---|
| 178 |
|
|---|
| 179 |
|
|---|
| 180 | <a name="2.0.1"></a>
|
|---|
| 181 | ## [2.0.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-source-maps@2.0.0...istanbul-lib-source-maps@2.0.1) (2018-07-07)
|
|---|
| 182 |
|
|---|
| 183 |
|
|---|
| 184 |
|
|---|
| 185 |
|
|---|
| 186 | **Note:** Version bump only for package istanbul-lib-source-maps
|
|---|
| 187 |
|
|---|
| 188 | <a name="2.0.0"></a>
|
|---|
| 189 | # [2.0.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-source-maps@1.2.5...istanbul-lib-source-maps@2.0.0) (2018-06-06)
|
|---|
| 190 |
|
|---|
| 191 |
|
|---|
| 192 | ### Bug Fixes
|
|---|
| 193 |
|
|---|
| 194 | * use null prototype for map objects ([#177](https://github.com/istanbuljs/istanbuljs/issues/177)) ([9a5a30c](https://github.com/istanbuljs/istanbuljs/commit/9a5a30c))
|
|---|
| 195 |
|
|---|
| 196 |
|
|---|
| 197 | ### BREAKING CHANGES
|
|---|
| 198 |
|
|---|
| 199 | * a null prototype is now used in several places rather than the default `{}` assignment.
|
|---|
| 200 |
|
|---|
| 201 |
|
|---|
| 202 |
|
|---|
| 203 |
|
|---|
| 204 | <a name="1.2.5"></a>
|
|---|
| 205 | ## [1.2.5](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-source-maps@1.2.4...istanbul-lib-source-maps@1.2.5) (2018-05-31)
|
|---|
| 206 |
|
|---|
| 207 |
|
|---|
| 208 | ### Bug Fixes
|
|---|
| 209 |
|
|---|
| 210 | * process.cwd is a function not a string ([#163](https://github.com/istanbuljs/istanbuljs/issues/163)). ([#171](https://github.com/istanbuljs/istanbuljs/issues/171)) ([9c7802c](https://github.com/istanbuljs/istanbuljs/commit/9c7802c))
|
|---|
| 211 |
|
|---|
| 212 |
|
|---|
| 213 |
|
|---|
| 214 |
|
|---|
| 215 | <a name="1.2.4"></a>
|
|---|
| 216 | ## [1.2.4](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-source-maps@1.2.3...istanbul-lib-source-maps@1.2.4) (2018-03-04)
|
|---|
| 217 |
|
|---|
| 218 |
|
|---|
| 219 |
|
|---|
| 220 |
|
|---|
| 221 | **Note:** Version bump only for package istanbul-lib-source-maps
|
|---|
| 222 |
|
|---|
| 223 | <a name="1.2.3"></a>
|
|---|
| 224 | ## [1.2.3](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-source-maps@1.2.2...istanbul-lib-source-maps@1.2.3) (2018-02-13)
|
|---|
| 225 |
|
|---|
| 226 |
|
|---|
| 227 |
|
|---|
| 228 |
|
|---|
| 229 | **Note:** Version bump only for package istanbul-lib-source-maps
|
|---|
| 230 |
|
|---|
| 231 | <a name="1.2.2"></a>
|
|---|
| 232 | ## [1.2.2](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-source-maps@1.2.1...istanbul-lib-source-maps@1.2.2) (2017-10-21)
|
|---|
| 233 |
|
|---|
| 234 |
|
|---|
| 235 |
|
|---|
| 236 |
|
|---|
| 237 | **Note:** Version bump only for package istanbul-lib-source-maps
|
|---|
| 238 |
|
|---|
| 239 | <a name="1.2.1"></a>
|
|---|
| 240 | ## [1.2.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-source-maps@1.2.0...istanbul-lib-source-maps@1.2.1) (2017-05-27)
|
|---|
| 241 |
|
|---|
| 242 |
|
|---|
| 243 |
|
|---|
| 244 |
|
|---|
| 245 | <a name="1.2.0"></a>
|
|---|
| 246 | # [1.2.0](https://github.com/istanbuljs/istanbul-lib-source-maps/compare/istanbul-lib-source-maps@1.1.1...istanbul-lib-source-maps@1.2.0) (2017-04-29)
|
|---|
| 247 |
|
|---|
| 248 |
|
|---|
| 249 | ### Features
|
|---|
| 250 |
|
|---|
| 251 | * pull in debug module, to make debug messages optional ([#36](https://github.com/istanbuljs/istanbuljs/issues/36)) ([189519d](https://github.com/istanbuljs/istanbul-lib-source-maps/commit/189519d))
|
|---|
| 252 |
|
|---|
| 253 |
|
|---|
| 254 |
|
|---|
| 255 |
|
|---|
| 256 | <a name="1.1.1"></a>
|
|---|
| 257 | ## [1.1.1](https://github.com/istanbuljs/istanbul-lib-source-maps/compare/istanbul-lib-source-maps@1.1.0...istanbul-lib-source-maps@1.1.1) (2017-03-27)
|
|---|
| 258 |
|
|---|
| 259 | <a name="1.1.0"></a>
|
|---|
| 260 | # [1.1.0](https://github.com/istanbuljs/istanbul-lib-source-maps/compare/v1.0.2...v1.1.0) (2016-11-10)
|
|---|
| 261 |
|
|---|
| 262 |
|
|---|
| 263 | ### Features
|
|---|
| 264 |
|
|---|
| 265 | * read and apply any input source maps stored with coverage data ([#4](https://github.com/istanbuljs/istanbul-lib-source-maps/issues/4)) ([aea405b](https://github.com/istanbuljs/istanbul-lib-source-maps/commit/aea405b))
|
|---|
| 266 |
|
|---|
| 267 |
|
|---|
| 268 |
|
|---|
| 269 | <a name="1.0.2"></a>
|
|---|
| 270 | ## [1.0.2](https://github.com/istanbuljs/istanbul-lib-source-maps/compare/v1.0.1...v1.0.2) (2016-10-03)
|
|---|
| 271 |
|
|---|
| 272 |
|
|---|
| 273 | ### Bug Fixes
|
|---|
| 274 |
|
|---|
| 275 | * broken mapped coverage report ([#6](https://github.com/istanbuljs/istanbul-lib-source-maps/issues/6)) ([d9dd738](https://github.com/istanbuljs/istanbul-lib-source-maps/commit/d9dd738))
|
|---|
| 276 |
|
|---|
| 277 |
|
|---|
| 278 |
|
|---|
| 279 | <a name="1.0.1"></a>
|
|---|
| 280 | ## [1.0.1](https://github.com/istanbuljs/istanbul-lib-source-maps/compare/v1.0.0...v1.0.1) (2016-09-13)
|
|---|
| 281 |
|
|---|
| 282 |
|
|---|
| 283 | ### Bug Fixes
|
|---|
| 284 |
|
|---|
| 285 | * position validation shouldn't throw away locations with 0 ([#5](https://github.com/istanbuljs/istanbul-lib-source-maps/issues/5)) ([ac4b72c](https://github.com/istanbuljs/istanbul-lib-source-maps/commit/ac4b72c))
|
|---|
| 286 |
|
|---|
| 287 |
|
|---|
| 288 |
|
|---|
| 289 | <a name="1.0.0"></a>
|
|---|
| 290 | # [1.0.0](https://github.com/istanbuljs/istanbul-lib-source-maps/compare/v1.0.0-alpha.9...v1.0.0) (2016-08-31)
|
|---|
| 291 |
|
|---|
| 292 |
|
|---|
| 293 | ### Bug Fixes
|
|---|
| 294 |
|
|---|
| 295 | * discard more bad source map positions ([#3](https://github.com/istanbuljs/istanbul-lib-source-maps/issues/3)) ([ed7b27f](https://github.com/istanbuljs/istanbul-lib-source-maps/commit/ed7b27f))
|
|---|