UNPKG

18.5 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6## [2.2.1](https://github.com/stryker-mutator/stryker/compare/v2.2.0...v2.2.1) (2019-11-06)
7
8**Note:** Version bump only for package @stryker-mutator/javascript-mutator
9
10
11
12
13
14# [2.2.0](https://github.com/stryker-mutator/stryker/compare/v2.1.0...v2.2.0) (2019-11-06)
15
16
17### Features
18
19* **javascript-mutator:** allow to override babel plugins ([#1764](https://github.com/stryker-mutator/stryker/issues/1764)) ([ddb3d60](https://github.com/stryker-mutator/stryker/commit/ddb3d60))
20
21
22
23
24
25# [2.1.0](https://github.com/stryker-mutator/stryker/compare/v2.0.2...v2.1.0) (2019-09-08)
26
27**Note:** Version bump only for package @stryker-mutator/javascript-mutator
28
29
30
31
32
33## [2.0.2](https://github.com/stryker-mutator/stryker/compare/v2.0.1...v2.0.2) (2019-07-11)
34
35**Note:** Version bump only for package @stryker-mutator/javascript-mutator
36
37
38
39
40
41## [2.0.1](https://github.com/stryker-mutator/stryker/compare/v2.0.0...v2.0.1) (2019-07-02)
42
43**Note:** Version bump only for package @stryker-mutator/javascript-mutator
44
45
46
47
48
49# [2.0.0](https://github.com/stryker-mutator/stryker/compare/v1.3.1...v2.0.0) (2019-05-17)
50
51
52### Features
53
54* **node 6:** drop support for node 6 ([#1517](https://github.com/stryker-mutator/stryker/issues/1517)) ([801d7cd](https://github.com/stryker-mutator/stryker/commit/801d7cd))
55
56
57### BREAKING CHANGES
58
59* **node 6:** support for Node 6 has been dropped. Node 8 or higher is now required.
60
61
62
63
64
65## [1.3.1](https://github.com/stryker-mutator/stryker/compare/v1.3.0...v1.3.1) (2019-04-26)
66
67**Note:** Version bump only for package @stryker-mutator/javascript-mutator
68
69
70
71
72
73# [1.3.0](https://github.com/stryker-mutator/stryker/compare/v1.2.0...v1.3.0) (2019-04-24)
74
75
76### Features
77
78* **javascript-mutator:** allow decorators ([#1474](https://github.com/stryker-mutator/stryker/issues/1474)) ([f0dd430](https://github.com/stryker-mutator/stryker/commit/f0dd430))
79
80
81
82
83
84# [1.2.0](https://github.com/stryker-mutator/stryker/compare/v1.1.1...v1.2.0) (2019-04-02)
85
86**Note:** Version bump only for package @stryker-mutator/javascript-mutator
87
88
89
90
91
92## [1.1.1](https://github.com/stryker-mutator/stryker/compare/v1.1.0...v1.1.1) (2019-03-21)
93
94**Note:** Version bump only for package @stryker-mutator/javascript-mutator
95
96
97
98
99
100# [1.1.0](https://github.com/stryker-mutator/stryker/compare/v1.0.3...v1.1.0) (2019-03-04)
101
102**Note:** Version bump only for package @stryker-mutator/javascript-mutator
103
104
105
106
107
108## [1.0.3](https://github.com/stryker-mutator/stryker/compare/v1.0.2...v1.0.3) (2019-02-26)
109
110**Note:** Version bump only for package @stryker-mutator/javascript-mutator
111
112
113
114
115
116## [1.0.2](https://github.com/stryker-mutator/stryker/compare/v1.0.1...v1.0.2) (2019-02-13)
117
118
119### Bug Fixes
120
121* **stryker init:** update metadata for `stryker init` command ([#1403](https://github.com/stryker-mutator/stryker/issues/1403)) ([38f269b](https://github.com/stryker-mutator/stryker/commit/38f269b)), closes [#1402](https://github.com/stryker-mutator/stryker/issues/1402)
122
123
124
125
126
127## [1.0.1](https://github.com/stryker-mutator/stryker/compare/v1.0.0...v1.0.1) (2019-02-13)
128
129**Note:** Version bump only for package @stryker-mutator/javascript-mutator
130
131
132
133
134
135## [1.0.0](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.14.1...@stryker-mutator/javascript-mutator@1.0.0) (2019-02-13)
136
137
138### Features
139
140* **getLogger:** remove getLogger and LoggerFactory from the API ([#1385](https://github.com/stryker-mutator/stryker/issues/1385)) ([cb14e67](https://github.com/stryker-mutator/stryker/commit/cb14e67))
141* **rename:** rename `stryker-xxx-xxx` -> `[@stryker-mutator](https://github.com/stryker-mutator)/xxx-xxx` ([1bbd6ff](https://github.com/stryker-mutator/stryker/commit/1bbd6ff))
142
143
144### BREAKING CHANGES
145
146* **rename:** The core package and plugins have been renamed: stryker-javascript-mutator -> @stryker-mutator/javascript-mutator
147* **getLogger:** Remove `getLogger` and `LoggerFactory` from the API. Please use dependency injection to inject a logger. See https://github.com/stryker-mutator/stryker-handbook/blob/master/stryker/api/plugins.md#plugins for more detail
148
149
150
151
152
153## [0.14.1](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.14.0...stryker-javascript-mutator@0.14.1) (2019-02-12)
154
155**Note:** Version bump only for package stryker-javascript-mutator
156
157
158
159
160
161# [0.14.0](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.13.0...stryker-javascript-mutator@0.14.0) (2019-02-08)
162
163
164### Features
165
166* **mutators:** Remove side effects from mutator plugins ([#1352](https://github.com/stryker-mutator/stryker/issues/1352)) ([edaf401](https://github.com/stryker-mutator/stryker/commit/edaf401))
167
168
169
170
171
172<a name="0.13.0"></a>
173# [0.13.0](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.12.2...stryker-javascript-mutator@0.13.0) (2018-12-23)
174
175
176### Features
177
178* **stryker-api:** Support stryker-api 0.23 ([#1293](https://github.com/stryker-mutator/stryker/issues/1293)) ([10720ad](https://github.com/stryker-mutator/stryker/commit/10720ad))
179
180
181
182
183<a name="0.12.2"></a>
184## [0.12.2](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.12.1...stryker-javascript-mutator@0.12.2) (2018-12-12)
185
186
187
188
189**Note:** Version bump only for package stryker-javascript-mutator
190
191<a name="0.12.1"></a>
192## [0.12.1](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.12.0...stryker-javascript-mutator@0.12.1) (2018-11-29)
193
194
195### Bug Fixes
196
197* **stryker-api:** Update stryker-api peer dependency version ([677fc28](https://github.com/stryker-mutator/stryker/commit/677fc28))
198
199
200
201
202<a name="0.12.0"></a>
203# [0.12.0](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.11.5...stryker-javascript-mutator@0.12.0) (2018-11-29)
204
205
206### Bug Fixes
207
208* **String literal mutator:** Don't mutate export declarations ([c764ccd](https://github.com/stryker-mutator/stryker/commit/c764ccd))
209
210
211### Features
212
213* **Conditional expression mutator:** Mutate conditional operators ([#1253](https://github.com/stryker-mutator/stryker/issues/1253)) ([be4c990](https://github.com/stryker-mutator/stryker/commit/be4c990))
214
215
216
217
218<a name="0.11.5"></a>
219## [0.11.5](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.11.4...stryker-javascript-mutator@0.11.5) (2018-11-21)
220
221
222
223
224**Note:** Version bump only for package stryker-javascript-mutator
225
226<a name="0.11.4"></a>
227## [0.11.4](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.11.3...stryker-javascript-mutator@0.11.4) (2018-11-13)
228
229
230
231
232**Note:** Version bump only for package stryker-javascript-mutator
233
234<a name="0.11.3"></a>
235## [0.11.3](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.11.2...stryker-javascript-mutator@0.11.3) (2018-11-07)
236
237
238
239
240**Note:** Version bump only for package stryker-javascript-mutator
241
242<a name="0.11.2"></a>
243## [0.11.2](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.11.0...stryker-javascript-mutator@0.11.2) (2018-10-15)
244
245
246### Bug Fixes
247
248* **version:** Version bump for failed release ([8cf9e87](https://github.com/stryker-mutator/stryker/commit/8cf9e87))
249
250
251
252
253<a name="0.11.0"></a>
254# [0.11.0](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.10.2...stryker-javascript-mutator@0.11.0) (2018-10-06)
255
256
257### Features
258
259* **babel:** upgrade babel 6 ~> 7 ([#1175](https://github.com/stryker-mutator/stryker/issues/1175)) ([1f650de](https://github.com/stryker-mutator/stryker/commit/1f650de)), closes [#1172](https://github.com/stryker-mutator/stryker/issues/1172)
260* **mutator:** Object literal mutator ([#1169](https://github.com/stryker-mutator/stryker/issues/1169)) ([43d9a3a](https://github.com/stryker-mutator/stryker/commit/43d9a3a))
261
262
263
264
265<a name="0.10.2"></a>
266## [0.10.2](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.10.1...stryker-javascript-mutator@0.10.2) (2018-10-03)
267
268
269
270
271**Note:** Version bump only for package stryker-javascript-mutator
272
273<a name="0.10.1"></a>
274## [0.10.1](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.10.0...stryker-javascript-mutator@0.10.1) (2018-09-30)
275
276
277### Bug Fixes
278
279* **mutator:** Fix empty case statement unkillable mutant ([#1159](https://github.com/stryker-mutator/stryker/issues/1159)) ([e080acb](https://github.com/stryker-mutator/stryker/commit/e080acb))
280
281
282
283
284<a name="0.10.0"></a>
285# [0.10.0](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.9.1...stryker-javascript-mutator@0.10.0) (2018-09-14)
286
287
288### Features
289
290* **mutator:** add SwitchCase statement mutator ([#1127](https://github.com/stryker-mutator/stryker/issues/1127)) ([cec6a39](https://github.com/stryker-mutator/stryker/commit/cec6a39))
291
292
293
294
295<a name="0.9.1"></a>
296## [0.9.1](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.9.0...stryker-javascript-mutator@0.9.1) (2018-08-21)
297
298
299
300
301**Note:** Version bump only for package stryker-javascript-mutator
302
303<a name="0.9.0"></a>
304# [0.9.0](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.8.2...stryker-javascript-mutator@0.9.0) (2018-08-19)
305
306
307### Features
308
309* **stryker config:** rename config setting `reporter` to `reporters` ([#1088](https://github.com/stryker-mutator/stryker/issues/1088)) ([584218a](https://github.com/stryker-mutator/stryker/commit/584218a)), closes [#793](https://github.com/stryker-mutator/stryker/issues/793)
310
311
312
313
314<a name="0.8.2"></a>
315## [0.8.2](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.8.1...stryker-javascript-mutator@0.8.2) (2018-08-17)
316
317
318### Bug Fixes
319
320* **dependencies:** support stryker-api 0.19.0 ([#1087](https://github.com/stryker-mutator/stryker/issues/1087)) ([44ce923](https://github.com/stryker-mutator/stryker/commit/44ce923))
321
322
323
324
325<a name="0.8.1"></a>
326## [0.8.1](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.8.0...stryker-javascript-mutator@0.8.1) (2018-08-17)
327
328
329
330
331**Note:** Version bump only for package stryker-javascript-mutator
332
333<a name="0.8.0"></a>
334# [0.8.0](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.7.3...stryker-javascript-mutator@0.8.0) (2018-07-20)
335
336
337### Bug Fixes
338
339* **Dependencies:** Pin all deps on minor version ([#974](https://github.com/stryker-mutator/stryker/issues/974)) ([f0a7e5a](https://github.com/stryker-mutator/stryker/commit/f0a7e5a)), closes [#954](https://github.com/stryker-mutator/stryker/issues/954) [#967](https://github.com/stryker-mutator/stryker/issues/967)
340
341
342### Features
343
344* **logging:** Allow log to a file ([#954](https://github.com/stryker-mutator/stryker/issues/954)) ([c2f6b82](https://github.com/stryker-mutator/stryker/commit/c2f6b82)), closes [#748](https://github.com/stryker-mutator/stryker/issues/748)
345
346
347
348
349<a name="0.7.3"></a>
350## [0.7.3](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.7.2...stryker-javascript-mutator@0.7.3) (2018-07-04)
351
352
353
354
355**Note:** Version bump only for package stryker-javascript-mutator
356
357<a name="0.7.2"></a>
358## [0.7.2](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.7.1...stryker-javascript-mutator@0.7.2) (2018-05-31)
359
360
361
362
363**Note:** Version bump only for package stryker-javascript-mutator
364
365<a name="0.7.1"></a>
366## [0.7.1](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.7.0...stryker-javascript-mutator@0.7.1) (2018-05-21)
367
368
369
370
371**Note:** Version bump only for package stryker-javascript-mutator
372
373<a name="0.7.0"></a>
374# [0.7.0](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.6.3...stryker-javascript-mutator@0.7.0) (2018-04-30)
375
376
377### Features
378
379* **node version:** drop node 4 support ([#724](https://github.com/stryker-mutator/stryker/issues/724)) ([a038931](https://github.com/stryker-mutator/stryker/commit/a038931))
380
381
382### BREAKING CHANGES
383
384* **node version:** Node 4 is no longer supported.
385
386
387
388
389<a name="0.6.3"></a>
390## [0.6.3](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.6.2...stryker-javascript-mutator@0.6.3) (2018-04-20)
391
392
393
394
395**Note:** Version bump only for package stryker-javascript-mutator
396
397<a name="0.6.2"></a>
398## [0.6.2](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.6.1...stryker-javascript-mutator@0.6.2) (2018-04-12)
399
400
401
402
403**Note:** Version bump only for package stryker-javascript-mutator
404
405<a name="0.6.1"></a>
406## [0.6.1](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.6.0...stryker-javascript-mutator@0.6.1) (2018-04-11)
407
408
409### Bug Fixes
410
411* **Mutate config:** Set default mutate pattern ([#692](https://github.com/stryker-mutator/stryker/issues/692)) ([bd597e7](https://github.com/stryker-mutator/stryker/commit/bd597e7))
412
413
414
415
416<a name="0.6.0"></a>
417# [0.6.0](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.5.0...stryker-javascript-mutator@0.6.0) (2018-04-11)
418
419
420### Bug Fixes
421
422* Support stryker-api 0.16.0 ([#691](https://github.com/stryker-mutator/stryker/issues/691)) ([b2b019d](https://github.com/stryker-mutator/stryker/commit/b2b019d))
423
424
425### Features
426
427* **Mutator:** Add StringLiteral mutator ([#690](https://github.com/stryker-mutator/stryker/issues/690)) ([4d15e02](https://github.com/stryker-mutator/stryker/commit/4d15e02)), closes [#685](https://github.com/stryker-mutator/stryker/issues/685)
428
429
430
431
432<a name="0.5.0"></a>
433# [0.5.0](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.4.3...stryker-javascript-mutator@0.5.0) (2018-04-04)
434
435
436### Features
437
438* **File api:** support new `File` format ([f8d5217](https://github.com/stryker-mutator/stryker/commit/f8d5217))
439
440
441
442
443<a name="0.4.3"></a>
444## [0.4.3](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.4.2...stryker-javascript-mutator@0.4.3) (2018-03-22)
445
446
447### Bug Fixes
448
449* **peerDependency:** update stryker-api requirement to ^0.14.0 ([3ce04d4](https://github.com/stryker-mutator/stryker/commit/3ce04d4))
450
451
452
453
454<a name="0.4.2"></a>
455## [0.4.2](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.4.1...stryker-javascript-mutator@0.4.2) (2018-03-22)
456
457
458
459
460**Note:** Version bump only for package stryker-javascript-mutator
461
462<a name="0.4.1"></a>
463## [0.4.1](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.4.0...stryker-javascript-mutator@0.4.1) (2018-03-21)
464
465
466
467
468**Note:** Version bump only for package stryker-javascript-mutator
469
470<a name="0.4.0"></a>
471# [0.4.0](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.3.5...stryker-javascript-mutator@0.4.0) (2018-02-07)
472
473
474### Features
475
476* **javascript-mutator:** support more plugins by default ([#615](https://github.com/stryker-mutator/stryker/issues/615)) ([db2e56e](https://github.com/stryker-mutator/stryker/commit/db2e56e))
477
478
479
480
481<a name="0.3.5"></a>
482## [0.3.5](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.3.4...stryker-javascript-mutator@0.3.5) (2018-02-07)
483
484
485### Bug Fixes
486
487* **dependencies:** update stryker-api requirement to ^0.13.0 ([8eba6d4](https://github.com/stryker-mutator/stryker/commit/8eba6d4))
488
489
490
491
492<a name="0.3.4"></a>
493## [0.3.4](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.3.3...stryker-javascript-mutator@0.3.4) (2018-02-07)
494
495
496
497
498**Note:** Version bump only for package stryker-javascript-mutator
499
500<a name="0.3.3"></a>
501## [0.3.3](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.3.2...stryker-javascript-mutator@0.3.3) (2018-01-25)
502
503
504### Bug Fixes
505
506* **javascript-mutator:** Add missing dependency ([#594](https://github.com/stryker-mutator/stryker/issues/594)) ([292bdf8](https://github.com/stryker-mutator/stryker/commit/292bdf8)), closes [#593](https://github.com/stryker-mutator/stryker/issues/593)
507* **javascript-mutator:** Set log level ([#595](https://github.com/stryker-mutator/stryker/issues/595)) ([0c05bac](https://github.com/stryker-mutator/stryker/commit/0c05bac)), closes [#592](https://github.com/stryker-mutator/stryker/issues/592)
508
509
510
511
512<a name="0.3.2"></a>
513## [0.3.2](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.3.1...stryker-javascript-mutator@0.3.2) (2018-01-12)
514
515
516
517
518**Note:** Version bump only for package stryker-javascript-mutator
519
520<a name="0.3.1"></a>
521## [0.3.1](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.3.0...stryker-javascript-mutator@0.3.1) (2017-12-21)
522
523
524
525
526**Note:** Version bump only for package stryker-javascript-mutator
527
528<a name="0.3.0"></a>
529# [0.3.0](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.2.3...stryker-javascript-mutator@0.3.0) (2017-12-18)
530
531
532### Features
533
534* **React:** Add support for jsx and flow ([#552](https://github.com/stryker-mutator/stryker/issues/552)) ([11b3516](https://github.com/stryker-mutator/stryker/commit/11b3516))
535
536
537
538
539<a name="0.2.3"></a>
540## [0.2.3](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.2.2...stryker-javascript-mutator@0.2.3) (2017-11-27)
541
542
543### Bug Fixes
544
545* **peerDependencies:** Remove typescript as a peer dependency ([#479](https://github.com/stryker-mutator/stryker/issues/479)) ([7472418](https://github.com/stryker-mutator/stryker/commit/7472418)), closes [#478](https://github.com/stryker-mutator/stryker/issues/478)
546
547
548
549
550<a name="0.2.2"></a>
551## [0.2.2](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.2.1...stryker-javascript-mutator@0.2.2) (2017-11-27)
552
553
554### Bug Fixes
555
556* **BabelParser:** Support parsing modules ([#473](https://github.com/stryker-mutator/stryker/issues/473)) ([1992c50](https://github.com/stryker-mutator/stryker/commit/1992c50))
557
558
559
560
561<a name="0.2.1"></a>
562## [0.2.1](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.2.0...stryker-javascript-mutator@0.2.1) (2017-11-24)
563
564
565
566
567**Note:** Version bump only for package stryker-javascript-mutator
568
569<a name="0.2.0"></a>
570# 0.2.0 (2017-11-24)
571
572
573### Features
574
575* **JavaScript mutator:** Add stryker-javascript-mutator package ([#467](https://github.com/stryker-mutator/stryker/issues/467)) ([06d6bac](https://github.com/stryker-mutator/stryker/commit/06d6bac)), closes [#429](https://github.com/stryker-mutator/stryker/issues/429)