UNPKG

43.1 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**Note:** Version bump only for package @stryker-mutator/mocha-runner
9
10
11
12
13
14## [6.0.1](https://github.com/stryker-mutator/stryker-js/compare/v6.0.0...v6.0.1) (2022-05-04)
15
16**Note:** Version bump only for package @stryker-mutator/mocha-runner
17
18
19
20
21
22# [6.0.0](https://github.com/stryker-mutator/stryker-js/compare/v6.0.0-beta.0...v6.0.0) (2022-05-03)
23
24
25### chore
26
27* **node:** drop support for Node 12 ([10d874e](https://github.com/stryker-mutator/stryker-js/commit/10d874e4c46335d9ea457634d3061af35fa8f854))
28
29
30### Features
31
32* **mocha-runner:** widen mocha peer dependency to include v10 ([#3492](https://github.com/stryker-mutator/stryker-js/issues/3492)) ([0dde30f](https://github.com/stryker-mutator/stryker-js/commit/0dde30f95c3cde3de7df6babfde71593534b8569))
33
34
35### BREAKING CHANGES
36
37* **node:** Drop support for Node 12. Minimal version is now Node 14.18.0.
38
39
40
41
42
43# [6.0.0-beta.0](https://github.com/stryker-mutator/stryker-js/compare/v5.6.1...v6.0.0-beta.0) (2022-03-02)
44
45
46### Features
47
48* **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))
49* **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))
50* **esm:** support esm in the mocha runner ([#3393](https://github.com/stryker-mutator/stryker-js/issues/3393)) ([2eb3504](https://github.com/stryker-mutator/stryker-js/commit/2eb35042da4e78021dcf54ac71c22f97eb91ff70)), closes [#2413](https://github.com/stryker-mutator/stryker-js/issues/2413) [#2413](https://github.com/stryker-mutator/stryker-js/issues/2413)
51* **ignore static:** prevent leak of hybrid mutants ([#3443](https://github.com/stryker-mutator/stryker-js/issues/3443)) ([231049a](https://github.com/stryker-mutator/stryker-js/commit/231049a32f73083c7579b1bf8b4424ad309f655d))
52* **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))
53* **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))
54
55
56### BREAKING CHANGES
57
58* **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.
59* **esm:** StrykerJS is now a pure ESM. Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).
60* **esm:** Node 12.20 is now the min version.
61* **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)
62* **esm:** The `@stryker-mutator/mocha-runner` now requires `mocha@7.2` or higher.
63* **reload test environment:** Test runner plugins must provide `TestRunnerCapabilities` by implementing the `capabilities` method.
64
65
66
67
68
69## [5.6.1](https://github.com/stryker-mutator/stryker-js/compare/v5.6.0...v5.6.1) (2022-01-23)
70
71**Note:** Version bump only for package @stryker-mutator/mocha-runner
72
73
74
75
76
77# [5.6.0](https://github.com/stryker-mutator/stryker-js/compare/v5.5.1...v5.6.0) (2022-01-09)
78
79**Note:** Version bump only for package @stryker-mutator/mocha-runner
80
81
82
83
84
85## [5.5.1](https://github.com/stryker-mutator/stryker-js/compare/v5.5.0...v5.5.1) (2021-12-02)
86
87**Note:** Version bump only for package @stryker-mutator/mocha-runner
88
89
90
91
92
93# [5.5.0](https://github.com/stryker-mutator/stryker-js/compare/v5.4.1...v5.5.0) (2021-11-23)
94
95
96### Features
97
98* **hit limit:** infinite loop prevention in mocha-runner ([f5a7d1d](https://github.com/stryker-mutator/stryker-js/commit/f5a7d1d18ec45364743e5aceb71f0f1bbbf3bafa))
99
100
101
102
103
104## [5.4.1](https://github.com/stryker-mutator/stryker-js/compare/v5.4.0...v5.4.1) (2021-09-30)
105
106**Note:** Version bump only for package @stryker-mutator/mocha-runner
107
108
109
110
111
112# [5.4.0](https://github.com/stryker-mutator/stryker-js/compare/v5.3.0...v5.4.0) (2021-09-01)
113
114
115### Features
116
117* **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))
118
119
120
121
122
123# [5.3.0](https://github.com/stryker-mutator/stryker-js/compare/v5.2.3...v5.3.0) (2021-08-07)
124
125
126### Features
127
128* **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))
129
130
131
132
133
134## [5.2.3](https://github.com/stryker-mutator/stryker-js/compare/v5.2.2...v5.2.3) (2021-08-01)
135
136
137### Bug Fixes
138
139* **mocha-runner:** clear error when require esm ([#3015](https://github.com/stryker-mutator/stryker-js/issues/3015)) ([a835f0b](https://github.com/stryker-mutator/stryker-js/commit/a835f0b57a9084b77a175b5eb14f409651c20c69)), closes [#3014](https://github.com/stryker-mutator/stryker-js/issues/3014)
140
141
142
143
144
145## [5.2.2](https://github.com/stryker-mutator/stryker-js/compare/v5.2.1...v5.2.2) (2021-07-13)
146
147**Note:** Version bump only for package @stryker-mutator/mocha-runner
148
149
150
151
152
153## [5.2.1](https://github.com/stryker-mutator/stryker-js/compare/v5.2.0...v5.2.1) (2021-07-02)
154
155**Note:** Version bump only for package @stryker-mutator/mocha-runner
156
157
158
159
160
161# [5.2.0](https://github.com/stryker-mutator/stryker-js/compare/v5.1.1...v5.2.0) (2021-07-02)
162
163**Note:** Version bump only for package @stryker-mutator/mocha-runner
164
165
166
167
168
169## [5.1.1](https://github.com/stryker-mutator/stryker-js/compare/v5.1.0...v5.1.1) (2021-06-15)
170
171
172### Bug Fixes
173
174* **peerDeps:** update peer dependencies ([05733d2](https://github.com/stryker-mutator/stryker-js/commit/05733d260d5ffc9eb1b3e284bdc4bc8adafc4d38))
175
176
177
178
179
180# [5.1.0](https://github.com/stryker-mutator/stryker-js/compare/v5.0.1...v5.1.0) (2021-06-14)
181
182
183### Features
184
185* **mocha-runner:** officially support mocha 9 ([42848bb](https://github.com/stryker-mutator/stryker-js/commit/42848bba288adcefb8d8f8fac1cd34b17bd1d49f))
186
187
188
189
190
191## [5.0.1](https://github.com/stryker-mutator/stryker-js/compare/v5.0.0...v5.0.1) (2021-05-28)
192
193
194### Bug Fixes
195
196* **mocha-runner:** improve debug logging ([#2925](https://github.com/stryker-mutator/stryker-js/issues/2925)) ([ecc53ee](https://github.com/stryker-mutator/stryker-js/commit/ecc53ee3314f9e4b71aa370f35d87d699471fc55))
197
198
199
200
201
202# [5.0.0](https://github.com/stryker-mutator/stryker-js/compare/v4.6.0...v5.0.0) (2021-05-14)
203
204
205### Features
206
207* **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))
208* **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)
209
210
211### BREAKING CHANGES
212
213* **node:** Node 10 is no longer supported. Please use Node 12 or higher.
214* **reporter api:** Changes to `Reporter` and `TestRunner` plugin API of Stryker
215
216
217
218
219
220# [4.6.0](https://github.com/stryker-mutator/stryker-js/compare/v4.5.1...v4.6.0) (2021-04-16)
221
222
223### Features
224
225* **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)
226
227
228
229
230
231## [4.5.1](https://github.com/stryker-mutator/stryker/compare/v4.5.0...v4.5.1) (2021-03-11)
232
233
234### Bug Fixes
235
236* **peer-deps:** use correct peer dep version ([a6ca0f2](https://github.com/stryker-mutator/stryker/commit/a6ca0f25b29cb84a2cb4b8c05a42e7305d5dde16))
237
238
239
240
241
242# [4.5.0](https://github.com/stryker-mutator/stryker/compare/v4.4.1...v4.5.0) (2021-03-06)
243
244
245### Bug Fixes
246
247* **reporting:** report test name when a hook fails ([#2757](https://github.com/stryker-mutator/stryker/issues/2757)) ([5e062b2](https://github.com/stryker-mutator/stryker/commit/5e062b2b65a1269b45a66ecc536108aab529abae))
248
249
250### Features
251
252* **package:** restructure package internals ([#2714](https://github.com/stryker-mutator/stryker/issues/2714)) ([e1711d2](https://github.com/stryker-mutator/stryker/commit/e1711d28f25e8ee7cbdf025adecb3234ee0515a6))
253
254
255
256
257
258## [4.4.1](https://github.com/stryker-mutator/stryker/compare/v4.4.0...v4.4.1) (2021-01-27)
259
260**Note:** Version bump only for package @stryker-mutator/mocha-runner
261
262
263
264
265
266# [4.4.0](https://github.com/stryker-mutator/stryker/compare/v4.3.1...v4.4.0) (2021-01-24)
267
268**Note:** Version bump only for package @stryker-mutator/mocha-runner
269
270
271
272
273
274## [4.3.1](https://github.com/stryker-mutator/stryker/compare/v4.3.0...v4.3.1) (2020-12-25)
275
276**Note:** Version bump only for package @stryker-mutator/mocha-runner
277
278
279
280
281
282# [4.3.0](https://github.com/stryker-mutator/stryker/compare/v4.2.0...v4.3.0) (2020-12-25)
283
284**Note:** Version bump only for package @stryker-mutator/mocha-runner
285
286
287
288
289
290# [4.2.0](https://github.com/stryker-mutator/stryker/compare/v4.1.2...v4.2.0) (2020-12-09)
291
292**Note:** Version bump only for package @stryker-mutator/mocha-runner
293
294
295
296
297
298## [4.1.2](https://github.com/stryker-mutator/stryker/compare/v4.1.1...v4.1.2) (2020-11-06)
299
300
301### Bug Fixes
302
303* **peerDeps:** update core in peerDependencies ([045dbc3](https://github.com/stryker-mutator/stryker/commit/045dbc3742c123658f4cf9ab2786b20ffd89a8cf))
304
305
306
307
308
309## [4.1.1](https://github.com/stryker-mutator/stryker/compare/v4.1.0...v4.1.1) (2020-11-05)
310
311**Note:** Version bump only for package @stryker-mutator/mocha-runner
312
313
314
315
316
317# [4.1.0](https://github.com/stryker-mutator/stryker/compare/v4.0.0...v4.1.0) (2020-10-30)
318
319
320### Features
321
322* **mocha:** support mocha 8.2 ([#2591](https://github.com/stryker-mutator/stryker/issues/2591)) ([b633629](https://github.com/stryker-mutator/stryker/commit/b63362983477815cde15e20e8453079128b9e609))
323
324
325
326
327
328# [4.0.0](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.10...v4.0.0) (2020-10-07)
329
330**Note:** Version bump only for package @stryker-mutator/mocha-runner
331
332
333
334
335
336# [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)
337
338**Note:** Version bump only for package @stryker-mutator/mocha-runner
339
340
341
342
343
344# [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)
345
346**Note:** Version bump only for package @stryker-mutator/mocha-runner
347
348
349
350
351
352# [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)
353
354**Note:** Version bump only for package @stryker-mutator/mocha-runner
355
356
357
358
359
360# [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)
361
362**Note:** Version bump only for package @stryker-mutator/mocha-runner
363
364
365
366
367
368# [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)
369
370**Note:** Version bump only for package @stryker-mutator/mocha-runner
371
372
373
374
375
376# [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)
377
378
379### Bug Fixes
380
381* **mocha-runner:** don't allow custom timeout ([#2463](https://github.com/stryker-mutator/stryker/issues/2463)) ([e90b563](https://github.com/stryker-mutator/stryker/commit/e90b5635907dfcd36de98d73fa6c2da31f69fbed))
382* **mocha-runner:** fix memory leaks ([23eede2](https://github.com/stryker-mutator/stryker/commit/23eede22036c9efa502af8016e530af780a7cebb))
383
384
385### Features
386
387* **typescript:** Disable type checking ([#2446](https://github.com/stryker-mutator/stryker/issues/2446)) ([3ff996b](https://github.com/stryker-mutator/stryker/commit/3ff996b7516b7782434d86aa9aecbee334978a7f)), closes [#2438](https://github.com/stryker-mutator/stryker/issues/2438)
388
389
390
391
392
393# [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)
394
395
396### Features
397
398* **api:** rename test_runner2 -> test_runner ([#2442](https://github.com/stryker-mutator/stryker/issues/2442)) ([4d3ae97](https://github.com/stryker-mutator/stryker/commit/4d3ae9764dbd689c895b76e44f2eea76c82fabc8))
399* **test-runner:** add `nrOfTests` metric ([0eea448](https://github.com/stryker-mutator/stryker/commit/0eea44892e2383e8b0a34c6267e2f455d604f55a))
400
401
402### BREAKING CHANGES
403
404* **api:** Plugin creators should now use `'test_runner'` instead of `'test_runner2'`.
405
406
407
408
409
410# [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)
411
412
413### Features
414
415* **mocha:** deprecate mocha < v6 ([#2379](https://github.com/stryker-mutator/stryker/issues/2379)) ([fee0754](https://github.com/stryker-mutator/stryker/commit/fee0754c395ade4ee92d434963034e59ea5d180d))
416* **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)
417
418
419### BREAKING CHANGES
420
421* **mocha:** Mocha@<6 is deprecated and support for it will be removed in Stryker v5
422
423
424
425
426
427# [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)
428
429**Note:** Version bump only for package @stryker-mutator/mocha-runner
430
431
432
433
434
435# [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)
436
437**Note:** Version bump only for package @stryker-mutator/mocha-runner
438
439
440
441
442
443# [4.0.0-beta.0](https://github.com/stryker-mutator/stryker/compare/v3.3.1...v4.0.0-beta.0) (2020-07-10)
444
445**Note:** Version bump only for package @stryker-mutator/mocha-runner
446
447
448
449
450
451## [3.3.1](https://github.com/stryker-mutator/stryker/compare/v3.3.0...v3.3.1) (2020-07-04)
452
453**Note:** Version bump only for package @stryker-mutator/mocha-runner
454
455
456
457
458
459# [3.3.0](https://github.com/stryker-mutator/stryker/compare/v3.2.4...v3.3.0) (2020-06-16)
460
461
462### Features
463
464* **mocha-runner:** support mocha 8 ([#2259](https://github.com/stryker-mutator/stryker/issues/2259)) ([917d965](https://github.com/stryker-mutator/stryker/commit/917d965e72871a2199dd9b2d710d40b350509431))
465
466
467
468
469
470## [3.2.4](https://github.com/stryker-mutator/stryker/compare/v3.2.3...v3.2.4) (2020-05-18)
471
472**Note:** Version bump only for package @stryker-mutator/mocha-runner
473
474
475
476
477
478## [3.2.3](https://github.com/stryker-mutator/stryker/compare/v3.2.2...v3.2.3) (2020-05-15)
479
480**Note:** Version bump only for package @stryker-mutator/mocha-runner
481
482
483
484
485
486## [3.2.2](https://github.com/stryker-mutator/stryker/compare/v3.2.1...v3.2.2) (2020-05-15)
487
488**Note:** Version bump only for package @stryker-mutator/mocha-runner
489
490
491
492
493
494## [3.2.1](https://github.com/stryker-mutator/stryker/compare/v3.2.0...v3.2.1) (2020-05-15)
495
496**Note:** Version bump only for package @stryker-mutator/mocha-runner
497
498
499
500
501
502# [3.2.0](https://github.com/stryker-mutator/stryker/compare/v3.1.0...v3.2.0) (2020-05-13)
503
504
505### Features
506
507* **api:** Deprecated Config in favor of StrykerOptions ([dccdd91](https://github.com/stryker-mutator/stryker/commit/dccdd9119743d776e2dc4b572a9e02b1524ef88b))
508* **validation:** add validation on plugin options ([#2158](https://github.com/stryker-mutator/stryker/issues/2158)) ([d78fe1e](https://github.com/stryker-mutator/stryker/commit/d78fe1e013ac2e309a29f0def3029492b1e6c1ea))
509
510
511
512
513
514
515# [3.1.0](https://github.com/stryker-mutator/stryker/compare/v3.0.2...v3.1.0) (2020-03-29)
516
517
518### Features
519
520* **mocha:** support mocha 7 ([#2114](https://github.com/stryker-mutator/stryker/issues/2114)) ([4a4d677](https://github.com/stryker-mutator/stryker/commit/4a4d677d8dd291cd063ed6b887d4d702f31e84d1)), closes [#2108](https://github.com/stryker-mutator/stryker/issues/2108)
521
522
523
524
525
526## [3.0.2](https://github.com/stryker-mutator/stryker/compare/v3.0.1...v3.0.2) (2020-03-13)
527
528
529### Bug Fixes
530
531* **nodejs requirement:** set NodeJS requirement to at least Node 10 ([8c08059](https://github.com/stryker-mutator/stryker/commit/8c080594a87d638ea4349ee69e05ed6c7eba6463))
532* **nodejs requirement:** set NodeJS requirement to at least Node 10 ([#2101](https://github.com/stryker-mutator/stryker/issues/2101)) ([3a1f067](https://github.com/stryker-mutator/stryker/commit/3a1f067664b933de9524456260c1a28fccb20b6b))
533
534
535
536
537
538## [3.0.1](https://github.com/stryker-mutator/stryker/compare/v3.0.0...v3.0.1) (2020-03-12)
539
540
541### Bug Fixes
542
543* **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)
544
545
546
547
548
549# [3.0.0](https://github.com/stryker-mutator/stryker/compare/v2.5.0...v3.0.0) (2020-03-11)
550
551
552### Bug Fixes
553
554* **mocha:** support mutants with "runAllTests" ([#2037](https://github.com/stryker-mutator/stryker/issues/2037)) ([a9da18a](https://github.com/stryker-mutator/stryker/commit/a9da18aa67845db943c5ce8ebd69b368b34e134e)), closes [#2032](https://github.com/stryker-mutator/stryker/issues/2032)
555
556
557### Features
558
559* **config:** Allow a `stryker.conf.json` as default config file. ([#2092](https://github.com/stryker-mutator/stryker/issues/2092)) ([2279813](https://github.com/stryker-mutator/stryker/commit/2279813dec4f9fabbfe9dcd521dc2e19d5902dc6))
560* **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)
561
562
563
564
565
566
567# [2.5.0](https://github.com/stryker-mutator/stryker/compare/v2.4.0...v2.5.0) (2020-01-12)
568
569**Note:** Version bump only for package @stryker-mutator/mocha-runner
570
571
572
573
574
575# [2.4.0](https://github.com/stryker-mutator/stryker/compare/v2.3.0...v2.4.0) (2019-11-24)
576
577**Note:** Version bump only for package @stryker-mutator/mocha-runner
578
579
580
581
582
583# [2.3.0](https://github.com/stryker-mutator/stryker/compare/v2.2.1...v2.3.0) (2019-11-13)
584
585**Note:** Version bump only for package @stryker-mutator/mocha-runner
586
587
588
589
590
591## [2.2.1](https://github.com/stryker-mutator/stryker/compare/v2.2.0...v2.2.1) (2019-11-06)
592
593**Note:** Version bump only for package @stryker-mutator/mocha-runner
594
595
596
597
598
599# [2.2.0](https://github.com/stryker-mutator/stryker/compare/v2.1.0...v2.2.0) (2019-11-06)
600
601**Note:** Version bump only for package @stryker-mutator/mocha-runner
602
603
604
605
606
607# [2.1.0](https://github.com/stryker-mutator/stryker/compare/v2.0.2...v2.1.0) (2019-09-08)
608
609
610### Features
611
612* **mocha:** support mocha 6.2 ([feddcf1](https://github.com/stryker-mutator/stryker/commit/feddcf1))
613
614
615
616
617
618## [2.0.2](https://github.com/stryker-mutator/stryker/compare/v2.0.1...v2.0.2) (2019-07-11)
619
620**Note:** Version bump only for package @stryker-mutator/mocha-runner
621
622
623
624
625
626## [2.0.1](https://github.com/stryker-mutator/stryker/compare/v2.0.0...v2.0.1) (2019-07-02)
627
628**Note:** Version bump only for package @stryker-mutator/mocha-runner
629
630
631
632
633
634# [2.0.0](https://github.com/stryker-mutator/stryker/compare/v1.3.1...v2.0.0) (2019-05-17)
635
636
637### Features
638
639* **mocha:** deprecate mocha version 5 and below ([#1529](https://github.com/stryker-mutator/stryker/issues/1529)) ([1c55350](https://github.com/stryker-mutator/stryker/commit/1c55350))
640* **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))
641
642
643### BREAKING CHANGES
644
645* **node 6:** support for Node 6 has been dropped. Node 8 or higher is now required.
646* **mocha:** the use of mocha version 5 and below is deprecated. Please upgrade to mocha 6 or above. See [their changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md#600--2019-02-18) for more information about upgrading.
647
648
649
650
651
652## [1.3.1](https://github.com/stryker-mutator/stryker/compare/v1.3.0...v1.3.1) (2019-04-26)
653
654**Note:** Version bump only for package @stryker-mutator/mocha-runner
655
656
657
658
659
660# [1.3.0](https://github.com/stryker-mutator/stryker/compare/v1.2.0...v1.3.0) (2019-04-24)
661
662
663### Features
664
665* **mocha 6:** support all config formats ([#1511](https://github.com/stryker-mutator/stryker/issues/1511)) ([baa374d](https://github.com/stryker-mutator/stryker/commit/baa374d))
666
667
668
669
670
671# [1.2.0](https://github.com/stryker-mutator/stryker/compare/v1.1.1...v1.2.0) (2019-04-02)
672
673**Note:** Version bump only for package @stryker-mutator/mocha-runner
674
675
676
677
678
679## [1.1.1](https://github.com/stryker-mutator/stryker/compare/v1.1.0...v1.1.1) (2019-03-21)
680
681**Note:** Version bump only for package @stryker-mutator/mocha-runner
682
683
684
685
686
687# [1.1.0](https://github.com/stryker-mutator/stryker/compare/v1.0.3...v1.1.0) (2019-03-04)
688
689**Note:** Version bump only for package @stryker-mutator/mocha-runner
690
691
692
693
694
695## [1.0.3](https://github.com/stryker-mutator/stryker/compare/v1.0.2...v1.0.3) (2019-02-26)
696
697**Note:** Version bump only for package @stryker-mutator/mocha-runner
698
699
700
701
702
703## [1.0.2](https://github.com/stryker-mutator/stryker/compare/v1.0.1...v1.0.2) (2019-02-13)
704
705
706### Bug Fixes
707
708* **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)
709
710
711
712
713
714## [1.0.1](https://github.com/stryker-mutator/stryker/compare/v1.0.0...v1.0.1) (2019-02-13)
715
716**Note:** Version bump only for package @stryker-mutator/mocha-runner
717
718
719
720
721
722## [1.0.0](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.17.1...@stryker-mutator/mocha-runner@1.0.0) (2019-02-13)
723
724
725### Features
726
727* **factories:** remove deprecated factories ([#1381](https://github.com/stryker-mutator/stryker/issues/1381)) ([df2fcdf](https://github.com/stryker-mutator/stryker/commit/df2fcdf))
728* **rename:** rename `stryker-xxx-xxx` -> `[@stryker-mutator](https://github.com/stryker-mutator)/xxx-xxx` ([1bbd6ff](https://github.com/stryker-mutator/stryker/commit/1bbd6ff))
729
730
731### BREAKING CHANGES
732
733* **rename:** The core package and plugins have been renamed: stryker-mocha-runner -> @stryker-mutator/mocha-runner
734* **factories:** Remove the Factory (and children) from the stryker-api package. Use DI to ensure classes are created. For more information, see https://github.com/stryker-mutator/stryker-handbook/blob/master/stryker/api/plugins.md#dependency-injection
735
736
737
738
739
740## [0.17.1](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.17.0...stryker-mocha-runner@0.17.1) (2019-02-12)
741
742**Note:** Version bump only for package stryker-mocha-runner
743
744
745
746
747
748# [0.17.0](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.16.0...stryker-mocha-runner@0.17.0) (2019-02-08)
749
750
751### Features
752
753* **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))
754* **dependency injection:** Add dependency injection for plugins ([#1313](https://github.com/stryker-mutator/stryker/issues/1313)) ([f90cd56](https://github.com/stryker-mutator/stryker/commit/f90cd56)), closes [#667](https://github.com/stryker-mutator/stryker/issues/667)
755* **mocha-runner:** Allow empty mochaOptions.opts file (with `false`) ([d9bba6e](https://github.com/stryker-mutator/stryker/commit/d9bba6e))
756* **port:** Deprecate property 'port' ([#1309](https://github.com/stryker-mutator/stryker/issues/1309)) ([2539ee0](https://github.com/stryker-mutator/stryker/commit/2539ee0))
757* **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))
758* **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))
759* **transpilers:** Remove side effects transpiler plugins ([#1351](https://github.com/stryker-mutator/stryker/issues/1351)) ([9a8b539](https://github.com/stryker-mutator/stryker/commit/9a8b539))
760
761
762
763
764
765<a name="0.16.0"></a>
766# [0.16.0](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.15.3...stryker-mocha-runner@0.16.0) (2018-12-23)
767
768
769### Features
770
771* **mocha-runner:** Add support for `--grep` option ([#1277](https://github.com/stryker-mutator/stryker/issues/1277)) ([2b8ad7a](https://github.com/stryker-mutator/stryker/commit/2b8ad7a))
772* **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))
773
774
775
776
777<a name="0.15.3"></a>
778## [0.15.3](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.15.2...stryker-mocha-runner@0.15.3) (2018-12-12)
779
780
781
782
783**Note:** Version bump only for package stryker-mocha-runner
784
785<a name="0.15.2"></a>
786## [0.15.2](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.15.1...stryker-mocha-runner@0.15.2) (2018-11-29)
787
788
789### Bug Fixes
790
791* **stryker-api:** Update stryker-api peer dependency version ([677fc28](https://github.com/stryker-mutator/stryker/commit/677fc28))
792
793
794
795
796<a name="0.15.1"></a>
797## [0.15.1](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.15.0...stryker-mocha-runner@0.15.1) (2018-11-29)
798
799
800
801
802**Note:** Version bump only for package stryker-mocha-runner
803
804<a name="0.15.0"></a>
805# [0.15.0](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.14.6...stryker-mocha-runner@0.15.0) (2018-11-13)
806
807
808### Features
809
810* **mocha-runner:** use default mocha.opts file, support relative imports ([#1237](https://github.com/stryker-mutator/stryker/issues/1237)) ([2711c2b](https://github.com/stryker-mutator/stryker/commit/2711c2b)), closes [#1046](https://github.com/stryker-mutator/stryker/issues/1046)
811
812
813
814
815<a name="0.14.6"></a>
816## [0.14.6](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.14.5...stryker-mocha-runner@0.14.6) (2018-11-07)
817
818
819
820
821**Note:** Version bump only for package stryker-mocha-runner
822
823<a name="0.14.5"></a>
824## [0.14.5](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.14.3...stryker-mocha-runner@0.14.5) (2018-10-15)
825
826
827### Bug Fixes
828
829* **version:** Version bump for failed release ([8cf9e87](https://github.com/stryker-mutator/stryker/commit/8cf9e87))
830
831
832
833
834<a name="0.14.3"></a>
835## [0.14.3](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.14.2...stryker-mocha-runner@0.14.3) (2018-10-03)
836
837
838
839
840**Note:** Version bump only for package stryker-mocha-runner
841
842<a name="0.14.2"></a>
843## [0.14.2](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.14.1...stryker-mocha-runner@0.14.2) (2018-09-14)
844
845
846
847
848**Note:** Version bump only for package stryker-mocha-runner
849
850<a name="0.14.1"></a>
851## [0.14.1](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.14.0...stryker-mocha-runner@0.14.1) (2018-08-21)
852
853
854
855
856**Note:** Version bump only for package stryker-mocha-runner
857
858<a name="0.14.0"></a>
859# [0.14.0](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.13.3...stryker-mocha-runner@0.14.0) (2018-08-19)
860
861
862### Features
863
864* **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)
865
866
867
868
869<a name="0.13.3"></a>
870## [0.13.3](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.13.2...stryker-mocha-runner@0.13.3) (2018-08-17)
871
872
873### Bug Fixes
874
875* **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))
876
877
878
879
880<a name="0.13.2"></a>
881## [0.13.2](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.13.1...stryker-mocha-runner@0.13.2) (2018-08-17)
882
883
884
885
886**Note:** Version bump only for package stryker-mocha-runner
887
888<a name="0.13.1"></a>
889## [0.13.1](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.13.0...stryker-mocha-runner@0.13.1) (2018-08-03)
890
891
892### Bug Fixes
893
894* **mocha-runner:** Don't log individual successful tests ([#1042](https://github.com/stryker-mutator/stryker/issues/1042)) ([6732ccf](https://github.com/stryker-mutator/stryker/commit/6732ccf))
895
896
897
898
899<a name="0.13.0"></a>
900# [0.13.0](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.12.3...stryker-mocha-runner@0.13.0) (2018-07-20)
901
902
903### Bug Fixes
904
905* **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)
906
907
908### Features
909
910* **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)
911
912
913
914
915<a name="0.12.3"></a>
916## [0.12.3](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.12.2...stryker-mocha-runner@0.12.3) (2018-07-04)
917
918
919
920
921**Note:** Version bump only for package stryker-mocha-runner
922
923<a name="0.12.2"></a>
924## [0.12.2](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.12.1...stryker-mocha-runner@0.12.2) (2018-05-31)
925
926
927
928
929**Note:** Version bump only for package stryker-mocha-runner
930
931<a name="0.12.1"></a>
932## [0.12.1](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.12.0...stryker-mocha-runner@0.12.1) (2018-05-21)
933
934
935
936
937**Note:** Version bump only for package stryker-mocha-runner
938
939<a name="0.12.0"></a>
940# [0.12.0](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.11.2...stryker-mocha-runner@0.12.0) (2018-04-30)
941
942
943### Features
944
945* **node version:** drop node 4 support ([#724](https://github.com/stryker-mutator/stryker/issues/724)) ([a038931](https://github.com/stryker-mutator/stryker/commit/a038931))
946
947
948### BREAKING CHANGES
949
950* **node version:** Node 4 is no longer supported.
951
952
953
954
955<a name="0.11.2"></a>
956## [0.11.2](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.11.1...stryker-mocha-runner@0.11.2) (2018-04-20)
957
958
959
960
961**Note:** Version bump only for package stryker-mocha-runner
962
963<a name="0.11.1"></a>
964## [0.11.1](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.11.0...stryker-mocha-runner@0.11.1) (2018-04-11)
965
966
967### Bug Fixes
968
969* Support stryker-api 0.16.0 ([#691](https://github.com/stryker-mutator/stryker/issues/691)) ([b2b019d](https://github.com/stryker-mutator/stryker/commit/b2b019d))
970
971
972
973
974<a name="0.11.0"></a>
975# [0.11.0](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.10.8...stryker-mocha-runner@0.11.0) (2018-04-04)
976
977
978### Features
979
980* **mocha-runner:** implement file discovery in mocha ([6ed7a0f](https://github.com/stryker-mutator/stryker/commit/6ed7a0f))
981
982
983
984
985<a name="0.10.8"></a>
986## [0.10.8](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.10.7...stryker-mocha-runner@0.10.8) (2018-03-22)
987
988
989### Bug Fixes
990
991* **peerDependency:** update stryker-api requirement to ^0.14.0 ([3ce04d4](https://github.com/stryker-mutator/stryker/commit/3ce04d4))
992
993
994
995
996<a name="0.10.7"></a>
997## [0.10.7](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.10.6...stryker-mocha-runner@0.10.7) (2018-03-22)
998
999
1000
1001
1002**Note:** Version bump only for package stryker-mocha-runner
1003
1004<a name="0.10.6"></a>
1005## [0.10.6](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.10.5...stryker-mocha-runner@0.10.6) (2018-03-21)
1006
1007
1008
1009
1010**Note:** Version bump only for package stryker-mocha-runner
1011
1012<a name="0.10.5"></a>
1013## [0.10.5](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.10.4...stryker-mocha-runner@0.10.5) (2018-02-07)
1014
1015
1016### Bug Fixes
1017
1018* **dependencies:** update stryker-api requirement to ^0.13.0 ([8eba6d4](https://github.com/stryker-mutator/stryker/commit/8eba6d4))
1019
1020
1021
1022
1023<a name="0.10.4"></a>
1024## [0.10.4](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.10.3...stryker-mocha-runner@0.10.4) (2018-02-07)
1025
1026
1027
1028
1029**Note:** Version bump only for package stryker-mocha-runner
1030
1031<a name="0.10.3"></a>
1032## [0.10.3](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.10.2...stryker-mocha-runner@0.10.3) (2018-01-19)
1033
1034
1035
1036
1037**Note:** Version bump only for package stryker-mocha-runner
1038
1039<a name="0.10.2"></a>
1040## [0.10.2](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.10.1...stryker-mocha-runner@0.10.2) (2017-12-21)
1041
1042
1043
1044
1045**Note:** Version bump only for package stryker-mocha-runner
1046
1047<a name="0.10.1"></a>
1048## [0.10.1](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.10.0...stryker-mocha-runner@0.10.1) (2017-11-27)
1049
1050
1051
1052
1053**Note:** Version bump only for package stryker-mocha-runner
1054
1055<a name="0.10.0"></a>
1056# [0.10.0](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.9.1...stryker-mocha-runner@0.10.0) (2017-11-13)
1057
1058
1059### Features
1060
1061* **mocha 4:** Add support for mocha version 4 ([#455](https://github.com/stryker-mutator/stryker/issues/455)) ([de6ae4f](https://github.com/stryker-mutator/stryker/commit/de6ae4f))
1062
1063
1064
1065
1066<a name="0.9.1"></a>
1067## [0.9.1](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.9.0...stryker-mocha-runner@0.9.1) (2017-10-24)
1068
1069
1070
1071
1072**Note:** Version bump only for package stryker-mocha-runner
1073
1074<a name="0.9.0"></a>
1075# [0.9.0](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.8.1...stryker-mocha-runner@0.9.0) (2017-10-20)
1076
1077
1078### Bug Fixes
1079
1080* **mocha framework:** Select tests based on name ([#413](https://github.com/stryker-mutator/stryker/issues/413)) ([bb7c02f](https://github.com/stryker-mutator/stryker/commit/bb7c02f)), closes [#249](https://github.com/stryker-mutator/stryker/issues/249)
1081
1082
1083### Features
1084
1085* **mocha options:** Add support for mocha options ([#427](https://github.com/stryker-mutator/stryker/issues/427)) ([e0229c8](https://github.com/stryker-mutator/stryker/commit/e0229c8)), closes [#417](https://github.com/stryker-mutator/stryker/issues/417)
1086
1087
1088### BREAKING CHANGES
1089
1090* **mocha framework:** * Change api of `TestFramework`. It now provides an array of `TestSelection` objects, instead of an array of numbers with test ids.
1091
1092
1093
1094
1095<a name="0.8.1"></a>
1096## [0.8.1](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.8.0...stryker-mocha-runner@0.8.1) (2017-09-22)
1097
1098
1099### Bug Fixes
1100
1101* **package.json:** Add dependency to tslib. ([#387](https://github.com/stryker-mutator/stryker/issues/387)) ([fcc8b88](https://github.com/stryker-mutator/stryker/commit/fcc8b88))
1102
1103
1104
1105
1106<a name="0.8.0"></a>
1107# [0.8.0](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.7.0...stryker-mocha-runner@0.8.0) (2017-09-19)
1108
1109
1110### Features
1111
1112* **typescript:** Add support for TypeScript mutation testing (#376) ([ba78168](https://github.com/stryker-mutator/stryker/commit/ba78168))
1113
1114
1115### BREAKING CHANGES
1116
1117* **typescript:** * Hoist the `Mutator` interface to a higher abstraction. With this interface it was possible to add mutators for specific ES5 AST nodes. As we're moving away from ES5, this plugin abstraction had to be hoisted to a higher level. It is no longer possible to plugin a specific ES5 node mutator.
1118* Update `report` interface: Rename `MutantState.Error` => `MutantState.RuntimeError`.
1119
1120
1121
1122
1123<a name="0.7.0"></a>
1124# [0.7.0](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.6.0...stryker-mocha-runner@0.7.0) (2017-08-25)
1125
1126
1127### Bug Fixes
1128
1129* **MochaTestRunner:** Exit with a warning if no tests were executed (#360) ([ac52860](https://github.com/stryker-mutator/stryker/commit/ac52860))
1130
1131
1132### Code Refactoring
1133
1134* change ConfigWriter interface name to ConfigEditor (#357) ([ec4ae03](https://github.com/stryker-mutator/stryker/commit/ec4ae03))
1135
1136
1137### BREAKING CHANGES
1138
1139* Public api for `ConfigWriter` is renamed to `ConfigEditor`. The corresponding `write` method is renamed to `edit`. If you're using custom `ConfigWriter` plugins you should rename the `write` method to `edit`. Please update the `stryker-mocha-framework` and `stryker-karma-runner` to the latest versions as they provide the new `ConfigEditor` plugin.
1140
1141
1142
1143
1144<a name="0.6.0"></a>
1145# [0.6.0](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.5.0...stryker-mocha-runner@0.6.0) (2017-08-11)
1146
1147
1148### Features
1149
1150* **ci-integration:** Configurable thresholds based on mutation score (#355) ([93f28cc](https://github.com/stryker-mutator/stryker/commit/93f28cc)), closes [#220](https://github.com/stryker-mutator/stryker/issues/220)
1151
1152
1153
1154
1155<a name="0.5.0"></a>
1156## [0.5.0](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.4.4...stryker-mocha-runner@0.5.0) (2017-08-04)
1157
1158
1159
1160
1161<a name="0.4.4"></a>
1162## [0.4.4](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.4.3...stryker-mocha-runner@0.4.4) (2017-07-14)
1163
1164
1165
1166
1167<a name="0.4.3"></a>
1168## [0.4.3](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.4.2...stryker-mocha-runner@0.4.3) (2017-06-16)
1169
1170
1171### Bug Fixes
1172
1173* **npmignore:** Align npm ignores (#321) ([db2a56e](https://github.com/stryker-mutator/stryker/commit/db2a56e))
1174
1175
1176
1177
1178<a name="0.4.1"></a>
1179## [0.4.1](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.4.0...stryker-mocha-runner@0.4.1) (2017-06-08)
1180
1181
1182
1183
1184<a name="0.3.0"></a>
1185# 0.3.0 (2017-04-21)
1186
1187
1188### Bug Fixes
1189
1190* **deps:** Add stryker-api as peerDependency ([8b01a66](https://github.com/stryker-mutator/stryker/commit/8b01a66))
1191* **deps:** Add typings as dev-dependency ([4ee866a](https://github.com/stryker-mutator/stryker/commit/4ee866a))
1192* **deps:** Fix peer dependency version for mocha ([780ca90](https://github.com/stryker-mutator/stryker/commit/780ca90))
1193* **deps:** Remove unused dependency ([121a549](https://github.com/stryker-mutator/stryker/commit/121a549))
1194* **deps:** Remove unused dependency ([1f6dbba](https://github.com/stryker-mutator/stryker/commit/1f6dbba))
1195* **deps:** Set version of stryker api ([49a1384](https://github.com/stryker-mutator/stryker/commit/49a1384))
1196* **deps:** Update out dated dependencies ([cc0be9a](https://github.com/stryker-mutator/stryker/commit/cc0be9a))
1197* **deps:** Update outdated dependencies ([0fc17be](https://github.com/stryker-mutator/stryker/commit/0fc17be))
1198* **deps:** Update version stryker-api ([3a1a36c](https://github.com/stryker-mutator/stryker/commit/3a1a36c))
1199* **index:** Add file which loads the TestRunner ([55fd132](https://github.com/stryker-mutator/stryker/commit/55fd132))
1200* **TestRunner:** Add try-catch ([0c41fbf](https://github.com/stryker-mutator/stryker/commit/0c41fbf))
1201* **tslint:** Add linting ([9c360b2](https://github.com/stryker-mutator/stryker/commit/9c360b2))
1202
1203
1204### Features
1205
1206* **es2015-promise:** Remove dep to es6-promise (#5) ([6f38885](https://github.com/stryker-mutator/stryker/commit/6f38885))
1207* **one-pass-coverage:** Update test runner (#4) ([6716519](https://github.com/stryker-mutator/stryker/commit/6716519))
1208* **ts2:** Migrate to typescript 2 ([0c9a655](https://github.com/stryker-mutator/stryker/commit/0c9a655))
1209* **unincluded-files:** Support unincluded files ([80297bc](https://github.com/stryker-mutator/stryker/commit/80297bc))
1210
1211
1212
1213
1214<a name="0.2.0"></a>
1215# [0.2.0](https://github.com/stryker-mutator/stryker-mocha-runner/compare/v0.1.1...v0.2.0) (2016-11-20)
1216
1217
1218### Features
1219
1220* **one-pass-coverage:** Update test runner ([#4](https://github.com/stryker-mutator/stryker-mocha-runner/issues/4)) ([d6aebaa](https://github.com/stryker-mutator/stryker-mocha-runner/commit/d6aebaa))
1221
1222
1223
1224<a name="0.1.1"></a>
1225## [0.1.1](https://github.com/stryker-mutator/stryker-mocha-runner/compare/v0.1.0...v0.1.1) (2016-10-03)
1226
1227
1228### Bug Fixes
1229
1230* **deps:** Fix peer dependency version for mocha ([aa09049](https://github.com/stryker-mutator/stryker-mocha-runner/commit/aa09049))
1231* **deps:** Remove unused dependency ([88530be](https://github.com/stryker-mutator/stryker-mocha-runner/commit/88530be))
1232* **deps:** Remove unused dependency ([f3b4ff4](https://github.com/stryker-mutator/stryker-mocha-runner/commit/f3b4ff4))
1233* **deps:** Set version of stryker api ([c772fe0](https://github.com/stryker-mutator/stryker-mocha-runner/commit/c772fe0))
1234* **deps:** Update out dated dependencies ([c6e166f](https://github.com/stryker-mutator/stryker-mocha-runner/commit/c6e166f))
1235* **deps:** Update outdated dependencies ([d0e4eaf](https://github.com/stryker-mutator/stryker-mocha-runner/commit/d0e4eaf))
1236* **deps:** Update version stryker-api ([a632624](https://github.com/stryker-mutator/stryker-mocha-runner/commit/a632624))
1237* **tslint:** Add linting ([33e4c6e](https://github.com/stryker-mutator/stryker-mocha-runner/commit/33e4c6e))
1238
1239
1240### Features
1241
1242* **ts2:** Migrate to typescript 2 ([bcd4064](https://github.com/stryker-mutator/stryker-mocha-runner/commit/bcd4064))
1243
1244
1245
1246<a name="0.1.0"></a>
1247# [0.1.0](https://github.com/stryker-mutator/stryker-mocha-runner/compare/v0.0.2...v0.1.0) (2016-07-21)
1248
1249
1250
1251<a name="0.0.2"></a>
1252## [0.0.2](https://github.com/stryker-mutator/stryker-mocha-runner/compare/v0.0.1...v0.0.2) (2016-07-19)
1253
1254
1255
1256<a name="0.0.1"></a>
1257## [0.0.1](https://github.com/stryker-mutator/stryker-mocha-runner/compare/79aeabc...v0.0.1) (2016-07-19)
1258
1259
1260### Bug Fixes
1261
1262* **deps:** Add stryker-api as peerDependency ([66aec0c](https://github.com/stryker-mutator/stryker-mocha-runner/commit/66aec0c))
1263* **deps:** Add typings as dev-dependency ([79aeabc](https://github.com/stryker-mutator/stryker-mocha-runner/commit/79aeabc))
1264* **index:** Add file which loads the TestRunner ([1be6179](https://github.com/stryker-mutator/stryker-mocha-runner/commit/1be6179))
1265* **TestRunner:** Add try-catch ([e589e53](https://github.com/stryker-mutator/stryker-mocha-runner/commit/e589e53))
1266
1267
1268### Features
1269
1270* **unincluded-files:** Support unincluded files ([00ba196](https://github.com/stryker-mutator/stryker-mocha-runner/commit/00ba196))