[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.3](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@4.0.2...istanbul-lib-instrument@4.0.3) (2020-05-09)
|
---|
| 7 |
|
---|
| 8 |
|
---|
| 9 | ### Bug Fixes
|
---|
| 10 |
|
---|
| 11 | * Prevent readInitialCoverage from reading babel config ([#562](https://github.com/istanbuljs/istanbuljs/issues/562)) ([49b4745](https://github.com/istanbuljs/istanbuljs/commit/49b474525c15e703642916011bd86f663aca0c3d))
|
---|
| 12 |
|
---|
| 13 |
|
---|
| 14 |
|
---|
| 15 |
|
---|
| 16 |
|
---|
| 17 | ## [4.0.2](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@4.0.1...istanbul-lib-instrument@4.0.2) (2020-05-06)
|
---|
| 18 |
|
---|
| 19 |
|
---|
| 20 | ### Bug Fixes
|
---|
| 21 |
|
---|
| 22 | * Add ts-ignore to reassignment of generated function ([#557](https://github.com/istanbuljs/istanbuljs/issues/557)) ([817efb0](https://github.com/istanbuljs/istanbuljs/commit/817efb04fc161efae426b2231a0221606b09f559))
|
---|
| 23 | * Use @babel/core for all babel imports. ([#555](https://github.com/istanbuljs/istanbuljs/issues/555)) ([a99a13e](https://github.com/istanbuljs/istanbuljs/commit/a99a13ee6931fc124a2a723c3f511cdbcb0aa81d))
|
---|
| 24 |
|
---|
| 25 |
|
---|
| 26 |
|
---|
| 27 |
|
---|
| 28 |
|
---|
| 29 | ## [4.0.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@4.0.0...istanbul-lib-instrument@4.0.1) (2020-02-03)
|
---|
| 30 |
|
---|
| 31 |
|
---|
| 32 | ### Bug Fixes
|
---|
| 33 |
|
---|
| 34 | * Always call coverage initialization function ([#524](https://github.com/istanbuljs/istanbuljs/issues/524)) ([c6536c1](https://github.com/istanbuljs/istanbuljs/commit/c6536c14bf0663ca7e0493dd40ea132b05352594))
|
---|
| 35 |
|
---|
| 36 |
|
---|
| 37 |
|
---|
| 38 |
|
---|
| 39 |
|
---|
| 40 | # [4.0.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@4.0.0-alpha.3...istanbul-lib-instrument@4.0.0) (2019-12-20)
|
---|
| 41 |
|
---|
| 42 | **Note:** Version bump only for package istanbul-lib-instrument
|
---|
| 43 |
|
---|
| 44 |
|
---|
| 45 |
|
---|
| 46 |
|
---|
| 47 |
|
---|
| 48 | # [4.0.0-alpha.3](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@4.0.0-alpha.2...istanbul-lib-instrument@4.0.0-alpha.3) (2019-12-07)
|
---|
| 49 |
|
---|
| 50 | **Note:** Version bump only for package istanbul-lib-instrument
|
---|
| 51 |
|
---|
| 52 |
|
---|
| 53 |
|
---|
| 54 |
|
---|
| 55 |
|
---|
| 56 | # [4.0.0-alpha.2](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@4.0.0-alpha.1...istanbul-lib-instrument@4.0.0-alpha.2) (2019-11-01)
|
---|
| 57 |
|
---|
| 58 |
|
---|
| 59 | ### Bug Fixes
|
---|
| 60 |
|
---|
| 61 | * Produce properly merged source-maps when inputSourceMap is provided ([#487](https://github.com/istanbuljs/istanbuljs/issues/487)) ([8f8c88e](https://github.com/istanbuljs/istanbuljs/commit/8f8c88e3a2add4c08729e41e356aa7981dc69d4d))
|
---|
| 62 |
|
---|
| 63 |
|
---|
| 64 |
|
---|
| 65 |
|
---|
| 66 |
|
---|
| 67 | # [4.0.0-alpha.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@4.0.0-alpha.0...istanbul-lib-instrument@4.0.0-alpha.1) (2019-10-06)
|
---|
| 68 |
|
---|
| 69 |
|
---|
| 70 | ### Bug Fixes
|
---|
| 71 |
|
---|
| 72 | * Eliminate babel hoisting of the coverage variable ([#481](https://github.com/istanbuljs/istanbuljs/issues/481)) ([8dfbcba](https://github.com/istanbuljs/istanbuljs/commit/8dfbcba)), closes [#92](https://github.com/istanbuljs/istanbuljs/issues/92)
|
---|
| 73 | * Honor ignore hints in chained if statements ([#469](https://github.com/istanbuljs/istanbuljs/issues/469)) ([a629770](https://github.com/istanbuljs/istanbuljs/commit/a629770)), closes [#468](https://github.com/istanbuljs/istanbuljs/issues/468)
|
---|
| 74 | * Populate lastFileCoverage for already instrumented files ([#470](https://github.com/istanbuljs/istanbuljs/issues/470)) ([ea6d779](https://github.com/istanbuljs/istanbuljs/commit/ea6d779)), closes [istanbuljs/nyc#594](https://github.com/istanbuljs/nyc/issues/594)
|
---|
| 75 |
|
---|
| 76 |
|
---|
| 77 | ### Features
|
---|
| 78 |
|
---|
| 79 | * Use @istanbuljs/schema to pull defaults ([#485](https://github.com/istanbuljs/istanbuljs/issues/485)) ([87e27f3](https://github.com/istanbuljs/istanbuljs/commit/87e27f3)), closes [#460](https://github.com/istanbuljs/istanbuljs/issues/460)
|
---|
| 80 |
|
---|
| 81 |
|
---|
| 82 | ### BREAKING CHANGES
|
---|
| 83 |
|
---|
| 84 | * The defaults for `autoWrap`, `preserveComments`,
|
---|
| 85 | `esModules` and `produceSourceMap` are now true. This applies only to
|
---|
| 86 | the stand-alone instrumenter, the visitor does not use these options.
|
---|
| 87 | * The `flow` and `jsx` parser plugins are no longer
|
---|
| 88 | enabled by default. This applies only to the stand-alone instrumenter,
|
---|
| 89 | the visitor does not use this option.
|
---|
| 90 | * The `plugins` option of the stand-alone instrumenter
|
---|
| 91 | has been renamed to `parserPlugins` to match nyc.
|
---|
| 92 |
|
---|
| 93 |
|
---|
| 94 |
|
---|
| 95 |
|
---|
| 96 |
|
---|
| 97 | # [4.0.0-alpha.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@3.3.0...istanbul-lib-instrument@4.0.0-alpha.0) (2019-06-19)
|
---|
| 98 |
|
---|
| 99 |
|
---|
| 100 | ### Features
|
---|
| 101 |
|
---|
| 102 | * Update dependencies, require Node.js 8 ([#401](https://github.com/istanbuljs/istanbuljs/issues/401)) ([bf3a539](https://github.com/istanbuljs/istanbuljs/commit/bf3a539))
|
---|
| 103 |
|
---|
| 104 |
|
---|
| 105 | ### BREAKING CHANGES
|
---|
| 106 |
|
---|
| 107 | * Node.js 8 is now required
|
---|
| 108 |
|
---|
| 109 |
|
---|
| 110 |
|
---|
| 111 |
|
---|
| 112 |
|
---|
| 113 | # [3.3.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@3.2.0...istanbul-lib-instrument@3.3.0) (2019-04-24)
|
---|
| 114 |
|
---|
| 115 |
|
---|
| 116 | ### Features
|
---|
| 117 |
|
---|
| 118 | * Enable classProperties and classPrivateProperties parsers and coverage. ([#379](https://github.com/istanbuljs/istanbuljs/issues/379)) ([c09dc38](https://github.com/istanbuljs/istanbuljs/commit/c09dc38))
|
---|
| 119 |
|
---|
| 120 |
|
---|
| 121 |
|
---|
| 122 |
|
---|
| 123 |
|
---|
| 124 | # [3.2.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@3.1.2...istanbul-lib-instrument@3.2.0) (2019-04-09)
|
---|
| 125 |
|
---|
| 126 |
|
---|
| 127 | ### Features
|
---|
| 128 |
|
---|
| 129 | * Add bigInt and importMeta to default parser plugins. ([#356](https://github.com/istanbuljs/istanbuljs/issues/356)) ([fb4d6ed](https://github.com/istanbuljs/istanbuljs/commit/fb4d6ed)), closes [#338](https://github.com/istanbuljs/istanbuljs/issues/338)
|
---|
| 130 |
|
---|
| 131 |
|
---|
| 132 |
|
---|
| 133 |
|
---|
| 134 |
|
---|
| 135 | ## [3.1.2](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@3.1.1...istanbul-lib-instrument@3.1.2) (2019-04-03)
|
---|
| 136 |
|
---|
| 137 |
|
---|
| 138 | ### Bug Fixes
|
---|
| 139 |
|
---|
| 140 | * Be more friendly to ts-node. ([#352](https://github.com/istanbuljs/istanbuljs/issues/352)) ([40d15f5](https://github.com/istanbuljs/istanbuljs/commit/40d15f5)), closes [#336](https://github.com/istanbuljs/istanbuljs/issues/336)
|
---|
| 141 |
|
---|
| 142 |
|
---|
| 143 |
|
---|
| 144 |
|
---|
| 145 |
|
---|
| 146 | ## [3.1.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@3.1.0...istanbul-lib-instrument@3.1.1) (2019-03-12)
|
---|
| 147 |
|
---|
| 148 |
|
---|
| 149 | ### Bug Fixes
|
---|
| 150 |
|
---|
| 151 | * Honor istanbul ignore next hints placed before export statement. ([#298](https://github.com/istanbuljs/istanbuljs/issues/298)) ([f24795d](https://github.com/istanbuljs/istanbuljs/commit/f24795d)), closes [#297](https://github.com/istanbuljs/istanbuljs/issues/297)
|
---|
| 152 |
|
---|
| 153 |
|
---|
| 154 |
|
---|
| 155 |
|
---|
| 156 |
|
---|
| 157 | # [3.1.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@3.0.1...istanbul-lib-instrument@3.1.0) (2019-01-26)
|
---|
| 158 |
|
---|
| 159 |
|
---|
| 160 | ### Features
|
---|
| 161 |
|
---|
| 162 | * dont skip for loop initialization instrumentation ([#188](https://github.com/istanbuljs/istanbuljs/issues/188)) ([2e0258e](https://github.com/istanbuljs/istanbuljs/commit/2e0258e))
|
---|
| 163 | * New options coverageGlobalScope and coverageGlobalScopeFunc. ([#200](https://github.com/istanbuljs/istanbuljs/issues/200)) ([25509c7](https://github.com/istanbuljs/istanbuljs/commit/25509c7)), closes [#199](https://github.com/istanbuljs/istanbuljs/issues/199)
|
---|
| 164 |
|
---|
| 165 |
|
---|
| 166 |
|
---|
| 167 |
|
---|
| 168 |
|
---|
| 169 | <a name="3.0.1"></a>
|
---|
| 170 | ## [3.0.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@3.0.0...istanbul-lib-instrument@3.0.1) (2018-12-25)
|
---|
| 171 |
|
---|
| 172 |
|
---|
| 173 |
|
---|
| 174 |
|
---|
| 175 | **Note:** Version bump only for package istanbul-lib-instrument
|
---|
| 176 |
|
---|
| 177 | <a name="3.0.0"></a>
|
---|
| 178 | # [3.0.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@2.3.2...istanbul-lib-instrument@3.0.0) (2018-09-06)
|
---|
| 179 |
|
---|
| 180 |
|
---|
| 181 | ### Chores
|
---|
| 182 |
|
---|
| 183 | * Update test for babel 7. ([#218](https://github.com/istanbuljs/istanbuljs/issues/218)) ([9cf4d43](https://github.com/istanbuljs/istanbuljs/commit/9cf4d43)), closes [#205](https://github.com/istanbuljs/istanbuljs/issues/205)
|
---|
| 184 |
|
---|
| 185 |
|
---|
| 186 | ### Features
|
---|
| 187 |
|
---|
| 188 | * Add option plugins ([#205](https://github.com/istanbuljs/istanbuljs/issues/205)) ([312f81f](https://github.com/istanbuljs/istanbuljs/commit/312f81f))
|
---|
| 189 | * Update babel to 7.0.0. ([#215](https://github.com/istanbuljs/istanbuljs/issues/215)) ([8a96613](https://github.com/istanbuljs/istanbuljs/commit/8a96613))
|
---|
| 190 |
|
---|
| 191 |
|
---|
| 192 | ### BREAKING CHANGES
|
---|
| 193 |
|
---|
| 194 | * was added which requires an option for the `decorators`
|
---|
| 195 | plugin. Add it to get tests working again, commit updated api.md.
|
---|
| 196 |
|
---|
| 197 |
|
---|
| 198 |
|
---|
| 199 |
|
---|
| 200 | <a name="2.3.2"></a>
|
---|
| 201 | ## [2.3.2](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@2.3.1...istanbul-lib-instrument@2.3.2) (2018-07-24)
|
---|
| 202 |
|
---|
| 203 |
|
---|
| 204 |
|
---|
| 205 |
|
---|
| 206 | **Note:** Version bump only for package istanbul-lib-instrument
|
---|
| 207 |
|
---|
| 208 | <a name="2.3.1"></a>
|
---|
| 209 | ## [2.3.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@2.3.0...istanbul-lib-instrument@2.3.1) (2018-07-07)
|
---|
| 210 |
|
---|
| 211 |
|
---|
| 212 | ### Bug Fixes
|
---|
| 213 |
|
---|
| 214 | * Don't ignore src/visitor.js for self test. ([#194](https://github.com/istanbuljs/istanbuljs/issues/194)) ([71b815d](https://github.com/istanbuljs/istanbuljs/commit/71b815d))
|
---|
| 215 |
|
---|
| 216 |
|
---|
| 217 |
|
---|
| 218 |
|
---|
| 219 | <a name="2.3.0"></a>
|
---|
| 220 | # [2.3.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@2.2.1...istanbul-lib-instrument@2.3.0) (2018-06-27)
|
---|
| 221 |
|
---|
| 222 |
|
---|
| 223 | ### Features
|
---|
| 224 |
|
---|
| 225 | * update pinned babel version to latest release. ([#189](https://github.com/istanbuljs/istanbuljs/issues/189)) ([ac8ec07](https://github.com/istanbuljs/istanbuljs/commit/ac8ec07))
|
---|
| 226 |
|
---|
| 227 |
|
---|
| 228 |
|
---|
| 229 |
|
---|
| 230 | <a name="2.2.1"></a>
|
---|
| 231 | ## [2.2.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@2.2.0...istanbul-lib-instrument@2.2.1) (2018-06-26)
|
---|
| 232 |
|
---|
| 233 |
|
---|
| 234 | ### Bug Fixes
|
---|
| 235 |
|
---|
| 236 | * Instrument ObjectMethod's. ([#182](https://github.com/istanbuljs/istanbuljs/issues/182)) ([126f09d](https://github.com/istanbuljs/istanbuljs/commit/126f09d))
|
---|
| 237 | * update default args test guard to work on supported versions. ([#185](https://github.com/istanbuljs/istanbuljs/issues/185)) ([955511a](https://github.com/istanbuljs/istanbuljs/commit/955511a))
|
---|
| 238 |
|
---|
| 239 |
|
---|
| 240 |
|
---|
| 241 |
|
---|
| 242 | <a name="2.2.0"></a>
|
---|
| 243 | # [2.2.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@2.0.2...istanbul-lib-instrument@2.2.0) (2018-06-06)
|
---|
| 244 |
|
---|
| 245 |
|
---|
| 246 | ### Features
|
---|
| 247 |
|
---|
| 248 | * add support for optional catch binding ([#175](https://github.com/istanbuljs/istanbuljs/issues/175)) ([088dd9f](https://github.com/istanbuljs/istanbuljs/commit/088dd9f))
|
---|
| 249 |
|
---|
| 250 |
|
---|
| 251 |
|
---|
| 252 |
|
---|
| 253 | <a name="2.1.0"></a>
|
---|
| 254 | # [2.1.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@2.0.2...istanbul-lib-instrument@2.1.0) (2018-05-31)
|
---|
| 255 |
|
---|
| 256 |
|
---|
| 257 | ### Features
|
---|
| 258 |
|
---|
| 259 | * add support for optional catch binding ([#175](https://github.com/istanbuljs/istanbuljs/issues/175)) ([088dd9f](https://github.com/istanbuljs/istanbuljs/commit/088dd9f))
|
---|
| 260 |
|
---|
| 261 |
|
---|
| 262 |
|
---|
| 263 |
|
---|
| 264 | <a name="2.0.2"></a>
|
---|
| 265 | ## [2.0.2](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@2.0.1...istanbul-lib-instrument@2.0.2) (2018-05-31)
|
---|
| 266 |
|
---|
| 267 |
|
---|
| 268 |
|
---|
| 269 |
|
---|
| 270 | **Note:** Version bump only for package istanbul-lib-instrument
|
---|
| 271 |
|
---|
| 272 | <a name="2.0.1"></a>
|
---|
| 273 | ## [2.0.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@2.0.0...istanbul-lib-instrument@2.0.1) (2018-05-31)
|
---|
| 274 |
|
---|
| 275 |
|
---|
| 276 | ### Bug Fixes
|
---|
| 277 |
|
---|
| 278 | * should import [@babel](https://github.com/babel)/template ([85a0d1a](https://github.com/istanbuljs/istanbuljs/commit/85a0d1a))
|
---|
| 279 |
|
---|
| 280 |
|
---|
| 281 |
|
---|
| 282 |
|
---|
| 283 | <a name="2.0.0"></a>
|
---|
| 284 | # [2.0.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.10.1...istanbul-lib-instrument@2.0.0) (2018-05-31)
|
---|
| 285 |
|
---|
| 286 |
|
---|
| 287 | ### Bug Fixes
|
---|
| 288 |
|
---|
| 289 | * parenthesize superClass on non-idetifier case ([#158](https://github.com/istanbuljs/istanbuljs/issues/158)) ([6202c88](https://github.com/istanbuljs/istanbuljs/commit/6202c88))
|
---|
| 290 |
|
---|
| 291 |
|
---|
| 292 | ### Chores
|
---|
| 293 |
|
---|
| 294 | * upgrade babel in instrumenter ([#174](https://github.com/istanbuljs/istanbuljs/issues/174)) ([ce23e91](https://github.com/istanbuljs/istanbuljs/commit/ce23e91))
|
---|
| 295 |
|
---|
| 296 |
|
---|
| 297 | ### BREAKING CHANGES
|
---|
| 298 |
|
---|
| 299 | * babel@7 drops Node@4 support
|
---|
| 300 |
|
---|
| 301 |
|
---|
| 302 |
|
---|
| 303 |
|
---|
| 304 | <a name="1.10.1"></a>
|
---|
| 305 | ## [1.10.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.10.0...istanbul-lib-instrument@1.10.1) (2018-03-09)
|
---|
| 306 |
|
---|
| 307 |
|
---|
| 308 | ### Bug Fixes
|
---|
| 309 |
|
---|
| 310 | * default value for ignorelassMethods ([#151](https://github.com/istanbuljs/istanbuljs/issues/151)) ([5dd88e8](https://github.com/istanbuljs/istanbuljs/commit/5dd88e8))
|
---|
| 311 |
|
---|
| 312 |
|
---|
| 313 |
|
---|
| 314 |
|
---|
| 315 | <a name="1.10.0"></a>
|
---|
| 316 | # [1.10.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.9.2...istanbul-lib-instrument@1.10.0) (2018-03-04)
|
---|
| 317 |
|
---|
| 318 |
|
---|
| 319 | ### Features
|
---|
| 320 |
|
---|
| 321 | * allows an array of ignored method names to be provided ([#127](https://github.com/istanbuljs/istanbuljs/issues/127)) ([67918e2](https://github.com/istanbuljs/istanbuljs/commit/67918e2))
|
---|
| 322 |
|
---|
| 323 |
|
---|
| 324 |
|
---|
| 325 |
|
---|
| 326 | <a name="1.9.2"></a>
|
---|
| 327 | ## [1.9.2](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.9.1...istanbul-lib-instrument@1.9.2) (2018-02-13)
|
---|
| 328 |
|
---|
| 329 |
|
---|
| 330 | ### Bug Fixes
|
---|
| 331 |
|
---|
| 332 | * compatibility with babel 7 ([#135](https://github.com/istanbuljs/istanbuljs/issues/135)) ([6cac849](https://github.com/istanbuljs/istanbuljs/commit/6cac849))
|
---|
| 333 | * handle instrumentation when a function is called Function ([#131](https://github.com/istanbuljs/istanbuljs/issues/131)) ([b12a07e](https://github.com/istanbuljs/istanbuljs/commit/b12a07e))
|
---|
| 334 | * proper passing of the preserveComments option to babel ([#122](https://github.com/istanbuljs/istanbuljs/issues/122)) ([470bb0e](https://github.com/istanbuljs/istanbuljs/commit/470bb0e))
|
---|
| 335 | * update instrument, account for lack of arrow expression ([#119](https://github.com/istanbuljs/istanbuljs/issues/119)) ([#125](https://github.com/istanbuljs/istanbuljs/issues/125)) ([0968206](https://github.com/istanbuljs/istanbuljs/commit/0968206))
|
---|
| 336 |
|
---|
| 337 |
|
---|
| 338 |
|
---|
| 339 |
|
---|
| 340 | <a name="1.9.1"></a>
|
---|
| 341 | ## [1.9.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.9.0...istanbul-lib-instrument@1.9.1) (2017-10-22)
|
---|
| 342 |
|
---|
| 343 |
|
---|
| 344 | ### Bug Fixes
|
---|
| 345 |
|
---|
| 346 | * address issue with class instrumentation ([#111](https://github.com/istanbuljs/istanbuljs/issues/111)) ([cbd1c14](https://github.com/istanbuljs/istanbuljs/commit/cbd1c14))
|
---|
| 347 |
|
---|
| 348 |
|
---|
| 349 |
|
---|
| 350 |
|
---|
| 351 | <a name="1.9.0"></a>
|
---|
| 352 | # [1.9.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.8.0...istanbul-lib-instrument@1.9.0) (2017-10-21)
|
---|
| 353 |
|
---|
| 354 |
|
---|
| 355 | ### Bug Fixes
|
---|
| 356 |
|
---|
| 357 | * support conditional expression for superClass ([#106](https://github.com/istanbuljs/istanbuljs/issues/106)) ([aae256f](https://github.com/istanbuljs/istanbuljs/commit/aae256f))
|
---|
| 358 |
|
---|
| 359 |
|
---|
| 360 | ### Features
|
---|
| 361 |
|
---|
| 362 | * add support for ignoring entire files ([#108](https://github.com/istanbuljs/istanbuljs/issues/108)) ([f12da65](https://github.com/istanbuljs/istanbuljs/commit/f12da65))
|
---|
| 363 |
|
---|
| 364 |
|
---|
| 365 |
|
---|
| 366 |
|
---|
| 367 | <a name="1.8.0"></a>
|
---|
| 368 | # [1.8.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.7.5...istanbul-lib-instrument@1.8.0) (2017-09-05)
|
---|
| 369 |
|
---|
| 370 |
|
---|
| 371 | ### Features
|
---|
| 372 |
|
---|
| 373 | * add support for object-spread syntax ([#82](https://github.com/istanbuljs/istanbuljs/issues/82)) ([28d5566](https://github.com/istanbuljs/istanbuljs/commit/28d5566))
|
---|
| 374 |
|
---|
| 375 |
|
---|
| 376 |
|
---|
| 377 |
|
---|
| 378 | <a name="1.7.5"></a>
|
---|
| 379 | ## [1.7.5](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.7.4...istanbul-lib-instrument@1.7.5) (2017-08-23)
|
---|
| 380 |
|
---|
| 381 |
|
---|
| 382 | ### Bug Fixes
|
---|
| 383 |
|
---|
| 384 | * name of function is now preserved or named exports ([#79](https://github.com/istanbuljs/istanbuljs/issues/79)) ([2ce8974](https://github.com/istanbuljs/istanbuljs/commit/2ce8974))
|
---|
| 385 |
|
---|
| 386 |
|
---|
| 387 |
|
---|
| 388 |
|
---|
| 389 | <a name="1.7.4"></a>
|
---|
| 390 | ## [1.7.4](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.7.3...istanbul-lib-instrument@1.7.4) (2017-07-16)
|
---|
| 391 |
|
---|
| 392 |
|
---|
| 393 | ### Bug Fixes
|
---|
| 394 |
|
---|
| 395 | * update increment operator to appropriate expression type ([#74](https://github.com/istanbuljs/istanbuljs/issues/74)) ([dc69e66](https://github.com/istanbuljs/istanbuljs/commit/dc69e66))
|
---|
| 396 |
|
---|
| 397 |
|
---|
| 398 |
|
---|
| 399 |
|
---|
| 400 | <a name="1.7.3"></a>
|
---|
| 401 | ## [1.7.3](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.7.2...istanbul-lib-instrument@1.7.3) (2017-06-25)
|
---|
| 402 |
|
---|
| 403 |
|
---|
| 404 |
|
---|
| 405 |
|
---|
| 406 | <a name="1.7.2"></a>
|
---|
| 407 | ## [1.7.2](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.7.1...istanbul-lib-instrument@1.7.2) (2017-05-27)
|
---|
| 408 |
|
---|
| 409 |
|
---|
| 410 | ### Bug Fixes
|
---|
| 411 |
|
---|
| 412 | * hoist statement counter for class variables, so that name is preserved ([#60](https://github.com/istanbuljs/istanbuljs/issues/60)) ([120d221](https://github.com/istanbuljs/istanbuljs/commit/120d221))
|
---|
| 413 |
|
---|
| 414 |
|
---|
| 415 |
|
---|
| 416 |
|
---|
| 417 | <a name="1.7.1"></a>
|
---|
| 418 | ## [1.7.1](https://github.com/istanbuljs/istanbul-lib-instrument/compare/istanbul-lib-instrument@1.7.0...istanbul-lib-instrument@1.7.1) (2017-04-29)
|
---|
| 419 |
|
---|
| 420 |
|
---|
| 421 | ### Bug Fixes
|
---|
| 422 |
|
---|
| 423 | * don't instrument a file if it has already been instrumented ([#38](https://github.com/istanbuljs/istanbuljs/issues/38)) ([9c38e4e](https://github.com/istanbuljs/istanbul-lib-instrument/commit/9c38e4e))
|
---|
| 424 |
|
---|
| 425 |
|
---|
| 426 |
|
---|
| 427 |
|
---|
| 428 | <a name="1.7.0"></a>
|
---|
| 429 | # [1.7.0](https://github.com/istanbuljs/istanbul-lib-instrument/compare/istanbul-lib-instrument@1.6.2...istanbul-lib-instrument@1.7.0) (2017-03-27)
|
---|
| 430 |
|
---|
| 431 |
|
---|
| 432 | ### Features
|
---|
| 433 |
|
---|
| 434 | * use extended babylon support; adding features such as jsx ([#22](https://github.com/istanbuljs/istanbuljs/issues/22)) ([11c2438](https://github.com/istanbuljs/istanbul-lib-instrument/commit/11c2438))
|
---|
| 435 |
|
---|
| 436 | <a name="1.6.2"></a>
|
---|
| 437 | ## [1.6.2](https://github.com/istanbuljs/istanbul-lib-instrument/compare/istanbul-lib-instrument@1.6.1...istanbul-lib-instrument@1.6.2) (2017-03-22)
|
---|
| 438 |
|
---|
| 439 |
|
---|
| 440 | ### Bug Fixes
|
---|
| 441 |
|
---|
| 442 | * loc is sometimes not defined, so loc.start fails see [#99](https://github.com/istanbuljs/istanbuljs/issues/99) ([#18](https://github.com/istanbuljs/istanbuljs/issues/18)) ([df85ba6](https://github.com/istanbuljs/istanbul-lib-instrument/commit/df85ba6))
|
---|
| 443 |
|
---|
| 444 | <a name="1.6.1"></a>
|
---|
| 445 | ## [1.6.1](https://github.com/istanbuljs/istanbul-lib-instrument/compare/istanbul-lib-instrument@1.6.0...istanbul-lib-instrument@1.6.1) (2017-03-21)
|
---|
| 446 |
|
---|
| 447 | <a name="1.6.0"></a>
|
---|
| 448 | # [1.6.0](https://github.com/istanbuljs/istanbul-lib-instrument/compare/istanbul-lib-instrument@1.4.2...istanbul-lib-instrument@1.6.0) (2017-03-21)
|
---|
| 449 |
|
---|
| 450 |
|
---|
| 451 | ### Features
|
---|
| 452 |
|
---|
| 453 | * adds line number property back to coverage.json ([b03b927](https://github.com/istanbuljs/istanbul-lib-instrument/commit/b03b927))
|
---|
| 454 |
|
---|
| 455 | <a name="1.4.2"></a>
|
---|
| 456 | ## [1.4.2](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.4.1...v1.4.2) (2017-01-04)
|
---|
| 457 |
|
---|
| 458 |
|
---|
| 459 | ### Bug Fixes
|
---|
| 460 |
|
---|
| 461 | * only hoist counter for a smaller subset of function declarations ([9f8931e](https://github.com/istanbuljs/istanbul-lib-instrument/commit/9f8931e))
|
---|
| 462 |
|
---|
| 463 |
|
---|
| 464 |
|
---|
| 465 | <a name="1.4.1"></a>
|
---|
| 466 | ## [1.4.1](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.4.0...v1.4.1) (2017-01-04)
|
---|
| 467 |
|
---|
| 468 |
|
---|
| 469 | ### Bug Fixes
|
---|
| 470 |
|
---|
| 471 | * address regression discussed in https://github.com/istanbuljs/babel-plugin-istanbul/issues/78 ([#40](https://github.com/istanbuljs/istanbul-lib-instrument/issues/40)) ([7f458a3](https://github.com/istanbuljs/istanbul-lib-instrument/commit/7f458a3))
|
---|
| 472 |
|
---|
| 473 |
|
---|
| 474 |
|
---|
| 475 | <a name="1.4.0"></a>
|
---|
| 476 | # [1.4.0](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.3.1...v1.4.0) (2017-01-02)
|
---|
| 477 |
|
---|
| 478 |
|
---|
| 479 | ### Features
|
---|
| 480 |
|
---|
| 481 | * preserve inferred function names ([#38](https://github.com/istanbuljs/istanbul-lib-instrument/issues/38)) ([312666e](https://github.com/istanbuljs/istanbul-lib-instrument/commit/312666e))
|
---|
| 482 |
|
---|
| 483 |
|
---|
| 484 |
|
---|
| 485 | <a name="1.3.1"></a>
|
---|
| 486 | ## [1.3.1](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.3.0...v1.3.1) (2016-12-27)
|
---|
| 487 |
|
---|
| 488 |
|
---|
| 489 | ### Bug Fixes
|
---|
| 490 |
|
---|
| 491 | * function declaration assignment now retains function name ([#33](https://github.com/istanbuljs/istanbul-lib-instrument/issues/33)) ([2d781da](https://github.com/istanbuljs/istanbul-lib-instrument/commit/2d781da))
|
---|
| 492 |
|
---|
| 493 |
|
---|
| 494 |
|
---|
| 495 | <a name="1.3.0"></a>
|
---|
| 496 | # [1.3.0](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.2.0...v1.3.0) (2016-11-10)
|
---|
| 497 |
|
---|
| 498 |
|
---|
| 499 | ### Features
|
---|
| 500 |
|
---|
| 501 | * allow an input source-map to be passed to instrumentSync() ([#23](https://github.com/istanbuljs/istanbul-lib-instrument/issues/23)) ([b08e4f5](https://github.com/istanbuljs/istanbul-lib-instrument/commit/b08e4f5))
|
---|
| 502 |
|
---|
| 503 |
|
---|
| 504 |
|
---|
| 505 | <a name="1.2.0"></a>
|
---|
| 506 | # [1.2.0](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.1.4...v1.2.0) (2016-10-25)
|
---|
| 507 |
|
---|
| 508 |
|
---|
| 509 | ### Features
|
---|
| 510 |
|
---|
| 511 | * implement function to extract empty coverage data from an instrumented file ([#28](https://github.com/istanbuljs/istanbul-lib-instrument/issues/28)) ([06d0ef6](https://github.com/istanbuljs/istanbul-lib-instrument/commit/06d0ef6))
|
---|
| 512 |
|
---|
| 513 |
|
---|
| 514 |
|
---|
| 515 | <a name="1.1.4"></a>
|
---|
| 516 | ## [1.1.4](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.1.3...v1.1.4) (2016-10-17)
|
---|
| 517 |
|
---|
| 518 |
|
---|
| 519 | ### Bug Fixes
|
---|
| 520 |
|
---|
| 521 | * hoist coverage variable to very top of file ([#26](https://github.com/istanbuljs/istanbul-lib-instrument/issues/26)) ([0225e8c](https://github.com/istanbuljs/istanbul-lib-instrument/commit/0225e8c))
|
---|
| 522 |
|
---|
| 523 |
|
---|
| 524 |
|
---|
| 525 | <a name="1.1.3"></a>
|
---|
| 526 | ## [1.1.3](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.1.2...v1.1.3) (2016-09-13)
|
---|
| 527 |
|
---|
| 528 |
|
---|
| 529 | ### Performance Improvements
|
---|
| 530 |
|
---|
| 531 | * simplify coverage variable naming https://github.com/istanbuljs/istanbul-lib-instrument/pull/24 ([7252aae](https://github.com/istanbuljs/istanbul-lib-instrument/commit/7252aae))
|
---|
| 532 |
|
---|
| 533 |
|
---|
| 534 |
|
---|
| 535 | <a name="1.1.2"></a>
|
---|
| 536 | ## [1.1.2](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.1.1...v1.1.2) (2016-09-08)
|
---|
| 537 |
|
---|
| 538 |
|
---|
| 539 | ### Performance Improvements
|
---|
| 540 |
|
---|
| 541 | * use zero-based numeric indices for much faster instrumented code ([#22](https://github.com/istanbuljs/istanbul-lib-instrument/issues/22)) ([5b401f5](https://github.com/istanbuljs/istanbul-lib-instrument/commit/5b401f5))
|
---|
| 542 |
|
---|
| 543 |
|
---|
| 544 |
|
---|
| 545 | <a name="1.1.1"></a>
|
---|
| 546 | ## [1.1.1](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.1.0...v1.1.1) (2016-08-30)
|
---|
| 547 |
|
---|
| 548 |
|
---|
| 549 | ### Bug Fixes
|
---|
| 550 |
|
---|
| 551 | * upgrade istanbul-lib-coverage ([eb9b1f6](https://github.com/istanbuljs/istanbul-lib-instrument/commit/eb9b1f6))
|
---|
| 552 |
|
---|
| 553 |
|
---|
| 554 |
|
---|
| 555 | <a name="1.1.0"></a>
|
---|
| 556 | # [1.1.0](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.1.0-alpha.4...v1.1.0) (2016-08-11)
|
---|
| 557 |
|
---|
| 558 |
|
---|
| 559 | ### Bug Fixes
|
---|
| 560 |
|
---|
| 561 | * guard against invalid loc ([#16](https://github.com/istanbuljs/istanbul-lib-instrument/issues/16)) ([23ebfc3](https://github.com/istanbuljs/istanbul-lib-instrument/commit/23ebfc3))
|
---|
| 562 |
|
---|
| 563 |
|
---|
| 564 |
|
---|
| 565 | <a name="1.1.0-alpha.4"></a>
|
---|
| 566 | # [1.1.0-alpha.4](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.0.0-alpha.5...v1.1.0-alpha.4) (2016-07-20)
|
---|
| 567 |
|
---|
| 568 |
|
---|
| 569 | ### Bug Fixes
|
---|
| 570 |
|
---|
| 571 | * require more performant babel-generator ([#15](https://github.com/istanbuljs/istanbul-lib-instrument/issues/15)) ([21b2563](https://github.com/istanbuljs/istanbul-lib-instrument/commit/21b2563))
|
---|