1 | # Change Log
|
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 | <a name="1.1.4"></a>
|
6 | ## [1.1.4](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.1.3...v1.1.4) (2016-10-17)
|
7 |
|
8 |
|
9 | ### Bug Fixes
|
10 |
|
11 | * 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))
|
12 |
|
13 |
|
14 |
|
15 | <a name="1.1.3"></a>
|
16 | ## [1.1.3](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.1.2...v1.1.3) (2016-09-13)
|
17 |
|
18 |
|
19 | ### Performance Improvements
|
20 |
|
21 | * simplify coverage variable naming https://github.com/istanbuljs/istanbul-lib-instrument/pull/24 ([7252aae](https://github.com/istanbuljs/istanbul-lib-instrument/commit/7252aae))
|
22 |
|
23 |
|
24 |
|
25 | <a name="1.1.2"></a>
|
26 | ## [1.1.2](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.1.1...v1.1.2) (2016-09-08)
|
27 |
|
28 |
|
29 | ### Performance Improvements
|
30 |
|
31 | * 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))
|
32 |
|
33 |
|
34 |
|
35 | <a name="1.1.1"></a>
|
36 | ## [1.1.1](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.1.0...v1.1.1) (2016-08-30)
|
37 |
|
38 |
|
39 | ### Bug Fixes
|
40 |
|
41 | * upgrade istanbul-lib-coverage ([eb9b1f6](https://github.com/istanbuljs/istanbul-lib-instrument/commit/eb9b1f6))
|
42 |
|
43 |
|
44 |
|
45 | <a name="1.1.0"></a>
|
46 | # [1.1.0](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.1.0-alpha.4...v1.1.0) (2016-08-11)
|
47 |
|
48 |
|
49 | ### Bug Fixes
|
50 |
|
51 | * guard against invalid loc ([#16](https://github.com/istanbuljs/istanbul-lib-instrument/issues/16)) ([23ebfc3](https://github.com/istanbuljs/istanbul-lib-instrument/commit/23ebfc3))
|
52 |
|
53 |
|
54 |
|
55 | <a name="1.1.0-alpha.4"></a>
|
56 | # [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)
|
57 |
|
58 |
|
59 | ### Bug Fixes
|
60 |
|
61 | * 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))
|