[6a3a178] | 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 | ## [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)
|
---|
| 101 |
|
---|
| 102 |
|
---|
| 103 | ### Bug Fixes
|
---|
| 104 |
|
---|
| 105 | * 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))
|
---|
| 106 |
|
---|
| 107 |
|
---|
| 108 |
|
---|
| 109 |
|
---|
| 110 |
|
---|
| 111 | ## [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)
|
---|
| 112 |
|
---|
| 113 | **Note:** Version bump only for package istanbul-lib-source-maps
|
---|
| 114 |
|
---|
| 115 |
|
---|
| 116 |
|
---|
| 117 |
|
---|
| 118 |
|
---|
| 119 | ## [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)
|
---|
| 120 |
|
---|
| 121 | **Note:** Version bump only for package istanbul-lib-source-maps
|
---|
| 122 |
|
---|
| 123 |
|
---|
| 124 |
|
---|
| 125 |
|
---|
| 126 |
|
---|
| 127 | ## [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)
|
---|
| 128 |
|
---|
| 129 |
|
---|
| 130 | ### Bug Fixes
|
---|
| 131 |
|
---|
| 132 | * Map unique files once, regardless of path separator ([#287](https://github.com/istanbuljs/istanbuljs/issues/287)) ([39a1e56](https://github.com/istanbuljs/istanbuljs/commit/39a1e56))
|
---|
| 133 |
|
---|
| 134 |
|
---|
| 135 |
|
---|
| 136 |
|
---|
| 137 |
|
---|
| 138 | ## [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)
|
---|
| 139 |
|
---|
| 140 | **Note:** Version bump only for package istanbul-lib-source-maps
|
---|
| 141 |
|
---|
| 142 |
|
---|
| 143 |
|
---|
| 144 |
|
---|
| 145 |
|
---|
| 146 | <a name="3.0.1"></a>
|
---|
| 147 | ## [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)
|
---|
| 148 |
|
---|
| 149 |
|
---|
| 150 | ### Bug Fixes
|
---|
| 151 |
|
---|
| 152 | * correct variable name in source-map transform ([#257](https://github.com/istanbuljs/istanbuljs/issues/257)) ([de9c921](https://github.com/istanbuljs/istanbuljs/commit/de9c921))
|
---|
| 153 |
|
---|
| 154 |
|
---|
| 155 |
|
---|
| 156 |
|
---|
| 157 | <a name="3.0.0"></a>
|
---|
| 158 | # [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)
|
---|
| 159 |
|
---|
| 160 |
|
---|
| 161 | ### Bug Fixes
|
---|
| 162 |
|
---|
| 163 | * correctly calculate end position of sourcemap statement ([f97ffc7](https://github.com/istanbuljs/istanbuljs/commit/f97ffc7))
|
---|
| 164 |
|
---|
| 165 |
|
---|
| 166 | ### BREAKING CHANGES
|
---|
| 167 |
|
---|
| 168 | * coverage output can now contain Infinity, when a range extends past the source in a file.
|
---|
| 169 |
|
---|
| 170 |
|
---|
| 171 |
|
---|
| 172 |
|
---|
| 173 | <a name="2.0.1"></a>
|
---|
| 174 | ## [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)
|
---|
| 175 |
|
---|
| 176 |
|
---|
| 177 |
|
---|
| 178 |
|
---|
| 179 | **Note:** Version bump only for package istanbul-lib-source-maps
|
---|
| 180 |
|
---|
| 181 | <a name="2.0.0"></a>
|
---|
| 182 | # [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)
|
---|
| 183 |
|
---|
| 184 |
|
---|
| 185 | ### Bug Fixes
|
---|
| 186 |
|
---|
| 187 | * use null prototype for map objects ([#177](https://github.com/istanbuljs/istanbuljs/issues/177)) ([9a5a30c](https://github.com/istanbuljs/istanbuljs/commit/9a5a30c))
|
---|
| 188 |
|
---|
| 189 |
|
---|
| 190 | ### BREAKING CHANGES
|
---|
| 191 |
|
---|
| 192 | * a null prototype is now used in several places rather than the default `{}` assignment.
|
---|
| 193 |
|
---|
| 194 |
|
---|
| 195 |
|
---|
| 196 |
|
---|
| 197 | <a name="1.2.5"></a>
|
---|
| 198 | ## [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)
|
---|
| 199 |
|
---|
| 200 |
|
---|
| 201 | ### Bug Fixes
|
---|
| 202 |
|
---|
| 203 | * 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))
|
---|
| 204 |
|
---|
| 205 |
|
---|
| 206 |
|
---|
| 207 |
|
---|
| 208 | <a name="1.2.4"></a>
|
---|
| 209 | ## [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)
|
---|
| 210 |
|
---|
| 211 |
|
---|
| 212 |
|
---|
| 213 |
|
---|
| 214 | **Note:** Version bump only for package istanbul-lib-source-maps
|
---|
| 215 |
|
---|
| 216 | <a name="1.2.3"></a>
|
---|
| 217 | ## [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)
|
---|
| 218 |
|
---|
| 219 |
|
---|
| 220 |
|
---|
| 221 |
|
---|
| 222 | **Note:** Version bump only for package istanbul-lib-source-maps
|
---|
| 223 |
|
---|
| 224 | <a name="1.2.2"></a>
|
---|
| 225 | ## [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)
|
---|
| 226 |
|
---|
| 227 |
|
---|
| 228 |
|
---|
| 229 |
|
---|
| 230 | **Note:** Version bump only for package istanbul-lib-source-maps
|
---|
| 231 |
|
---|
| 232 | <a name="1.2.1"></a>
|
---|
| 233 | ## [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)
|
---|
| 234 |
|
---|
| 235 |
|
---|
| 236 |
|
---|
| 237 |
|
---|
| 238 | <a name="1.2.0"></a>
|
---|
| 239 | # [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)
|
---|
| 240 |
|
---|
| 241 |
|
---|
| 242 | ### Features
|
---|
| 243 |
|
---|
| 244 | * 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))
|
---|
| 245 |
|
---|
| 246 |
|
---|
| 247 |
|
---|
| 248 |
|
---|
| 249 | <a name="1.1.1"></a>
|
---|
| 250 | ## [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)
|
---|
| 251 |
|
---|
| 252 | <a name="1.1.0"></a>
|
---|
| 253 | # [1.1.0](https://github.com/istanbuljs/istanbul-lib-source-maps/compare/v1.0.2...v1.1.0) (2016-11-10)
|
---|
| 254 |
|
---|
| 255 |
|
---|
| 256 | ### Features
|
---|
| 257 |
|
---|
| 258 | * 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))
|
---|
| 259 |
|
---|
| 260 |
|
---|
| 261 |
|
---|
| 262 | <a name="1.0.2"></a>
|
---|
| 263 | ## [1.0.2](https://github.com/istanbuljs/istanbul-lib-source-maps/compare/v1.0.1...v1.0.2) (2016-10-03)
|
---|
| 264 |
|
---|
| 265 |
|
---|
| 266 | ### Bug Fixes
|
---|
| 267 |
|
---|
| 268 | * 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))
|
---|
| 269 |
|
---|
| 270 |
|
---|
| 271 |
|
---|
| 272 | <a name="1.0.1"></a>
|
---|
| 273 | ## [1.0.1](https://github.com/istanbuljs/istanbul-lib-source-maps/compare/v1.0.0...v1.0.1) (2016-09-13)
|
---|
| 274 |
|
---|
| 275 |
|
---|
| 276 | ### Bug Fixes
|
---|
| 277 |
|
---|
| 278 | * 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))
|
---|
| 279 |
|
---|
| 280 |
|
---|
| 281 |
|
---|
| 282 | <a name="1.0.0"></a>
|
---|
| 283 | # [1.0.0](https://github.com/istanbuljs/istanbul-lib-source-maps/compare/v1.0.0-alpha.9...v1.0.0) (2016-08-31)
|
---|
| 284 |
|
---|
| 285 |
|
---|
| 286 | ### Bug Fixes
|
---|
| 287 |
|
---|
| 288 | * 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))
|
---|