UNPKG

44.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## [6.0.2](https://github.com/stryker-mutator/stryker-js/compare/v6.0.1...v6.0.2) (2022-05-05)
7
8
9### Bug Fixes
10
11* **jest-runner:** support jest@28 ([#3501](https://github.com/stryker-mutator/stryker-js/issues/3501)) ([f312ad6](https://github.com/stryker-mutator/stryker-js/commit/f312ad6aee555f34f45b07de9d5ea8e7b253779c))
12
13
14
15
16
17## [6.0.1](https://github.com/stryker-mutator/stryker-js/compare/v6.0.0...v6.0.1) (2022-05-04)
18
19**Note:** Version bump only for package @stryker-mutator/jest-runner
20
21
22
23
24
25# [6.0.0](https://github.com/stryker-mutator/stryker-js/compare/v6.0.0-beta.0...v6.0.0) (2022-05-03)
26
27
28### chore
29
30* **node:** drop support for Node 12 ([10d874e](https://github.com/stryker-mutator/stryker-js/commit/10d874e4c46335d9ea457634d3061af35fa8f854))
31
32
33### Features
34
35* **react:** support react 18 projects by default ([#3491](https://github.com/stryker-mutator/stryker-js/issues/3491)) ([82d9bce](https://github.com/stryker-mutator/stryker-js/commit/82d9bce0f351ce8b0c852684665bcec129846ee3))
36
37
38### BREAKING CHANGES
39
40* **node:** Drop support for Node 12. Minimal version is now Node 14.18.0.
41
42
43
44
45
46# [6.0.0-beta.0](https://github.com/stryker-mutator/stryker-js/compare/v5.6.1...v6.0.0-beta.0) (2022-03-02)
47
48
49### Bug Fixes
50
51* **jest:** hit limit spread over multiple files ([#3446](https://github.com/stryker-mutator/stryker-js/issues/3446)) ([51308f4](https://github.com/stryker-mutator/stryker-js/commit/51308f4f071693b19dd0f335a107c6ffa87ce309))
52
53
54### Features
55
56* **esm config:** support config file as pure esm ([#3432](https://github.com/stryker-mutator/stryker-js/issues/3432)) ([309a7e2](https://github.com/stryker-mutator/stryker-js/commit/309a7e2807e454a82f177de781bc4908f87c739b))
57* **esm:** migrate StrykerJS to pure ESM ([#3409](https://github.com/stryker-mutator/stryker-js/issues/3409)) ([78c305e](https://github.com/stryker-mutator/stryker-js/commit/78c305e2c2271fedb54bfff3d34aa6b70b421b3a))
58* **hit limit:** infinite loop prevention in jest-runner ([#3439](https://github.com/stryker-mutator/stryker-js/issues/3439)) ([5fecd52](https://github.com/stryker-mutator/stryker-js/commit/5fecd520abd1826ee4c8296d7f1bbee197a300dc))
59* **reload test environment:** implement test environment reload ([#3369](https://github.com/stryker-mutator/stryker-js/issues/3369)) ([b95b907](https://github.com/stryker-mutator/stryker-js/commit/b95b907e54d3a114731a8bcf659a1910df4e4f0b))
60* **test runner api:** `killedBy` is always an array ([#3187](https://github.com/stryker-mutator/stryker-js/issues/3187)) ([c257966](https://github.com/stryker-mutator/stryker-js/commit/c257966e6c7726e180e072c8ae7f3fd011485c05))
61
62
63### BREAKING CHANGES
64
65* **esm config:** Exporting a function (using `module.exports = function(config) {}`) from your `stryker.conf.js` file is no longer supported. This was already deprecated but now will give an error.
66* **esm:** StrykerJS is now a pure ESM. Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).
67* **esm:** Node 12.20 is now the min version.
68* **esm:** Karma v6.3 is now the min supported karma version for `@stryker-mutator/karma-runner`, since [that version added support for async config loading](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md#630-2021-03-23)
69* **reload test environment:** Test runner plugins must provide `TestRunnerCapabilities` by implementing the `capabilities` method.
70
71
72
73
74
75## [5.6.1](https://github.com/stryker-mutator/stryker-js/compare/v5.6.0...v5.6.1) (2022-01-23)
76
77**Note:** Version bump only for package @stryker-mutator/jest-runner
78
79
80
81
82
83# [5.6.0](https://github.com/stryker-mutator/stryker-js/compare/v5.5.1...v5.6.0) (2022-01-09)
84
85**Note:** Version bump only for package @stryker-mutator/jest-runner
86
87
88
89
90
91## [5.5.1](https://github.com/stryker-mutator/stryker-js/compare/v5.5.0...v5.5.1) (2021-12-02)
92
93**Note:** Version bump only for package @stryker-mutator/jest-runner
94
95
96
97
98
99# [5.5.0](https://github.com/stryker-mutator/stryker-js/compare/v5.4.1...v5.5.0) (2021-11-23)
100
101
102### Features
103
104* **jest-runner:** support `--findRelatedTests` in dry run ([#3234](https://github.com/stryker-mutator/stryker-js/issues/3234)) ([b2e4584](https://github.com/stryker-mutator/stryker-js/commit/b2e458432483353dd0ea0471b623326ff58c92bc))
105
106
107
108
109
110## [5.4.1](https://github.com/stryker-mutator/stryker-js/compare/v5.4.0...v5.4.1) (2021-09-30)
111
112**Note:** Version bump only for package @stryker-mutator/jest-runner
113
114
115
116
117
118# [5.4.0](https://github.com/stryker-mutator/stryker-js/compare/v5.3.0...v5.4.0) (2021-09-01)
119
120
121### Features
122
123* **test runner:** Support for disable bail ([#3074](https://github.com/stryker-mutator/stryker-js/issues/3074)) ([0962232](https://github.com/stryker-mutator/stryker-js/commit/0962232fe2a181a2fde0067ed95f99885b8cee28))
124
125
126
127
128
129# [5.3.0](https://github.com/stryker-mutator/stryker-js/compare/v5.2.3...v5.3.0) (2021-08-07)
130
131
132### Bug Fixes
133
134* **jest-runner:** load .env for create-react-app ([#3055](https://github.com/stryker-mutator/stryker-js/issues/3055)) ([12e1324](https://github.com/stryker-mutator/stryker-js/commit/12e132410637a9bc4724c4b1fd43acd70f841ce3))
135
136
137### Features
138
139* **hit limit:** infinite loop prevention in karma-runner ([#3031](https://github.com/stryker-mutator/stryker-js/issues/3031)) ([fc732fc](https://github.com/stryker-mutator/stryker-js/commit/fc732fce8838c96be2fdf37aff69b12c996d7cb0))
140
141
142
143
144
145## [5.2.3](https://github.com/stryker-mutator/stryker-js/compare/v5.2.2...v5.2.3) (2021-08-01)
146
147**Note:** Version bump only for package @stryker-mutator/jest-runner
148
149
150
151
152
153## [5.2.2](https://github.com/stryker-mutator/stryker-js/compare/v5.2.1...v5.2.2) (2021-07-13)
154
155**Note:** Version bump only for package @stryker-mutator/jest-runner
156
157
158
159
160
161## [5.2.1](https://github.com/stryker-mutator/stryker-js/compare/v5.2.0...v5.2.1) (2021-07-02)
162
163**Note:** Version bump only for package @stryker-mutator/jest-runner
164
165
166
167
168
169# [5.2.0](https://github.com/stryker-mutator/stryker-js/compare/v5.1.1...v5.2.0) (2021-07-02)
170
171**Note:** Version bump only for package @stryker-mutator/jest-runner
172
173
174
175
176
177## [5.1.1](https://github.com/stryker-mutator/stryker-js/compare/v5.1.0...v5.1.1) (2021-06-15)
178
179
180### Bug Fixes
181
182* **peerDeps:** update peer dependencies ([05733d2](https://github.com/stryker-mutator/stryker-js/commit/05733d260d5ffc9eb1b3e284bdc4bc8adafc4d38))
183
184
185
186
187
188# [5.1.0](https://github.com/stryker-mutator/stryker-js/compare/v5.0.1...v5.1.0) (2021-06-14)
189
190
191### Bug Fixes
192
193* **jest-runner:** allow a different rootDir ([b66a617](https://github.com/stryker-mutator/stryker-js/commit/b66a61711a8bea554e29efb8848fa4c9d0afb34c))
194* **jest-runner:** use local jest version when jest@<25 ([#2950](https://github.com/stryker-mutator/stryker-js/issues/2950)) ([3218c9e](https://github.com/stryker-mutator/stryker-js/commit/3218c9e57a641866f9b13028c9239af39e7c60a7))
195
196
197### Features
198
199* **jest-runner:** allow configuration in a custom package.json ([825548c](https://github.com/stryker-mutator/stryker-js/commit/825548c66956ff34c500caadb1ebc2030ef59df3))
200* **jest-runner:** dynamically override "testEnvironment" ([#2934](https://github.com/stryker-mutator/stryker-js/issues/2934)) ([0590869](https://github.com/stryker-mutator/stryker-js/commit/05908690cd5fb5c70ff032c6a985bb57bcebb301))
201* **jest-runner:** support findRelatedTests for mutated files outside of roots ([#2951](https://github.com/stryker-mutator/stryker-js/issues/2951)) ([19dccec](https://github.com/stryker-mutator/stryker-js/commit/19dcceca950c7c92d08826a4958db73eca7e71dd))
202
203
204
205
206
207## [5.0.1](https://github.com/stryker-mutator/stryker-js/compare/v5.0.0...v5.0.1) (2021-05-28)
208
209
210### Bug Fixes
211
212* **jest-runner:** Support Jest v27 ([#2861](https://github.com/stryker-mutator/stryker-js/issues/2861)) ([8d3560b](https://github.com/stryker-mutator/stryker-js/commit/8d3560bd2f1b8cbb4235b13dbef9afa84708ac73))
213
214
215
216
217
218# [5.0.0](https://github.com/stryker-mutator/stryker-js/compare/v4.6.0...v5.0.0) (2021-05-14)
219
220
221### Features
222
223* **jest:** report test files and test positions ([#2808](https://github.com/stryker-mutator/stryker-js/issues/2808)) ([c19095e](https://github.com/stryker-mutator/stryker-js/commit/c19095e57f6a46d7d9c9b97f852747d4167ab256))
224* **jest-runner:** drop projectType "create-react-app-ts" ([#2788](https://github.com/stryker-mutator/stryker-js/issues/2788)) ([2581e32](https://github.com/stryker-mutator/stryker-js/commit/2581e32435894f47f47ad79f50ca12c3368c6c13)), closes [#2787](https://github.com/stryker-mutator/stryker-js/issues/2787) [#2787](https://github.com/stryker-mutator/stryker-js/issues/2787)
225* **node:** Drop support for node 10 ([#2879](https://github.com/stryker-mutator/stryker-js/issues/2879)) ([dd29f88](https://github.com/stryker-mutator/stryker-js/commit/dd29f883d384fd29b86a0ef9f78808975657a001))
226* **options:** make "perTest" the default for "coverageAnalysis" ([#2881](https://github.com/stryker-mutator/stryker-js/issues/2881)) ([518ebe6](https://github.com/stryker-mutator/stryker-js/commit/518ebe6b946fc35138b636a015b569fe9a272ed0))
227* **reporter api:** unify reporter api with mutation-testing-elements ([#2798](https://github.com/stryker-mutator/stryker-js/issues/2798)) ([d173b27](https://github.com/stryker-mutator/stryker-js/commit/d173b27117ade43e86a991643207532e338e7907)), closes [#2766](https://github.com/stryker-mutator/stryker-js/issues/2766)
228
229
230### BREAKING CHANGES
231
232* **options:** `"perTest"` is now the default value for "coverageAnalysis" when the configured test runner is not "command". Explicitly set `"coverageAnalysis": "off"` manually to opt-out of this behavior.
233* **node:** Node 10 is no longer supported. Please use Node 12 or higher.
234* **reporter api:** Changes to `Reporter` and `TestRunner` plugin API of Stryker
235* **jest-runner:** Support for project type `create-react-app-ts` is dropped from the jest-runner.
236
237
238
239
240
241# [4.6.0](https://github.com/stryker-mutator/stryker-js/compare/v4.5.1...v4.6.0) (2021-04-16)
242
243
244### Features
245
246* **rename:** rename to StrykerJS ([#2813](https://github.com/stryker-mutator/stryker-js/issues/2813)) ([dc08592](https://github.com/stryker-mutator/stryker-js/commit/dc08592c09c0fe5fcc21db03dc2da4e03713f46b)), closes [#2754](https://github.com/stryker-mutator/stryker-js/issues/2754)
247
248
249
250
251
252## [4.5.1](https://github.com/stryker-mutator/stryker/compare/v4.5.0...v4.5.1) (2021-03-11)
253
254
255### Bug Fixes
256
257* **peer-deps:** use correct peer dep version ([a6ca0f2](https://github.com/stryker-mutator/stryker/commit/a6ca0f25b29cb84a2cb4b8c05a42e7305d5dde16))
258
259
260
261
262
263# [4.5.0](https://github.com/stryker-mutator/stryker/compare/v4.4.1...v4.5.0) (2021-03-06)
264
265
266### Features
267
268* **package:** restructure package internals ([#2714](https://github.com/stryker-mutator/stryker/issues/2714)) ([e1711d2](https://github.com/stryker-mutator/stryker/commit/e1711d28f25e8ee7cbdf025adecb3234ee0515a6))
269
270
271
272
273
274## [4.4.1](https://github.com/stryker-mutator/stryker/compare/v4.4.0...v4.4.1) (2021-01-27)
275
276
277### Bug Fixes
278
279* **jest-runner:** support custom rootDir ([312f6fe](https://github.com/stryker-mutator/stryker/commit/312f6feb6350c6f4027854ab9847006f527fafd2))
280
281
282
283
284
285# [4.4.0](https://github.com/stryker-mutator/stryker/compare/v4.3.1...v4.4.0) (2021-01-24)
286
287**Note:** Version bump only for package @stryker-mutator/jest-runner
288
289
290
291
292
293## [4.3.1](https://github.com/stryker-mutator/stryker/compare/v4.3.0...v4.3.1) (2020-12-25)
294
295**Note:** Version bump only for package @stryker-mutator/jest-runner
296
297
298
299
300
301# [4.3.0](https://github.com/stryker-mutator/stryker/compare/v4.2.0...v4.3.0) (2020-12-25)
302
303
304### Features
305
306* **jest-runner:** support coverage analysis ([#2634](https://github.com/stryker-mutator/stryker/issues/2634)) ([5662e58](https://github.com/stryker-mutator/stryker/commit/5662e581e03ed955d1c851c9d818f0ad4e0d18a8))
307
308
309
310
311
312# [4.2.0](https://github.com/stryker-mutator/stryker/compare/v4.1.2...v4.2.0) (2020-12-09)
313
314
315### Features
316
317* **jest-runner:** resolve local jest version ([#2623](https://github.com/stryker-mutator/stryker/issues/2623)) ([1466f9a](https://github.com/stryker-mutator/stryker/commit/1466f9a988d11a4c43cd7c97f195b0eacb75c96f))
318
319
320
321
322
323## [4.1.2](https://github.com/stryker-mutator/stryker/compare/v4.1.1...v4.1.2) (2020-11-06)
324
325
326### Bug Fixes
327
328* **peerDeps:** update core in peerDependencies ([045dbc3](https://github.com/stryker-mutator/stryker/commit/045dbc3742c123658f4cf9ab2786b20ffd89a8cf))
329
330
331
332
333
334## [4.1.1](https://github.com/stryker-mutator/stryker/compare/v4.1.0...v4.1.1) (2020-11-05)
335
336**Note:** Version bump only for package @stryker-mutator/jest-runner
337
338
339
340
341
342# [4.1.0](https://github.com/stryker-mutator/stryker/compare/v4.0.0...v4.1.0) (2020-10-30)
343
344**Note:** Version bump only for package @stryker-mutator/jest-runner
345
346
347
348
349
350# [4.0.0](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.10...v4.0.0) (2020-10-07)
351
352**Note:** Version bump only for package @stryker-mutator/jest-runner
353
354
355
356
357
358# [4.0.0-beta.10](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.9...v4.0.0-beta.10) (2020-10-05)
359
360**Note:** Version bump only for package @stryker-mutator/jest-runner
361
362
363
364
365
366# [4.0.0-beta.9](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.8...v4.0.0-beta.9) (2020-09-30)
367
368
369### Features
370
371* **jest-runner:** deprecate "create-react-app-ts" ([#2497](https://github.com/stryker-mutator/stryker/issues/2497)) ([0aacc7b](https://github.com/stryker-mutator/stryker/commit/0aacc7be5bb045887e96f0a8115b7e3e46e1a1ff))
372
373
374
375
376
377# [4.0.0-beta.8](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.7...v4.0.0-beta.8) (2020-09-22)
378
379**Note:** Version bump only for package @stryker-mutator/jest-runner
380
381
382
383
384
385# [4.0.0-beta.7](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.6...v4.0.0-beta.7) (2020-09-17)
386
387**Note:** Version bump only for package @stryker-mutator/jest-runner
388
389
390
391
392
393# [4.0.0-beta.6](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.5...v4.0.0-beta.6) (2020-09-10)
394
395**Note:** Version bump only for package @stryker-mutator/jest-runner
396
397
398
399
400
401# [4.0.0-beta.5](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.4...v4.0.0-beta.5) (2020-09-09)
402
403**Note:** Version bump only for package @stryker-mutator/jest-runner
404
405
406
407
408
409# [4.0.0-beta.4](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.3...v4.0.0-beta.4) (2020-08-29)
410
411
412### Features
413
414* **api:** rename test_runner2 -> test_runner ([#2442](https://github.com/stryker-mutator/stryker/issues/2442)) ([4d3ae97](https://github.com/stryker-mutator/stryker/commit/4d3ae9764dbd689c895b76e44f2eea76c82fabc8))
415* **jest-runner:** switch mutants using env ([#2416](https://github.com/stryker-mutator/stryker/issues/2416)) ([cad01ba](https://github.com/stryker-mutator/stryker/commit/cad01baf9f4fc3bab2ae5244627586133fb618be))
416
417
418### BREAKING CHANGES
419
420* **api:** Plugin creators should now use `'test_runner'` instead of `'test_runner2'`.
421
422
423
424
425
426# [4.0.0-beta.3](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.2...v4.0.0-beta.3) (2020-08-19)
427
428
429### Features
430
431* **jest-runner:** remove deprecated project types ([#2361](https://github.com/stryker-mutator/stryker/issues/2361)) ([d0aa5c3](https://github.com/stryker-mutator/stryker/commit/d0aa5c3c2f676176d3fbceb24ab2cd17011c9ecf))
432* **test runner api:** remove `sandboxFileNames` injectable values ([#2369](https://github.com/stryker-mutator/stryker/issues/2369)) ([92f3bf5](https://github.com/stryker-mutator/stryker/commit/92f3bf528d0b01be1f6c219b37a5f90da0431686)), closes [#2351](https://github.com/stryker-mutator/stryker/issues/2351)
433
434
435### BREAKING CHANGES
436
437* **jest-runner:** Project types `react` and `react-ts` has been removed. Please use `create-react-app` and `create-react-app-ts` respectively
438
439
440
441
442
443# [4.0.0-beta.2](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.1...v4.0.0-beta.2) (2020-08-07)
444
445
446### Features
447
448* **jest-runner:** support mutation switching ([#2350](https://github.com/stryker-mutator/stryker/issues/2350)) ([9e6e6e0](https://github.com/stryker-mutator/stryker/commit/9e6e6e077731344ed0588d64b5c8ba2f19c8492e))
449
450
451
452
453
454# [4.0.0-beta.1](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2020-07-17)
455
456
457### Bug Fixes
458
459* **Jest:** Notify users of lacking Jest support ([#2322](https://github.com/stryker-mutator/stryker/issues/2322)) ([0bbc0c1](https://github.com/stryker-mutator/stryker/commit/0bbc0c119ba5d661ba9751d241ba548293738aa8))
460
461
462
463
464
465# [4.0.0-beta.0](https://github.com/stryker-mutator/stryker/compare/v3.3.1...v4.0.0-beta.0) (2020-07-10)
466
467**Note:** Version bump only for package @stryker-mutator/jest-runner
468
469
470
471
472
473## [3.3.1](https://github.com/stryker-mutator/stryker/compare/v3.3.0...v3.3.1) (2020-07-04)
474
475**Note:** Version bump only for package @stryker-mutator/jest-runner
476
477
478
479
480
481# [3.3.0](https://github.com/stryker-mutator/stryker/compare/v3.2.4...v3.3.0) (2020-06-16)
482
483**Note:** Version bump only for package @stryker-mutator/jest-runner
484
485
486
487
488
489## [3.2.4](https://github.com/stryker-mutator/stryker/compare/v3.2.3...v3.2.4) (2020-05-18)
490
491**Note:** Version bump only for package @stryker-mutator/jest-runner
492
493
494
495
496
497## [3.2.3](https://github.com/stryker-mutator/stryker/compare/v3.2.2...v3.2.3) (2020-05-15)
498
499**Note:** Version bump only for package @stryker-mutator/jest-runner
500
501
502
503
504
505## [3.2.2](https://github.com/stryker-mutator/stryker/compare/v3.2.1...v3.2.2) (2020-05-15)
506
507**Note:** Version bump only for package @stryker-mutator/jest-runner
508
509
510
511
512
513## [3.2.1](https://github.com/stryker-mutator/stryker/compare/v3.2.0...v3.2.1) (2020-05-15)
514
515**Note:** Version bump only for package @stryker-mutator/jest-runner
516
517
518
519
520
521# [3.2.0](https://github.com/stryker-mutator/stryker/compare/v3.1.0...v3.2.0) (2020-05-13)
522
523
524### Features
525
526* **api:** Deprecated Config in favor of StrykerOptions ([dccdd91](https://github.com/stryker-mutator/stryker/commit/dccdd9119743d776e2dc4b572a9e02b1524ef88b))
527* **Jest:** support overriding config ([#2197](https://github.com/stryker-mutator/stryker/issues/2197)) ([d37b7d7](https://github.com/stryker-mutator/stryker/commit/d37b7d724fea7a62d93613d9579defbfdffcd180)), closes [#2155](https://github.com/stryker-mutator/stryker/issues/2155)
528* **validation:** add validation on plugin options ([#2158](https://github.com/stryker-mutator/stryker/issues/2158)) ([d78fe1e](https://github.com/stryker-mutator/stryker/commit/d78fe1e013ac2e309a29f0def3029492b1e6c1ea))
529
530
531
532
533
534
535# [3.1.0](https://github.com/stryker-mutator/stryker/compare/v3.0.2...v3.1.0) (2020-03-29)
536
537**Note:** Version bump only for package @stryker-mutator/jest-runner
538
539
540
541
542
543## [3.0.2](https://github.com/stryker-mutator/stryker/compare/v3.0.1...v3.0.2) (2020-03-13)
544
545
546### Bug Fixes
547
548* **nodejs requirement:** set NodeJS requirement to at least Node 10 ([8c08059](https://github.com/stryker-mutator/stryker/commit/8c080594a87d638ea4349ee69e05ed6c7eba6463))
549
550
551
552
553
554## [3.0.1](https://github.com/stryker-mutator/stryker/compare/v3.0.0...v3.0.1) (2020-03-12)
555
556
557### Bug Fixes
558
559* **Peer dependencies:** set peer dependencies for v3 ([#2096](https://github.com/stryker-mutator/stryker/issues/2096)) ([8648c4d](https://github.com/stryker-mutator/stryker/commit/8648c4d9c70ce032841371c6041ebb76bf099948)), closes [#2095](https://github.com/stryker-mutator/stryker/issues/2095)
560
561
562
563
564
565# [3.0.0](https://github.com/stryker-mutator/stryker/compare/v2.5.0...v3.0.0) (2020-03-11)
566
567
568### Features
569
570* **Initializer:** Initialize config file as JSON by default ([#2093](https://github.com/stryker-mutator/stryker/issues/2093)) ([e07d953](https://github.com/stryker-mutator/stryker/commit/e07d9535084881180d5abf7b58bece1b65f2455f)), closes [#2000](https://github.com/stryker-mutator/stryker/issues/2000)
571* **jest-runner:** support Jest 25 ([b45e872](https://github.com/stryker-mutator/stryker/commit/b45e8725fe19b3568e0d358d4a6add32bafed425)), closes [#1983](https://github.com/stryker-mutator/stryker/issues/1983)
572* **react:** change react to create-react-app ([#1978](https://github.com/stryker-mutator/stryker/issues/1978)) ([7f34f28](https://github.com/stryker-mutator/stryker/commit/7f34f28dda821da561ae7ea5d041bb58fca4c011))
573
574
575
576
577
578
579# [2.5.0](https://github.com/stryker-mutator/stryker/compare/v2.4.0...v2.5.0) (2020-01-12)
580
581**Note:** Version bump only for package @stryker-mutator/jest-runner
582
583
584
585
586
587# [2.4.0](https://github.com/stryker-mutator/stryker/compare/v2.3.0...v2.4.0) (2019-11-24)
588
589**Note:** Version bump only for package @stryker-mutator/jest-runner
590
591
592
593
594
595# [2.3.0](https://github.com/stryker-mutator/stryker/compare/v2.2.1...v2.3.0) (2019-11-13)
596
597**Note:** Version bump only for package @stryker-mutator/jest-runner
598
599
600
601
602
603## [2.2.1](https://github.com/stryker-mutator/stryker/compare/v2.2.0...v2.2.1) (2019-11-06)
604
605**Note:** Version bump only for package @stryker-mutator/jest-runner
606
607
608
609
610
611# [2.2.0](https://github.com/stryker-mutator/stryker/compare/v2.1.0...v2.2.0) (2019-11-06)
612
613
614### Bug Fixes
615
616* **jest-runner:** improve error message for missing react-scripts ([#1694](https://github.com/stryker-mutator/stryker/issues/1694)) ([313e3bf](https://github.com/stryker-mutator/stryker/commit/313e3bf))
617
618
619
620
621
622# [2.1.0](https://github.com/stryker-mutator/stryker/compare/v2.0.2...v2.1.0) (2019-09-08)
623
624**Note:** Version bump only for package @stryker-mutator/jest-runner
625
626
627
628
629
630## [2.0.2](https://github.com/stryker-mutator/stryker/compare/v2.0.1...v2.0.2) (2019-07-11)
631
632
633### Bug Fixes
634
635* **dispose:** fix race condition in dispose action ([124ef6a](https://github.com/stryker-mutator/stryker/commit/124ef6a)), closes [#1542](https://github.com/stryker-mutator/stryker/issues/1542)
636
637
638
639
640
641## [2.0.1](https://github.com/stryker-mutator/stryker/compare/v2.0.0...v2.0.1) (2019-07-02)
642
643**Note:** Version bump only for package @stryker-mutator/jest-runner
644
645
646
647
648
649# [2.0.0](https://github.com/stryker-mutator/stryker/compare/v1.3.1...v2.0.0) (2019-05-17)
650
651
652### Features
653
654* **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))
655
656
657### BREAKING CHANGES
658
659* **node 6:** support for Node 6 has been dropped. Node 8 or higher is now required.
660
661
662
663
664
665## [1.3.1](https://github.com/stryker-mutator/stryker/compare/v1.3.0...v1.3.1) (2019-04-26)
666
667**Note:** Version bump only for package @stryker-mutator/jest-runner
668
669
670
671
672
673# [1.3.0](https://github.com/stryker-mutator/stryker/compare/v1.2.0...v1.3.0) (2019-04-24)
674
675**Note:** Version bump only for package @stryker-mutator/jest-runner
676
677
678
679
680
681# [1.2.0](https://github.com/stryker-mutator/stryker/compare/v1.1.1...v1.2.0) (2019-04-02)
682
683**Note:** Version bump only for package @stryker-mutator/jest-runner
684
685
686
687
688
689## [1.1.1](https://github.com/stryker-mutator/stryker/compare/v1.1.0...v1.1.1) (2019-03-21)
690
691**Note:** Version bump only for package @stryker-mutator/jest-runner
692
693
694
695
696
697# [1.1.0](https://github.com/stryker-mutator/stryker/compare/v1.0.3...v1.1.0) (2019-03-04)
698
699
700### Features
701
702* **jest-runner:** disable notifications ([#1419](https://github.com/stryker-mutator/stryker/issues/1419)) ([948166b](https://github.com/stryker-mutator/stryker/commit/948166b))
703
704
705
706
707
708## [1.0.3](https://github.com/stryker-mutator/stryker/compare/v1.0.2...v1.0.3) (2019-02-26)
709
710
711### Bug Fixes
712
713* **jest-runner:** mark 'todo' tests as skipped ([#1420](https://github.com/stryker-mutator/stryker/issues/1420)) ([26d813f](https://github.com/stryker-mutator/stryker/commit/26d813f))
714
715
716
717
718
719## [1.0.2](https://github.com/stryker-mutator/stryker/compare/v1.0.1...v1.0.2) (2019-02-13)
720
721
722### Bug Fixes
723
724* **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)
725
726
727
728
729
730## [1.0.1](https://github.com/stryker-mutator/stryker/compare/v1.0.0...v1.0.1) (2019-02-13)
731
732**Note:** Version bump only for package @stryker-mutator/jest-runner
733
734
735
736
737
738## [1.0.0](https://github.com/stryker-mutator/stryker/compare/stryker-jest-runner@1.4.1...@stryker-mutator/jest-runner@1.0.0) (2019-02-13)
739
740
741### Features
742
743* **config injection:** remove Config from the DI tokens ([#1389](https://github.com/stryker-mutator/stryker/issues/1389)) ([857e4a5](https://github.com/stryker-mutator/stryker/commit/857e4a5))
744* **jest project config:** remove deprecated project setting and 'default' project name ([#1375](https://github.com/stryker-mutator/stryker/issues/1375)) ([f0bd698](https://github.com/stryker-mutator/stryker/commit/f0bd698))
745* **rename:** rename `stryker-xxx-xxx` -> `[@stryker-mutator](https://github.com/stryker-mutator)/xxx-xxx` ([1bbd6ff](https://github.com/stryker-mutator/stryker/commit/1bbd6ff))
746
747
748### BREAKING CHANGES
749
750* **rename:** The core package and plugins have been renamed: stryker-jest-runner -> @stryker-mutator/jest-runner
751* **config injection:** Remove Config object from Dependency Injection (only relevant for plugin creators).
752
753
754
755
756
757## [1.4.1](https://github.com/stryker-mutator/stryker/compare/stryker-jest-runner@1.4.0...stryker-jest-runner@1.4.1) (2019-02-12)
758
759**Note:** Version bump only for package stryker-jest-runner
760
761
762
763
764
765# [1.4.0](https://github.com/stryker-mutator/stryker/compare/stryker-jest-runner@1.3.0...stryker-jest-runner@1.4.0) (2019-02-08)
766
767
768### Features
769
770* **config-editors:** Remove side effects from all config editor plugins ([#1317](https://github.com/stryker-mutator/stryker/issues/1317)) ([1f61bed](https://github.com/stryker-mutator/stryker/commit/1f61bed))
771* **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))
772* **port:** Deprecate property 'port' ([#1309](https://github.com/stryker-mutator/stryker/issues/1309)) ([2539ee0](https://github.com/stryker-mutator/stryker/commit/2539ee0))
773* **test-frameworks:** Remove side effects from all test-framework plugins ([#1319](https://github.com/stryker-mutator/stryker/issues/1319)) ([a7160f4](https://github.com/stryker-mutator/stryker/commit/a7160f4))
774* **test-runner:** Use new plugin system to load TestRunner plugins ([#1361](https://github.com/stryker-mutator/stryker/issues/1361)) ([266247b](https://github.com/stryker-mutator/stryker/commit/266247b))
775* **transpilers:** Remove side effects transpiler plugins ([#1351](https://github.com/stryker-mutator/stryker/issues/1351)) ([9a8b539](https://github.com/stryker-mutator/stryker/commit/9a8b539))
776
777
778
779
780
781<a name="1.3.0"></a>
782# [1.3.0](https://github.com/stryker-mutator/stryker/compare/stryker-jest-runner@1.2.10...stryker-jest-runner@1.3.0) (2018-12-23)
783
784
785### Features
786
787* **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))
788
789
790
791
792<a name="1.2.10"></a>
793## [1.2.10](https://github.com/stryker-mutator/stryker/compare/stryker-jest-runner@1.2.9...stryker-jest-runner@1.2.10) (2018-12-12)
794
795
796
797
798**Note:** Version bump only for package stryker-jest-runner
799
800<a name="1.2.9"></a>
801## [1.2.9](https://github.com/stryker-mutator/stryker/compare/stryker-jest-runner@1.2.8...stryker-jest-runner@1.2.9) (2018-11-29)
802
803
804### Bug Fixes
805
806* **stryker-api:** Update stryker-api peer dependency version ([677fc28](https://github.com/stryker-mutator/stryker/commit/677fc28))
807
808
809
810
811<a name="1.2.8"></a>
812## [1.2.8](https://github.com/stryker-mutator/stryker/compare/stryker-jest-runner@1.2.7...stryker-jest-runner@1.2.8) (2018-11-29)
813
814
815### Bug Fixes
816
817* **JestTestRunner:** run jest with --findRelatedTests ([#1235](https://github.com/stryker-mutator/stryker/issues/1235)) ([5e0790e](https://github.com/stryker-mutator/stryker/commit/5e0790e))
818
819
820
821
822<a name="1.2.7"></a>
823## [1.2.7](https://github.com/stryker-mutator/stryker/compare/stryker-jest-runner@1.2.6...stryker-jest-runner@1.2.7) (2018-11-13)
824
825
826
827
828**Note:** Version bump only for package stryker-jest-runner
829
830<a name="1.2.6"></a>
831## [1.2.6](https://github.com/stryker-mutator/stryker/compare/stryker-jest-runner@1.2.5...stryker-jest-runner@1.2.6) (2018-11-07)
832
833
834
835
836**Note:** Version bump only for package stryker-jest-runner
837
838<a name="1.2.5"></a>
839## [1.2.5](https://github.com/stryker-mutator/stryker/compare/stryker-jest-runner@1.2.4...stryker-jest-runner@1.2.5) (2018-10-25)
840
841
842
843
844**Note:** Version bump only for package stryker-jest-runner
845
846<a name="1.2.4"></a>
847## [1.2.4](https://github.com/stryker-mutator/stryker/compare/stryker-jest-runner@1.2.2...stryker-jest-runner@1.2.4) (2018-10-15)
848
849
850### Bug Fixes
851
852* **any-promise:** Don't register a promise implementation ([#1180](https://github.com/stryker-mutator/stryker/issues/1180)) ([1d3e2f6](https://github.com/stryker-mutator/stryker/commit/1d3e2f6))
853* **version:** Version bump for failed release ([8cf9e87](https://github.com/stryker-mutator/stryker/commit/8cf9e87))
854
855
856
857
858<a name="1.2.2"></a>
859## [1.2.2](https://github.com/stryker-mutator/stryker/compare/stryker-jest-runner@1.2.1...stryker-jest-runner@1.2.2) (2018-10-03)
860
861
862### Bug Fixes
863
864* **JestTestRunner:** fix stryker error on skipping tests ([#1168](https://github.com/stryker-mutator/stryker/issues/1168)) ([1f87ab1](https://github.com/stryker-mutator/stryker/commit/1f87ab1)), closes [#1152](https://github.com/stryker-mutator/stryker/issues/1152)
865
866
867
868
869<a name="1.2.1"></a>
870## [1.2.1](https://github.com/stryker-mutator/stryker/compare/stryker-jest-runner@1.2.0...stryker-jest-runner@1.2.1) (2018-09-14)
871
872
873
874
875**Note:** Version bump only for package stryker-jest-runner
876
877<a name="1.2.0"></a>
878# [1.2.0](https://github.com/stryker-mutator/stryker/compare/stryker-jest-runner@1.1.1...stryker-jest-runner@1.2.0) (2018-08-28)
879
880
881### Features
882
883* **config:** rename config setting `project` to `projectType` and 'default' to 'custom' ([#1107](https://github.com/stryker-mutator/stryker/issues/1107)) ([4f4a9aa](https://github.com/stryker-mutator/stryker/commit/4f4a9aa))
884
885
886
887
888<a name="1.1.1"></a>
889## [1.1.1](https://github.com/stryker-mutator/stryker/compare/stryker-jest-runner@1.1.0...stryker-jest-runner@1.1.1) (2018-08-21)
890
891
892
893
894**Note:** Version bump only for package stryker-jest-runner
895
896<a name="1.1.0"></a>
897# [1.1.0](https://github.com/stryker-mutator/stryker/compare/stryker-jest-runner@1.0.4...stryker-jest-runner@1.1.0) (2018-08-19)
898
899
900### Features
901
902* **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)
903
904
905
906
907<a name="1.0.4"></a>
908## [1.0.4](https://github.com/stryker-mutator/stryker/compare/stryker-jest-runner@1.0.3...stryker-jest-runner@1.0.4) (2018-08-17)
909
910
911### Bug Fixes
912
913* **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))
914
915
916
917
918<a name="1.0.3"></a>
919## [1.0.3](https://github.com/stryker-mutator/stryker/compare/stryker-jest-runner@1.0.2...stryker-jest-runner@1.0.3) (2018-08-17)
920
921
922
923
924**Note:** Version bump only for package stryker-jest-runner
925
926<a name="1.0.2"></a>
927## [1.0.2](https://github.com/stryker-mutator/stryker/compare/stryker-jest-runner@1.0.1...stryker-jest-runner@1.0.2) (2018-08-16)
928
929
930
931
932**Note:** Version bump only for package stryker-jest-runner
933
934<a name="1.0.1"></a>
935## [1.0.1](https://github.com/stryker-mutator/stryker/compare/stryker-jest-runner@1.0.0...stryker-jest-runner@1.0.1) (2018-08-03)
936
937
938### Bug Fixes
939
940* **jest-runner:** Update peer dependency on Jest ([7e30994](https://github.com/stryker-mutator/stryker/commit/7e30994))
941
942
943
944
945<a name="1.0.0"></a>
946# 1.0.0 (2018-07-20)
947
948
949### Bug Fixes
950
951* **bail:** disable bail ([#36](https://github.com/stryker-mutator/stryker/issues/36)) ([d29e349](https://github.com/stryker-mutator/stryker/commit/d29e349))
952* **configuration:** Allow more test file names ([0a7fff9](https://github.com/stryker-mutator/stryker/commit/0a7fff9))
953* **configuration:** Remove test regex filter ([df7dc04](https://github.com/stryker-mutator/stryker/commit/df7dc04)), closes [#11](https://github.com/stryker-mutator/stryker/issues/11)
954* **configuration:** Remove unnecessary options ([fc2799d](https://github.com/stryker-mutator/stryker/commit/fc2799d)), closes [facebook/jest#2776](https://github.com/facebook/jest/issues/2776)
955* **configuration:** Revert removal of testPathDirs ([7dea8dd](https://github.com/stryker-mutator/stryker/commit/7dea8dd))
956* **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)
957* **deps:** update stryker-api dep to 0.12.0 ([1831d98](https://github.com/stryker-mutator/stryker/commit/1831d98))
958* **package.json:** update stryker-api version ([b3ac9bc](https://github.com/stryker-mutator/stryker/commit/b3ac9bc))
959* **README:** Fix Travis Badge pointing to the wrong repo ([bfbb754](https://github.com/stryker-mutator/stryker/commit/bfbb754))
960* **roots option:** Add roots option for jest v19 ([370d540](https://github.com/stryker-mutator/stryker/commit/370d540))
961* **stryker init:** turn coverage analysis "off" ([#55](https://github.com/stryker-mutator/stryker/issues/55)) ([13e0697](https://github.com/stryker-mutator/stryker/commit/13e0697))
962* **test:** Fix accidentally modified test ([d199206](https://github.com/stryker-mutator/stryker/commit/d199206))
963
964
965### Chores
966
967* Upgrade to stryker-api 0.5 ([5c5d412](https://github.com/stryker-mutator/stryker/commit/5c5d412))
968
969
970### Features
971
972* **basic-runner:** Implementation of a basic Jest-runner ([#4](https://github.com/stryker-mutator/stryker/issues/4)) ([44a831a](https://github.com/stryker-mutator/stryker/commit/44a831a))
973* **es2015-promise:** Remove dep to es6-promise ([28453a4](https://github.com/stryker-mutator/stryker/commit/28453a4))
974* **jest-config:** override jest config ([#34](https://github.com/stryker-mutator/stryker/issues/34)) ([e783c80](https://github.com/stryker-mutator/stryker/commit/e783c80))
975* **Jest-runner:** support jest configuration ([#25](https://github.com/stryker-mutator/stryker/issues/25)) ([4f83e87](https://github.com/stryker-mutator/stryker/commit/4f83e87))
976* **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)
977* **node version:** drop node 4 support, as Stryker did. ([#47](https://github.com/stryker-mutator/stryker/issues/47)) ([e939d25](https://github.com/stryker-mutator/stryker/commit/e939d25))
978* **stryker-api:** add stryker-api 0.15 support ([#45](https://github.com/stryker-mutator/stryker/issues/45)) ([d51d7ba](https://github.com/stryker-mutator/stryker/commit/d51d7ba))
979* **typescript:** Add support for create-react-app using Typescript ([#48](https://github.com/stryker-mutator/stryker/issues/48)) ([7cc9b86](https://github.com/stryker-mutator/stryker/commit/7cc9b86))
980
981
982### BREAKING CHANGES
983
984* **typescript:** Require Jest 22.x or higher. Support for 20.x and 21.x is dropped.
985* **node version:** Node 4 is no longer supported.
986* Upgrade to stryker-api 0.5
987
988
989
990
991<a name="0.7.0"></a>
992# [0.7.0](https://github.com/stryker-mutator/stryker-jest-runner/compare/v0.6.0...v0.7.0) (2018-05-11)
993
994
995### Features
996
997* **node version:** drop node 4 support, as Stryker did. ([#47](https://github.com/stryker-mutator/stryker-jest-runner/issues/47)) ([017139d](https://github.com/stryker-mutator/stryker-jest-runner/commit/017139d))
998* **stryker-api:** add stryker-api 0.15 support ([#45](https://github.com/stryker-mutator/stryker-jest-runner/issues/45)) ([94b22ab](https://github.com/stryker-mutator/stryker-jest-runner/commit/94b22ab))
999* **typescript:** Add support for create-react-app using Typescript ([#48](https://github.com/stryker-mutator/stryker-jest-runner/issues/48)) ([e7c313d](https://github.com/stryker-mutator/stryker-jest-runner/commit/e7c313d))
1000
1001
1002### BREAKING CHANGES
1003
1004* **typescript:** Require Jest 22.x or higher. Support for 20.x and 21.x is dropped.
1005* **node version:** Node 4 is no longer supported.
1006
1007
1008
1009<a name="0.6.0"></a>
1010# [0.6.0](https://github.com/stryker-mutator/stryker-jest-runner/compare/v0.5.1...v0.6.0) (2018-04-06)
1011
1012### Features
1013
1014* **jest-config:** fallback to default Jest config if it's not overridden ([#42](https://github.com/stryker-mutator/stryker-jest-runner/issues/42)) ([72b542a](https://github.com/stryker-mutator/stryker-jest-runner/commit/72b542a))
1015
1016<a name="0.5.1"></a>
1017## [0.5.1](https://github.com/stryker-mutator/stryker-jest-runner/compare/v0.5.0...v0.5.1) (2018-03-02)
1018
1019
1020### Bug Fixes
1021
1022* **bail:** disable bail ([#36](https://github.com/stryker-mutator/stryker-jest-runner/issues/36)) ([0d44ecc](https://github.com/stryker-mutator/stryker-jest-runner/commit/0d44ecc))
1023
1024
1025
1026<a name="0.5.0"></a>
1027# [0.5.0](https://github.com/stryker-mutator/stryker-jest-runner/compare/v0.4.2...v0.5.0) (2018-02-23)
1028
1029
1030### Features
1031
1032* **jest-config:** override jest config ([#34](https://github.com/stryker-mutator/stryker-jest-runner/issues/34)) ([095e366](https://github.com/stryker-mutator/stryker-jest-runner/commit/095e366))
1033
1034
1035
1036<a name="0.4.2"></a>
1037## [0.4.2](https://github.com/stryker-mutator/stryker-jest-runner/compare/v0.4.1...v0.4.2) (2018-02-07)
1038
1039
1040### Bug Fixes
1041
1042* **package.json:** update stryker-api version ([7ab05e6](https://github.com/stryker-mutator/stryker-jest-runner/commit/7ab05e6))
1043
1044
1045
1046<a name="0.4.1"></a>
1047## [0.4.1](https://github.com/stryker-mutator/stryker-jest-runner/compare/v0.4.0...v0.4.1) (2018-02-07)
1048
1049
1050
1051<a name="0.4.0"></a>
1052# [0.4.0](https://github.com/stryker-mutator/stryker-jest-runner/compare/v0.2.2...v0.4.0) (2018-02-06)
1053
1054
1055### Bug Fixes
1056
1057* **deps:** update stryker-api dep to 0.12.0 ([3867190](https://github.com/stryker-mutator/stryker-jest-runner/commit/3867190))
1058* **roots option:** Add roots option for jest v19 ([ec7bd35](https://github.com/stryker-mutator/stryker-jest-runner/commit/ec7bd35))
1059
1060
1061### Features
1062
1063* **Jest-runner:** support jest configuration ([#25](https://github.com/stryker-mutator/stryker-jest-runner/issues/25)) ([630b60b](https://github.com/stryker-mutator/stryker-jest-runner/commit/630b60b))
1064
1065
1066
1067<a name="0.3.0"></a>
1068# 0.3.0 (2017-11-03)
1069
1070* 0.3.0 ([f9563b7](https://github.com/stryker-mutator/stryker-jest-runner/commit/f9563b7))
1071* chore(docs) Update changelog ([c26f442](https://github.com/stryker-mutator/stryker-jest-runner/commit/c26f442))
1072* feat(runner) Add support for Jest v21 (#21) (#22) ([98ba822](https://github.com/stryker-mutator/stryker-jest-runner/commit/98ba822))
1073* refactor: Add semicolon ([c1d1c1c](https://github.com/stryker-mutator/stryker-jest-runner/commit/c1d1c1c))
1074* refactor(.vscode): Reset build files ([5eee921](https://github.com/stryker-mutator/stryker-jest-runner/commit/5eee921))
1075* refactor(test): Reset 4 tab whitespace ([eeab8e1](https://github.com/stryker-mutator/stryker-jest-runner/commit/eeab8e1))
1076* fix(roots option): Add roots option for jest v19 ([ec7bd35](https://github.com/stryker-mutator/stryker-jest-runner/commit/ec7bd35))
1077
1078
1079
1080<a name="0.2.2"></a>
1081## 0.2.2 (2017-10-23)
1082
1083* 0.2.2 ([9959ee4](https://github.com/stryker-mutator/stryker-jest-runner/commit/9959ee4))
1084* chore(build) Don't include files in npm package that don't belong ([b73430f](https://github.com/stryker-mutator/stryker-jest-runner/commit/b73430f))
1085* chore(docs) Update changelog ([403ff0d](https://github.com/stryker-mutator/stryker-jest-runner/commit/403ff0d))
1086* chore(dependencies): Update to stryker-api 0.10.0 ([7fefd60](https://github.com/stryker-mutator/stryker-jest-runner/commit/7fefd60))
1087
1088
1089
1090<a name="0.2.1"></a>
1091## 0.2.1 (2017-09-27)
1092
1093* 0.2.1 ([b8bb5e8](https://github.com/stryker-mutator/stryker-jest-runner/commit/b8bb5e8))
1094* chore(docs) Update changelog ([ccac703](https://github.com/stryker-mutator/stryker-jest-runner/commit/ccac703))
1095
1096
1097
1098<a name="0.2.0"></a>
1099# 0.2.0 (2017-09-23)
1100
1101* 0.2.0 ([897fbba](https://github.com/stryker-mutator/stryker-jest-runner/commit/897fbba))
1102* chore(docs) Update changelog ([790d317](https://github.com/stryker-mutator/stryker-jest-runner/commit/790d317))
1103* fix(test): Fix accidentally modified test ([62a1785](https://github.com/stryker-mutator/stryker-jest-runner/commit/62a1785))
1104* chore(dependencies): Update to stryker-api 0.9 ([09e59d2](https://github.com/stryker-mutator/stryker-jest-runner/commit/09e59d2))
1105* chore(package-lock): Disable lock on packages ([48b39b6](https://github.com/stryker-mutator/stryker-jest-runner/commit/48b39b6))
1106
1107
1108
1109<a name="0.1.0"></a>
1110# 0.1.0 (2017-08-14)
1111
1112* 0.1.0 ([f8f798c](https://github.com/stryker-mutator/stryker-jest-runner/commit/f8f798c))
1113* feat(runner) Add support for Jest v20 (#16) ([ad9c282](https://github.com/stryker-mutator/stryker-jest-runner/commit/ad9c282))
1114* chore: Upgrade to stryker-api 0.5 ([7bf2c86](https://github.com/stryker-mutator/stryker-jest-runner/commit/7bf2c86))
1115
1116
1117### BREAKING CHANGE
1118
1119* Upgrade to stryker-api 0.5
1120
1121
1122<a name="0.0.6"></a>
1123## 0.0.6 (2017-03-02)
1124
1125* chore: release v0.0.6 ([f36f665](https://github.com/stryker-mutator/stryker-jest-runner/commit/f36f665))
1126* chore: update contributors ([fb17fd7](https://github.com/stryker-mutator/stryker-jest-runner/commit/fb17fd7))
1127* fix(configuration): Allow more test file names ([f54dfc3](https://github.com/stryker-mutator/stryker-jest-runner/commit/f54dfc3))
1128* fix(configuration): Remove test regex filter ([14ca864](https://github.com/stryker-mutator/stryker-jest-runner/commit/14ca864))
1129* fix(configuration): Remove unnecessary options ([278a754](https://github.com/stryker-mutator/stryker-jest-runner/commit/278a754))
1130* fix(configuration): Revert removal of testPathDirs ([dd5de98](https://github.com/stryker-mutator/stryker-jest-runner/commit/dd5de98))
1131* Fix(lint): Add missing semicolon ([86c6170](https://github.com/stryker-mutator/stryker-jest-runner/commit/86c6170))
1132* chore(doc) Fix URLs in package.json ([f718a45](https://github.com/stryker-mutator/stryker-jest-runner/commit/f718a45))
1133* chore(doc) Re-create CHANGELOG.md ([868cc92](https://github.com/stryker-mutator/stryker-jest-runner/commit/868cc92))
1134
1135
1136
1137<a name="0.0.5"></a>
1138## 0.0.5 (2017-02-13)
1139
1140* chore: release v0.0.5 ([94d9010](https://github.com/stryker-mutator/stryker-jest-runner/commit/94d9010))
1141* fix(plugin) Use correct name for registering plugin ([1ae61fb](https://github.com/stryker-mutator/stryker-jest-runner/commit/1ae61fb))
1142* fix(reporting) Error messages should only be filled if there are some ([8faf6c9](https://github.com/stryker-mutator/stryker-jest-runner/commit/8faf6c9))
1143
1144
1145
1146<a name="0.0.4"></a>
1147## 0.0.4 (2017-02-10)
1148
1149* chore: release v0.0.4 ([ebbbb71](https://github.com/stryker-mutator/stryker-jest-runner/commit/ebbbb71))
1150* chore(doc) clean duplicates from changelog ([ba9c278](https://github.com/stryker-mutator/stryker-jest-runner/commit/ba9c278))
1151* doc(readme) Mention that coverageAnalysis does not (yet) work ([8b0d1bd](https://github.com/stryker-mutator/stryker-jest-runner/commit/8b0d1bd))
1152
1153
1154
1155<a name="0.0.3"></a>
1156## 0.0.3 (2017-02-10)
1157
1158* chore: add LICENSE file ([72481a5](https://github.com/stryker-mutator/stryker-jest-runner/commit/72481a5))
1159* chore: initial commit ([aa043d6](https://github.com/stryker-mutator/stryker-jest-runner/commit/aa043d6))
1160* chore: release v0.0.2 ([c27827d](https://github.com/stryker-mutator/stryker-jest-runner/commit/c27827d))
1161* chore: release v0.0.3 ([1dc606c](https://github.com/stryker-mutator/stryker-jest-runner/commit/1dc606c))
1162* chore: update contributors ([730a93b](https://github.com/stryker-mutator/stryker-jest-runner/commit/730a93b))
1163* chore: update contributors ([1af92d8](https://github.com/stryker-mutator/stryker-jest-runner/commit/1af92d8))
1164* chore: update contributors ([48bd6dc](https://github.com/stryker-mutator/stryker-jest-runner/commit/48bd6dc))
1165* docs(readme) Update documentation and clean-up package.json (#5) ([97d1661](https://github.com/stryker-mutator/stryker-jest-runner/commit/97d1661))
1166* feat(basic-runner): Implementation of a basic Jest-runner (#4) ([960c59d](https://github.com/stryker-mutator/stryker-jest-runner/commit/960c59d))
1167* feat(es2015-promise): Remove dep to es6-promise ([7f8424a](https://github.com/stryker-mutator/stryker-jest-runner/commit/7f8424a))
1168* fix(README): Fix Travis Badge pointing to the wrong repo ([9177447](https://github.com/stryker-mutator/stryker-jest-runner/commit/9177447))