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 | <a name="2.2.1"></a>
|
7 | ## [2.2.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@2.2.0...istanbul-lib-instrument@2.2.1) (2018-06-26)
|
8 |
|
9 |
|
10 | ### Bug Fixes
|
11 |
|
12 | * Instrument ObjectMethod's. ([#182](https://github.com/istanbuljs/istanbuljs/issues/182)) ([126f09d](https://github.com/istanbuljs/istanbuljs/commit/126f09d))
|
13 | * 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))
|
14 |
|
15 |
|
16 |
|
17 |
|
18 | <a name="2.2.0"></a>
|
19 | # [2.2.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@2.0.2...istanbul-lib-instrument@2.2.0) (2018-06-06)
|
20 |
|
21 |
|
22 | ### Features
|
23 |
|
24 | * add support for optional catch binding ([#175](https://github.com/istanbuljs/istanbuljs/issues/175)) ([088dd9f](https://github.com/istanbuljs/istanbuljs/commit/088dd9f))
|
25 |
|
26 |
|
27 |
|
28 |
|
29 | <a name="2.1.0"></a>
|
30 | # [2.1.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@2.0.2...istanbul-lib-instrument@2.1.0) (2018-05-31)
|
31 |
|
32 |
|
33 | ### Features
|
34 |
|
35 | * add support for optional catch binding ([#175](https://github.com/istanbuljs/istanbuljs/issues/175)) ([088dd9f](https://github.com/istanbuljs/istanbuljs/commit/088dd9f))
|
36 |
|
37 |
|
38 |
|
39 |
|
40 | <a name="2.0.2"></a>
|
41 | ## [2.0.2](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@2.0.1...istanbul-lib-instrument@2.0.2) (2018-05-31)
|
42 |
|
43 |
|
44 |
|
45 |
|
46 | **Note:** Version bump only for package istanbul-lib-instrument
|
47 |
|
48 | <a name="2.0.1"></a>
|
49 | ## [2.0.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@2.0.0...istanbul-lib-instrument@2.0.1) (2018-05-31)
|
50 |
|
51 |
|
52 | ### Bug Fixes
|
53 |
|
54 | * should import [@babel](https://github.com/babel)/template ([85a0d1a](https://github.com/istanbuljs/istanbuljs/commit/85a0d1a))
|
55 |
|
56 |
|
57 |
|
58 |
|
59 | <a name="2.0.0"></a>
|
60 | # [2.0.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.10.1...istanbul-lib-instrument@2.0.0) (2018-05-31)
|
61 |
|
62 |
|
63 | ### Bug Fixes
|
64 |
|
65 | * parenthesize superClass on non-idetifier case ([#158](https://github.com/istanbuljs/istanbuljs/issues/158)) ([6202c88](https://github.com/istanbuljs/istanbuljs/commit/6202c88))
|
66 |
|
67 |
|
68 | ### Chores
|
69 |
|
70 | * upgrade babel in instrumenter ([#174](https://github.com/istanbuljs/istanbuljs/issues/174)) ([ce23e91](https://github.com/istanbuljs/istanbuljs/commit/ce23e91))
|
71 |
|
72 |
|
73 | ### BREAKING CHANGES
|
74 |
|
75 | * babel@7 drops Node@4 support
|
76 |
|
77 |
|
78 |
|
79 |
|
80 | <a name="1.10.1"></a>
|
81 | ## [1.10.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.10.0...istanbul-lib-instrument@1.10.1) (2018-03-09)
|
82 |
|
83 |
|
84 | ### Bug Fixes
|
85 |
|
86 | * default value for ignorelassMethods ([#151](https://github.com/istanbuljs/istanbuljs/issues/151)) ([5dd88e8](https://github.com/istanbuljs/istanbuljs/commit/5dd88e8))
|
87 |
|
88 |
|
89 |
|
90 |
|
91 | <a name="1.10.0"></a>
|
92 | # [1.10.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.9.2...istanbul-lib-instrument@1.10.0) (2018-03-04)
|
93 |
|
94 |
|
95 | ### Features
|
96 |
|
97 | * 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))
|
98 |
|
99 |
|
100 |
|
101 |
|
102 | <a name="1.9.2"></a>
|
103 | ## [1.9.2](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.9.1...istanbul-lib-instrument@1.9.2) (2018-02-13)
|
104 |
|
105 |
|
106 | ### Bug Fixes
|
107 |
|
108 | * compatibility with babel 7 ([#135](https://github.com/istanbuljs/istanbuljs/issues/135)) ([6cac849](https://github.com/istanbuljs/istanbuljs/commit/6cac849))
|
109 | * handle instrumentation when a function is called Function ([#131](https://github.com/istanbuljs/istanbuljs/issues/131)) ([b12a07e](https://github.com/istanbuljs/istanbuljs/commit/b12a07e))
|
110 | * proper passing of the preserveComments option to babel ([#122](https://github.com/istanbuljs/istanbuljs/issues/122)) ([470bb0e](https://github.com/istanbuljs/istanbuljs/commit/470bb0e))
|
111 | * 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))
|
112 |
|
113 |
|
114 |
|
115 |
|
116 | <a name="1.9.1"></a>
|
117 | ## [1.9.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.9.0...istanbul-lib-instrument@1.9.1) (2017-10-22)
|
118 |
|
119 |
|
120 | ### Bug Fixes
|
121 |
|
122 | * address issue with class instrumentation ([#111](https://github.com/istanbuljs/istanbuljs/issues/111)) ([cbd1c14](https://github.com/istanbuljs/istanbuljs/commit/cbd1c14))
|
123 |
|
124 |
|
125 |
|
126 |
|
127 | <a name="1.9.0"></a>
|
128 | # [1.9.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.8.0...istanbul-lib-instrument@1.9.0) (2017-10-21)
|
129 |
|
130 |
|
131 | ### Bug Fixes
|
132 |
|
133 | * support conditional expression for superClass ([#106](https://github.com/istanbuljs/istanbuljs/issues/106)) ([aae256f](https://github.com/istanbuljs/istanbuljs/commit/aae256f))
|
134 |
|
135 |
|
136 | ### Features
|
137 |
|
138 | * add support for ignoring entire files ([#108](https://github.com/istanbuljs/istanbuljs/issues/108)) ([f12da65](https://github.com/istanbuljs/istanbuljs/commit/f12da65))
|
139 |
|
140 |
|
141 |
|
142 |
|
143 | <a name="1.8.0"></a>
|
144 | # [1.8.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.7.5...istanbul-lib-instrument@1.8.0) (2017-09-05)
|
145 |
|
146 |
|
147 | ### Features
|
148 |
|
149 | * add support for object-spread syntax ([#82](https://github.com/istanbuljs/istanbuljs/issues/82)) ([28d5566](https://github.com/istanbuljs/istanbuljs/commit/28d5566))
|
150 |
|
151 |
|
152 |
|
153 |
|
154 | <a name="1.7.5"></a>
|
155 | ## [1.7.5](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.7.4...istanbul-lib-instrument@1.7.5) (2017-08-23)
|
156 |
|
157 |
|
158 | ### Bug Fixes
|
159 |
|
160 | * 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))
|
161 |
|
162 |
|
163 |
|
164 |
|
165 | <a name="1.7.4"></a>
|
166 | ## [1.7.4](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.7.3...istanbul-lib-instrument@1.7.4) (2017-07-16)
|
167 |
|
168 |
|
169 | ### Bug Fixes
|
170 |
|
171 | * update increment operator to appropriate expression type ([#74](https://github.com/istanbuljs/istanbuljs/issues/74)) ([dc69e66](https://github.com/istanbuljs/istanbuljs/commit/dc69e66))
|
172 |
|
173 |
|
174 |
|
175 |
|
176 | <a name="1.7.3"></a>
|
177 | ## [1.7.3](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.7.2...istanbul-lib-instrument@1.7.3) (2017-06-25)
|
178 |
|
179 |
|
180 |
|
181 |
|
182 | <a name="1.7.2"></a>
|
183 | ## [1.7.2](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.7.1...istanbul-lib-instrument@1.7.2) (2017-05-27)
|
184 |
|
185 |
|
186 | ### Bug Fixes
|
187 |
|
188 | * 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))
|
189 |
|
190 |
|
191 |
|
192 |
|
193 | <a name="1.7.1"></a>
|
194 | ## [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)
|
195 |
|
196 |
|
197 | ### Bug Fixes
|
198 |
|
199 | * 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))
|
200 |
|
201 |
|
202 |
|
203 |
|
204 | <a name="1.7.0"></a>
|
205 | # [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)
|
206 |
|
207 |
|
208 | ### Features
|
209 |
|
210 | * 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))
|
211 |
|
212 | <a name="1.6.2"></a>
|
213 | ## [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)
|
214 |
|
215 |
|
216 | ### Bug Fixes
|
217 |
|
218 | * 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))
|
219 |
|
220 | <a name="1.6.1"></a>
|
221 | ## [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)
|
222 |
|
223 | <a name="1.6.0"></a>
|
224 | # [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)
|
225 |
|
226 |
|
227 | ### Features
|
228 |
|
229 | * adds line number property back to coverage.json ([b03b927](https://github.com/istanbuljs/istanbul-lib-instrument/commit/b03b927))
|
230 |
|
231 | <a name="1.4.2"></a>
|
232 | ## [1.4.2](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.4.1...v1.4.2) (2017-01-04)
|
233 |
|
234 |
|
235 | ### Bug Fixes
|
236 |
|
237 | * only hoist counter for a smaller subset of function declarations ([9f8931e](https://github.com/istanbuljs/istanbul-lib-instrument/commit/9f8931e))
|
238 |
|
239 |
|
240 |
|
241 | <a name="1.4.1"></a>
|
242 | ## [1.4.1](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.4.0...v1.4.1) (2017-01-04)
|
243 |
|
244 |
|
245 | ### Bug Fixes
|
246 |
|
247 | * 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))
|
248 |
|
249 |
|
250 |
|
251 | <a name="1.4.0"></a>
|
252 | # [1.4.0](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.3.1...v1.4.0) (2017-01-02)
|
253 |
|
254 |
|
255 | ### Features
|
256 |
|
257 | * preserve inferred function names ([#38](https://github.com/istanbuljs/istanbul-lib-instrument/issues/38)) ([312666e](https://github.com/istanbuljs/istanbul-lib-instrument/commit/312666e))
|
258 |
|
259 |
|
260 |
|
261 | <a name="1.3.1"></a>
|
262 | ## [1.3.1](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.3.0...v1.3.1) (2016-12-27)
|
263 |
|
264 |
|
265 | ### Bug Fixes
|
266 |
|
267 | * 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))
|
268 |
|
269 |
|
270 |
|
271 | <a name="1.3.0"></a>
|
272 | # [1.3.0](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.2.0...v1.3.0) (2016-11-10)
|
273 |
|
274 |
|
275 | ### Features
|
276 |
|
277 | * 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))
|
278 |
|
279 |
|
280 |
|
281 | <a name="1.2.0"></a>
|
282 | # [1.2.0](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.1.4...v1.2.0) (2016-10-25)
|
283 |
|
284 |
|
285 | ### Features
|
286 |
|
287 | * 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))
|
288 |
|
289 |
|
290 |
|
291 | <a name="1.1.4"></a>
|
292 | ## [1.1.4](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.1.3...v1.1.4) (2016-10-17)
|
293 |
|
294 |
|
295 | ### Bug Fixes
|
296 |
|
297 | * 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))
|
298 |
|
299 |
|
300 |
|
301 | <a name="1.1.3"></a>
|
302 | ## [1.1.3](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.1.2...v1.1.3) (2016-09-13)
|
303 |
|
304 |
|
305 | ### Performance Improvements
|
306 |
|
307 | * simplify coverage variable naming https://github.com/istanbuljs/istanbul-lib-instrument/pull/24 ([7252aae](https://github.com/istanbuljs/istanbul-lib-instrument/commit/7252aae))
|
308 |
|
309 |
|
310 |
|
311 | <a name="1.1.2"></a>
|
312 | ## [1.1.2](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.1.1...v1.1.2) (2016-09-08)
|
313 |
|
314 |
|
315 | ### Performance Improvements
|
316 |
|
317 | * 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))
|
318 |
|
319 |
|
320 |
|
321 | <a name="1.1.1"></a>
|
322 | ## [1.1.1](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.1.0...v1.1.1) (2016-08-30)
|
323 |
|
324 |
|
325 | ### Bug Fixes
|
326 |
|
327 | * upgrade istanbul-lib-coverage ([eb9b1f6](https://github.com/istanbuljs/istanbul-lib-instrument/commit/eb9b1f6))
|
328 |
|
329 |
|
330 |
|
331 | <a name="1.1.0"></a>
|
332 | # [1.1.0](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.1.0-alpha.4...v1.1.0) (2016-08-11)
|
333 |
|
334 |
|
335 | ### Bug Fixes
|
336 |
|
337 | * guard against invalid loc ([#16](https://github.com/istanbuljs/istanbul-lib-instrument/issues/16)) ([23ebfc3](https://github.com/istanbuljs/istanbul-lib-instrument/commit/23ebfc3))
|
338 |
|
339 |
|
340 |
|
341 | <a name="1.1.0-alpha.4"></a>
|
342 | # [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)
|
343 |
|
344 |
|
345 | ### Bug Fixes
|
346 |
|
347 | * 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))
|