1 | # Change Log
|
2 |
|
3 | All notable changes to this project will be documented in this file.
|
4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5 |
|
6 | ## [7.1.1](https://github.com/stryker-mutator/stryker-js/compare/v7.1.0...v7.1.1) (2023-07-15)
|
7 |
|
8 | ### Bug Fixes
|
9 |
|
10 | - **deps:** update dependency tslib to v2.6.0 ([#4335](https://github.com/stryker-mutator/stryker-js/issues/4335)) ([e4c00ef](https://github.com/stryker-mutator/stryker-js/commit/e4c00ef9cddcc72b1bf0df5f10893933caaed7ef))
|
11 |
|
12 | # [7.1.0](https://github.com/stryker-mutator/stryker-js/compare/v7.0.2...v7.1.0) (2023-06-24)
|
13 |
|
14 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
15 |
|
16 | ## [7.0.2](https://github.com/stryker-mutator/stryker-js/compare/v7.0.1...v7.0.2) (2023-06-08)
|
17 |
|
18 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
19 |
|
20 | ## [7.0.1](https://github.com/stryker-mutator/stryker-js/compare/v7.0.0...v7.0.1) (2023-06-03)
|
21 |
|
22 | ### Bug Fixes
|
23 |
|
24 | - **deps:** update `@stryker-mutator/core` peer dep ([9dd4a76](https://github.com/stryker-mutator/stryker-js/commit/9dd4a767d30830861a3e997266a6491fae799acd))
|
25 |
|
26 | # [7.0.0](https://github.com/stryker-mutator/stryker-js/compare/v6.4.2...v7.0.0) (2023-06-02)
|
27 |
|
28 | ### Bug Fixes
|
29 |
|
30 | - **deps:** update dependency semver to v7.4.0 ([#4101](https://github.com/stryker-mutator/stryker-js/issues/4101)) ([c317294](https://github.com/stryker-mutator/stryker-js/commit/c3172941d5c8718f589fdaad9746033c1cf7e6fc))
|
31 | - **deps:** update dependency semver to v7.5.0 ([#4121](https://github.com/stryker-mutator/stryker-js/issues/4121)) ([4c8dade](https://github.com/stryker-mutator/stryker-js/commit/4c8dade076b18d9e4792fef2028d4b0c93ea27bb))
|
32 |
|
33 | ### chore
|
34 |
|
35 | - **esm:** use "exports" and module "Node16" ([#4171](https://github.com/stryker-mutator/stryker-js/issues/4171)) ([cdf4a34](https://github.com/stryker-mutator/stryker-js/commit/cdf4a342b73d922423eb46a919eb3b38c4c43c46))
|
36 |
|
37 | ### Features
|
38 |
|
39 | - **node:** Drop support for node 14 ([#4105](https://github.com/stryker-mutator/stryker-js/issues/4105)) ([a88744f](https://github.com/stryker-mutator/stryker-js/commit/a88744f1a5fa47274ee0f30abc635831b18113fa))
|
40 |
|
41 | ### BREAKING CHANGES
|
42 |
|
43 | - **esm:** Deep (and undocumented) imports from `@stryker-mutator/core` or one of the plugins will no longer work. If you want to import something that's not available, please let us know by [opening an issue](https://github.com/stryker-mutator/stryker-js/issues/new/choose)
|
44 | - **node:** Node 14 is no longer supported. Please install an LTS version of node: nodejs.org/
|
45 |
|
46 | ## [6.4.2](https://github.com/stryker-mutator/stryker-js/compare/v6.4.1...v6.4.2) (2023-03-24)
|
47 |
|
48 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
49 |
|
50 | ## [6.4.1](https://github.com/stryker-mutator/stryker-js/compare/v6.4.0...v6.4.1) (2023-02-17)
|
51 |
|
52 | ### Bug Fixes
|
53 |
|
54 | - **deps:** set correct stryker peer dep version ([c88c537](https://github.com/stryker-mutator/stryker-js/commit/c88c537c61d03e50362e98e9dddc7569b0c88200))
|
55 |
|
56 | # [6.4.0](https://github.com/stryker-mutator/stryker-js/compare/v6.3.1...v6.4.0) (2023-02-17)
|
57 |
|
58 | ### Bug Fixes
|
59 |
|
60 | - **deps:** update dependency tslib to ~2.5.0 ([#3952](https://github.com/stryker-mutator/stryker-js/issues/3952)) ([7548287](https://github.com/stryker-mutator/stryker-js/commit/7548287ee000bc09f88e6f1f0848e6e8e625bbb5))
|
61 |
|
62 | ## [6.3.1](https://github.com/stryker-mutator/stryker-js/compare/v6.3.0...v6.3.1) (2022-12-18)
|
63 |
|
64 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
65 |
|
66 | # [6.3.0](https://github.com/stryker-mutator/stryker-js/compare/v6.2.3...v6.3.0) (2022-10-30)
|
67 |
|
68 | ### Bug Fixes
|
69 |
|
70 | - **jest-runner:** automatically set `NODE_ENV` env variable ([#3816](https://github.com/stryker-mutator/stryker-js/issues/3816)) ([9fc7a6f](https://github.com/stryker-mutator/stryker-js/commit/9fc7a6f64b27cdb67e6844ce00f6e55c630d0cd6))
|
71 | - **jest:** support more config file formats ([#3761](https://github.com/stryker-mutator/stryker-js/issues/3761)) ([7d42139](https://github.com/stryker-mutator/stryker-js/commit/7d421394fcdaab6222cc6e55662e94a3abe94e79))
|
72 |
|
73 | ### Features
|
74 |
|
75 | - **ci:** forbid `.only` in CI pipeline tests ([#3823](https://github.com/stryker-mutator/stryker-js/issues/3823)) ([051ec93](https://github.com/stryker-mutator/stryker-js/commit/051ec937809468751a74c9e01cacd27ceb1acca2))
|
76 |
|
77 | ## [6.2.3](https://github.com/stryker-mutator/stryker-js/compare/v6.2.2...v6.2.3) (2022-10-10)
|
78 |
|
79 | ### Bug Fixes
|
80 |
|
81 | - **jest:** support multiple jest installations ([#3781](https://github.com/stryker-mutator/stryker-js/issues/3781)) ([9f10e20](https://github.com/stryker-mutator/stryker-js/commit/9f10e20e95e6a0d0b22ba7b4f4df2c1e9ca79a56))
|
82 |
|
83 | ## [6.2.2](https://github.com/stryker-mutator/stryker-js/compare/v6.2.1...v6.2.2) (2022-09-06)
|
84 |
|
85 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
86 |
|
87 | ## [6.2.1](https://github.com/stryker-mutator/stryker-js/compare/v6.2.0...v6.2.1) (2022-09-06)
|
88 |
|
89 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
90 |
|
91 | # [6.2.0](https://github.com/stryker-mutator/stryker-js/compare/v6.1.2...v6.2.0) (2022-09-06)
|
92 |
|
93 | ### Features
|
94 |
|
95 | - **incremental:** add incremental mode ([#3609](https://github.com/stryker-mutator/stryker-js/issues/3609)) ([82bea56](https://github.com/stryker-mutator/stryker-js/commit/82bea5604c81c1ccf76d44827ad3922cfb61463b))
|
96 |
|
97 | # [6.2.0-beta.0](https://github.com/stryker-mutator/stryker-js/compare/v6.1.2...v6.2.0-beta.0) (2022-06-28)
|
98 |
|
99 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
100 |
|
101 | ## [6.1.2](https://github.com/stryker-mutator/stryker-js/compare/v6.1.1...v6.1.2) (2022-06-28)
|
102 |
|
103 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
104 |
|
105 | ## [6.1.1](https://github.com/stryker-mutator/stryker-js/compare/v6.1.0...v6.1.1) (2022-06-28)
|
106 |
|
107 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
108 |
|
109 | # [6.1.0](https://github.com/stryker-mutator/stryker-js/compare/v6.0.2...v6.1.0) (2022-06-27)
|
110 |
|
111 | ### Bug Fixes
|
112 |
|
113 | - **jest:** allow mixin jest env for unit testing ([#3598](https://github.com/stryker-mutator/stryker-js/issues/3598)) ([da8a720](https://github.com/stryker-mutator/stryker-js/commit/da8a7206243f148030bf7421d236fd5b3be87b89))
|
114 |
|
115 | ## [6.0.2](https://github.com/stryker-mutator/stryker-js/compare/v6.0.1...v6.0.2) (2022-05-05)
|
116 |
|
117 | ### Bug Fixes
|
118 |
|
119 | - **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))
|
120 |
|
121 | ## [6.0.1](https://github.com/stryker-mutator/stryker-js/compare/v6.0.0...v6.0.1) (2022-05-04)
|
122 |
|
123 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
124 |
|
125 | # [6.0.0](https://github.com/stryker-mutator/stryker-js/compare/v6.0.0-beta.0...v6.0.0) (2022-05-03)
|
126 |
|
127 | ### chore
|
128 |
|
129 | - **node:** drop support for Node 12 ([10d874e](https://github.com/stryker-mutator/stryker-js/commit/10d874e4c46335d9ea457634d3061af35fa8f854))
|
130 |
|
131 | ### Features
|
132 |
|
133 | - **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))
|
134 |
|
135 | ### BREAKING CHANGES
|
136 |
|
137 | - **node:** Drop support for Node 12. Minimal version is now Node 14.18.0.
|
138 |
|
139 | # [6.0.0-beta.0](https://github.com/stryker-mutator/stryker-js/compare/v5.6.1...v6.0.0-beta.0) (2022-03-02)
|
140 |
|
141 | ### Bug Fixes
|
142 |
|
143 | - **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))
|
144 |
|
145 | ### Features
|
146 |
|
147 | - **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))
|
148 | - **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))
|
149 | - **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))
|
150 | - **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))
|
151 | - **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))
|
152 |
|
153 | ### BREAKING CHANGES
|
154 |
|
155 | - **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.
|
156 | - **esm:** StrykerJS is now a pure ESM. Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).
|
157 | - **esm:** Node 12.20 is now the min version.
|
158 | - **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)
|
159 | - **reload test environment:** Test runner plugins must provide `TestRunnerCapabilities` by implementing the `capabilities` method.
|
160 |
|
161 | ## [5.6.1](https://github.com/stryker-mutator/stryker-js/compare/v5.6.0...v5.6.1) (2022-01-23)
|
162 |
|
163 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
164 |
|
165 | # [5.6.0](https://github.com/stryker-mutator/stryker-js/compare/v5.5.1...v5.6.0) (2022-01-09)
|
166 |
|
167 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
168 |
|
169 | ## [5.5.1](https://github.com/stryker-mutator/stryker-js/compare/v5.5.0...v5.5.1) (2021-12-02)
|
170 |
|
171 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
172 |
|
173 | # [5.5.0](https://github.com/stryker-mutator/stryker-js/compare/v5.4.1...v5.5.0) (2021-11-23)
|
174 |
|
175 | ### Features
|
176 |
|
177 | - **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))
|
178 |
|
179 | ## [5.4.1](https://github.com/stryker-mutator/stryker-js/compare/v5.4.0...v5.4.1) (2021-09-30)
|
180 |
|
181 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
182 |
|
183 | # [5.4.0](https://github.com/stryker-mutator/stryker-js/compare/v5.3.0...v5.4.0) (2021-09-01)
|
184 |
|
185 | ### Features
|
186 |
|
187 | - **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))
|
188 |
|
189 | # [5.3.0](https://github.com/stryker-mutator/stryker-js/compare/v5.2.3...v5.3.0) (2021-08-07)
|
190 |
|
191 | ### Bug Fixes
|
192 |
|
193 | - **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))
|
194 |
|
195 | ### Features
|
196 |
|
197 | - **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))
|
198 |
|
199 | ## [5.2.3](https://github.com/stryker-mutator/stryker-js/compare/v5.2.2...v5.2.3) (2021-08-01)
|
200 |
|
201 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
202 |
|
203 | ## [5.2.2](https://github.com/stryker-mutator/stryker-js/compare/v5.2.1...v5.2.2) (2021-07-13)
|
204 |
|
205 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
206 |
|
207 | ## [5.2.1](https://github.com/stryker-mutator/stryker-js/compare/v5.2.0...v5.2.1) (2021-07-02)
|
208 |
|
209 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
210 |
|
211 | # [5.2.0](https://github.com/stryker-mutator/stryker-js/compare/v5.1.1...v5.2.0) (2021-07-02)
|
212 |
|
213 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
214 |
|
215 | ## [5.1.1](https://github.com/stryker-mutator/stryker-js/compare/v5.1.0...v5.1.1) (2021-06-15)
|
216 |
|
217 | ### Bug Fixes
|
218 |
|
219 | - **peerDeps:** update peer dependencies ([05733d2](https://github.com/stryker-mutator/stryker-js/commit/05733d260d5ffc9eb1b3e284bdc4bc8adafc4d38))
|
220 |
|
221 | # [5.1.0](https://github.com/stryker-mutator/stryker-js/compare/v5.0.1...v5.1.0) (2021-06-14)
|
222 |
|
223 | ### Bug Fixes
|
224 |
|
225 | - **jest-runner:** allow a different rootDir ([b66a617](https://github.com/stryker-mutator/stryker-js/commit/b66a61711a8bea554e29efb8848fa4c9d0afb34c))
|
226 | - **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))
|
227 |
|
228 | ### Features
|
229 |
|
230 | - **jest-runner:** allow configuration in a custom package.json ([825548c](https://github.com/stryker-mutator/stryker-js/commit/825548c66956ff34c500caadb1ebc2030ef59df3))
|
231 | - **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))
|
232 | - **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))
|
233 |
|
234 | ## [5.0.1](https://github.com/stryker-mutator/stryker-js/compare/v5.0.0...v5.0.1) (2021-05-28)
|
235 |
|
236 | ### Bug Fixes
|
237 |
|
238 | - **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))
|
239 |
|
240 | # [5.0.0](https://github.com/stryker-mutator/stryker-js/compare/v4.6.0...v5.0.0) (2021-05-14)
|
241 |
|
242 | ### Features
|
243 |
|
244 | - **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))
|
245 | - **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)
|
246 | - **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))
|
247 | - **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))
|
248 | - **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)
|
249 |
|
250 | ### BREAKING CHANGES
|
251 |
|
252 | - **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.
|
253 | - **node:** Node 10 is no longer supported. Please use Node 12 or higher.
|
254 | - **reporter api:** Changes to `Reporter` and `TestRunner` plugin API of Stryker
|
255 | - **jest-runner:** Support for project type `create-react-app-ts` is dropped from the jest-runner.
|
256 |
|
257 | # [4.6.0](https://github.com/stryker-mutator/stryker-js/compare/v4.5.1...v4.6.0) (2021-04-16)
|
258 |
|
259 | ### Features
|
260 |
|
261 | - **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)
|
262 |
|
263 | ## [4.5.1](https://github.com/stryker-mutator/stryker/compare/v4.5.0...v4.5.1) (2021-03-11)
|
264 |
|
265 | ### Bug Fixes
|
266 |
|
267 | - **peer-deps:** use correct peer dep version ([a6ca0f2](https://github.com/stryker-mutator/stryker/commit/a6ca0f25b29cb84a2cb4b8c05a42e7305d5dde16))
|
268 |
|
269 | # [4.5.0](https://github.com/stryker-mutator/stryker/compare/v4.4.1...v4.5.0) (2021-03-06)
|
270 |
|
271 | ### Features
|
272 |
|
273 | - **package:** restructure package internals ([#2714](https://github.com/stryker-mutator/stryker/issues/2714)) ([e1711d2](https://github.com/stryker-mutator/stryker/commit/e1711d28f25e8ee7cbdf025adecb3234ee0515a6))
|
274 |
|
275 | ## [4.4.1](https://github.com/stryker-mutator/stryker/compare/v4.4.0...v4.4.1) (2021-01-27)
|
276 |
|
277 | ### Bug Fixes
|
278 |
|
279 | - **jest-runner:** support custom rootDir ([312f6fe](https://github.com/stryker-mutator/stryker/commit/312f6feb6350c6f4027854ab9847006f527fafd2))
|
280 |
|
281 | # [4.4.0](https://github.com/stryker-mutator/stryker/compare/v4.3.1...v4.4.0) (2021-01-24)
|
282 |
|
283 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
284 |
|
285 | ## [4.3.1](https://github.com/stryker-mutator/stryker/compare/v4.3.0...v4.3.1) (2020-12-25)
|
286 |
|
287 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
288 |
|
289 | # [4.3.0](https://github.com/stryker-mutator/stryker/compare/v4.2.0...v4.3.0) (2020-12-25)
|
290 |
|
291 | ### Features
|
292 |
|
293 | - **jest-runner:** support coverage analysis ([#2634](https://github.com/stryker-mutator/stryker/issues/2634)) ([5662e58](https://github.com/stryker-mutator/stryker/commit/5662e581e03ed955d1c851c9d818f0ad4e0d18a8))
|
294 |
|
295 | # [4.2.0](https://github.com/stryker-mutator/stryker/compare/v4.1.2...v4.2.0) (2020-12-09)
|
296 |
|
297 | ### Features
|
298 |
|
299 | - **jest-runner:** resolve local jest version ([#2623](https://github.com/stryker-mutator/stryker/issues/2623)) ([1466f9a](https://github.com/stryker-mutator/stryker/commit/1466f9a988d11a4c43cd7c97f195b0eacb75c96f))
|
300 |
|
301 | ## [4.1.2](https://github.com/stryker-mutator/stryker/compare/v4.1.1...v4.1.2) (2020-11-06)
|
302 |
|
303 | ### Bug Fixes
|
304 |
|
305 | - **peerDeps:** update core in peerDependencies ([045dbc3](https://github.com/stryker-mutator/stryker/commit/045dbc3742c123658f4cf9ab2786b20ffd89a8cf))
|
306 |
|
307 | ## [4.1.1](https://github.com/stryker-mutator/stryker/compare/v4.1.0...v4.1.1) (2020-11-05)
|
308 |
|
309 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
310 |
|
311 | # [4.1.0](https://github.com/stryker-mutator/stryker/compare/v4.0.0...v4.1.0) (2020-10-30)
|
312 |
|
313 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
314 |
|
315 | # [4.0.0](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.10...v4.0.0) (2020-10-07)
|
316 |
|
317 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
318 |
|
319 | # [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)
|
320 |
|
321 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
322 |
|
323 | # [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)
|
324 |
|
325 | ### Features
|
326 |
|
327 | - **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))
|
328 |
|
329 | # [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)
|
330 |
|
331 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
332 |
|
333 | # [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)
|
334 |
|
335 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
336 |
|
337 | # [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)
|
338 |
|
339 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
340 |
|
341 | # [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)
|
342 |
|
343 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
344 |
|
345 | # [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)
|
346 |
|
347 | ### Features
|
348 |
|
349 | - **api:** rename test_runner2 -> test_runner ([#2442](https://github.com/stryker-mutator/stryker/issues/2442)) ([4d3ae97](https://github.com/stryker-mutator/stryker/commit/4d3ae9764dbd689c895b76e44f2eea76c82fabc8))
|
350 | - **jest-runner:** switch mutants using env ([#2416](https://github.com/stryker-mutator/stryker/issues/2416)) ([cad01ba](https://github.com/stryker-mutator/stryker/commit/cad01baf9f4fc3bab2ae5244627586133fb618be))
|
351 |
|
352 | ### BREAKING CHANGES
|
353 |
|
354 | - **api:** Plugin creators should now use `'test_runner'` instead of `'test_runner2'`.
|
355 |
|
356 | # [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)
|
357 |
|
358 | ### Features
|
359 |
|
360 | - **jest-runner:** remove deprecated project types ([#2361](https://github.com/stryker-mutator/stryker/issues/2361)) ([d0aa5c3](https://github.com/stryker-mutator/stryker/commit/d0aa5c3c2f676176d3fbceb24ab2cd17011c9ecf))
|
361 | - **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)
|
362 |
|
363 | ### BREAKING CHANGES
|
364 |
|
365 | - **jest-runner:** Project types `react` and `react-ts` has been removed. Please use `create-react-app` and `create-react-app-ts` respectively
|
366 |
|
367 | # [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)
|
368 |
|
369 | ### Features
|
370 |
|
371 | - **jest-runner:** support mutation switching ([#2350](https://github.com/stryker-mutator/stryker/issues/2350)) ([9e6e6e0](https://github.com/stryker-mutator/stryker/commit/9e6e6e077731344ed0588d64b5c8ba2f19c8492e))
|
372 |
|
373 | # [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)
|
374 |
|
375 | ### Bug Fixes
|
376 |
|
377 | - **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))
|
378 |
|
379 | # [4.0.0-beta.0](https://github.com/stryker-mutator/stryker/compare/v3.3.1...v4.0.0-beta.0) (2020-07-10)
|
380 |
|
381 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
382 |
|
383 | ## [3.3.1](https://github.com/stryker-mutator/stryker/compare/v3.3.0...v3.3.1) (2020-07-04)
|
384 |
|
385 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
386 |
|
387 | # [3.3.0](https://github.com/stryker-mutator/stryker/compare/v3.2.4...v3.3.0) (2020-06-16)
|
388 |
|
389 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
390 |
|
391 | ## [3.2.4](https://github.com/stryker-mutator/stryker/compare/v3.2.3...v3.2.4) (2020-05-18)
|
392 |
|
393 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
394 |
|
395 | ## [3.2.3](https://github.com/stryker-mutator/stryker/compare/v3.2.2...v3.2.3) (2020-05-15)
|
396 |
|
397 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
398 |
|
399 | ## [3.2.2](https://github.com/stryker-mutator/stryker/compare/v3.2.1...v3.2.2) (2020-05-15)
|
400 |
|
401 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
402 |
|
403 | ## [3.2.1](https://github.com/stryker-mutator/stryker/compare/v3.2.0...v3.2.1) (2020-05-15)
|
404 |
|
405 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
406 |
|
407 | # [3.2.0](https://github.com/stryker-mutator/stryker/compare/v3.1.0...v3.2.0) (2020-05-13)
|
408 |
|
409 | ### Features
|
410 |
|
411 | - **api:** Deprecated Config in favor of StrykerOptions ([dccdd91](https://github.com/stryker-mutator/stryker/commit/dccdd9119743d776e2dc4b572a9e02b1524ef88b))
|
412 | - **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)
|
413 | - **validation:** add validation on plugin options ([#2158](https://github.com/stryker-mutator/stryker/issues/2158)) ([d78fe1e](https://github.com/stryker-mutator/stryker/commit/d78fe1e013ac2e309a29f0def3029492b1e6c1ea))
|
414 |
|
415 | # [3.1.0](https://github.com/stryker-mutator/stryker/compare/v3.0.2...v3.1.0) (2020-03-29)
|
416 |
|
417 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
418 |
|
419 | ## [3.0.2](https://github.com/stryker-mutator/stryker/compare/v3.0.1...v3.0.2) (2020-03-13)
|
420 |
|
421 | ### Bug Fixes
|
422 |
|
423 | - **nodejs requirement:** set NodeJS requirement to at least Node 10 ([8c08059](https://github.com/stryker-mutator/stryker/commit/8c080594a87d638ea4349ee69e05ed6c7eba6463))
|
424 |
|
425 | ## [3.0.1](https://github.com/stryker-mutator/stryker/compare/v3.0.0...v3.0.1) (2020-03-12)
|
426 |
|
427 | ### Bug Fixes
|
428 |
|
429 | - **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)
|
430 |
|
431 | # [3.0.0](https://github.com/stryker-mutator/stryker/compare/v2.5.0...v3.0.0) (2020-03-11)
|
432 |
|
433 | ### Features
|
434 |
|
435 | - **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)
|
436 | - **jest-runner:** support Jest 25 ([b45e872](https://github.com/stryker-mutator/stryker/commit/b45e8725fe19b3568e0d358d4a6add32bafed425)), closes [#1983](https://github.com/stryker-mutator/stryker/issues/1983)
|
437 | - **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))
|
438 |
|
439 | # [2.5.0](https://github.com/stryker-mutator/stryker/compare/v2.4.0...v2.5.0) (2020-01-12)
|
440 |
|
441 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
442 |
|
443 | # [2.4.0](https://github.com/stryker-mutator/stryker/compare/v2.3.0...v2.4.0) (2019-11-24)
|
444 |
|
445 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
446 |
|
447 | # [2.3.0](https://github.com/stryker-mutator/stryker/compare/v2.2.1...v2.3.0) (2019-11-13)
|
448 |
|
449 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
450 |
|
451 | ## [2.2.1](https://github.com/stryker-mutator/stryker/compare/v2.2.0...v2.2.1) (2019-11-06)
|
452 |
|
453 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
454 |
|
455 | # [2.2.0](https://github.com/stryker-mutator/stryker/compare/v2.1.0...v2.2.0) (2019-11-06)
|
456 |
|
457 | ### Bug Fixes
|
458 |
|
459 | - **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))
|
460 |
|
461 | # [2.1.0](https://github.com/stryker-mutator/stryker/compare/v2.0.2...v2.1.0) (2019-09-08)
|
462 |
|
463 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
464 |
|
465 | ## [2.0.2](https://github.com/stryker-mutator/stryker/compare/v2.0.1...v2.0.2) (2019-07-11)
|
466 |
|
467 | ### Bug Fixes
|
468 |
|
469 | - **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)
|
470 |
|
471 | ## [2.0.1](https://github.com/stryker-mutator/stryker/compare/v2.0.0...v2.0.1) (2019-07-02)
|
472 |
|
473 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
474 |
|
475 | # [2.0.0](https://github.com/stryker-mutator/stryker/compare/v1.3.1...v2.0.0) (2019-05-17)
|
476 |
|
477 | ### Features
|
478 |
|
479 | - **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))
|
480 |
|
481 | ### BREAKING CHANGES
|
482 |
|
483 | - **node 6:** support for Node 6 has been dropped. Node 8 or higher is now required.
|
484 |
|
485 | ## [1.3.1](https://github.com/stryker-mutator/stryker/compare/v1.3.0...v1.3.1) (2019-04-26)
|
486 |
|
487 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
488 |
|
489 | # [1.3.0](https://github.com/stryker-mutator/stryker/compare/v1.2.0...v1.3.0) (2019-04-24)
|
490 |
|
491 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
492 |
|
493 | # [1.2.0](https://github.com/stryker-mutator/stryker/compare/v1.1.1...v1.2.0) (2019-04-02)
|
494 |
|
495 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
496 |
|
497 | ## [1.1.1](https://github.com/stryker-mutator/stryker/compare/v1.1.0...v1.1.1) (2019-03-21)
|
498 |
|
499 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
500 |
|
501 | # [1.1.0](https://github.com/stryker-mutator/stryker/compare/v1.0.3...v1.1.0) (2019-03-04)
|
502 |
|
503 | ### Features
|
504 |
|
505 | - **jest-runner:** disable notifications ([#1419](https://github.com/stryker-mutator/stryker/issues/1419)) ([948166b](https://github.com/stryker-mutator/stryker/commit/948166b))
|
506 |
|
507 | ## [1.0.3](https://github.com/stryker-mutator/stryker/compare/v1.0.2...v1.0.3) (2019-02-26)
|
508 |
|
509 | ### Bug Fixes
|
510 |
|
511 | - **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))
|
512 |
|
513 | ## [1.0.2](https://github.com/stryker-mutator/stryker/compare/v1.0.1...v1.0.2) (2019-02-13)
|
514 |
|
515 | ### Bug Fixes
|
516 |
|
517 | - **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)
|
518 |
|
519 | ## [1.0.1](https://github.com/stryker-mutator/stryker/compare/v1.0.0...v1.0.1) (2019-02-13)
|
520 |
|
521 | **Note:** Version bump only for package @stryker-mutator/jest-runner
|
522 |
|
523 | ## [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)
|
524 |
|
525 | ### Features
|
526 |
|
527 | - **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))
|
528 | - **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))
|
529 | - **rename:** rename `stryker-xxx-xxx` -> `[@stryker-mutator](https://github.com/stryker-mutator)/xxx-xxx` ([1bbd6ff](https://github.com/stryker-mutator/stryker/commit/1bbd6ff))
|
530 |
|
531 | ### BREAKING CHANGES
|
532 |
|
533 | - **rename:** The core package and plugins have been renamed: stryker-jest-runner -> @stryker-mutator/jest-runner
|
534 | - **config injection:** Remove Config object from Dependency Injection (only relevant for plugin creators).
|
535 |
|
536 | ## [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)
|
537 |
|
538 | **Note:** Version bump only for package stryker-jest-runner
|
539 |
|
540 | # [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)
|
541 |
|
542 | ### Features
|
543 |
|
544 | - **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))
|
545 | - **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))
|
546 | - **port:** Deprecate property 'port' ([#1309](https://github.com/stryker-mutator/stryker/issues/1309)) ([2539ee0](https://github.com/stryker-mutator/stryker/commit/2539ee0))
|
547 | - **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))
|
548 | - **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))
|
549 | - **transpilers:** Remove side effects transpiler plugins ([#1351](https://github.com/stryker-mutator/stryker/issues/1351)) ([9a8b539](https://github.com/stryker-mutator/stryker/commit/9a8b539))
|
550 |
|
551 | <a name="1.3.0"></a>
|
552 |
|
553 | # [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)
|
554 |
|
555 | ### Features
|
556 |
|
557 | - **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))
|
558 |
|
559 | <a name="1.2.10"></a>
|
560 |
|
561 | ## [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)
|
562 |
|
563 | **Note:** Version bump only for package stryker-jest-runner
|
564 |
|
565 | <a name="1.2.9"></a>
|
566 |
|
567 | ## [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)
|
568 |
|
569 | ### Bug Fixes
|
570 |
|
571 | - **stryker-api:** Update stryker-api peer dependency version ([677fc28](https://github.com/stryker-mutator/stryker/commit/677fc28))
|
572 |
|
573 | <a name="1.2.8"></a>
|
574 |
|
575 | ## [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)
|
576 |
|
577 | ### Bug Fixes
|
578 |
|
579 | - **JestTestRunner:** run jest with --findRelatedTests ([#1235](https://github.com/stryker-mutator/stryker/issues/1235)) ([5e0790e](https://github.com/stryker-mutator/stryker/commit/5e0790e))
|
580 |
|
581 | <a name="1.2.7"></a>
|
582 |
|
583 | ## [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)
|
584 |
|
585 | **Note:** Version bump only for package stryker-jest-runner
|
586 |
|
587 | <a name="1.2.6"></a>
|
588 |
|
589 | ## [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)
|
590 |
|
591 | **Note:** Version bump only for package stryker-jest-runner
|
592 |
|
593 | <a name="1.2.5"></a>
|
594 |
|
595 | ## [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)
|
596 |
|
597 | **Note:** Version bump only for package stryker-jest-runner
|
598 |
|
599 | <a name="1.2.4"></a>
|
600 |
|
601 | ## [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)
|
602 |
|
603 | ### Bug Fixes
|
604 |
|
605 | - **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))
|
606 | - **version:** Version bump for failed release ([8cf9e87](https://github.com/stryker-mutator/stryker/commit/8cf9e87))
|
607 |
|
608 | <a name="1.2.2"></a>
|
609 |
|
610 | ## [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)
|
611 |
|
612 | ### Bug Fixes
|
613 |
|
614 | - **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)
|
615 |
|
616 | <a name="1.2.1"></a>
|
617 |
|
618 | ## [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)
|
619 |
|
620 | **Note:** Version bump only for package stryker-jest-runner
|
621 |
|
622 | <a name="1.2.0"></a>
|
623 |
|
624 | # [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)
|
625 |
|
626 | ### Features
|
627 |
|
628 | - **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))
|
629 |
|
630 | <a name="1.1.1"></a>
|
631 |
|
632 | ## [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)
|
633 |
|
634 | **Note:** Version bump only for package stryker-jest-runner
|
635 |
|
636 | <a name="1.1.0"></a>
|
637 |
|
638 | # [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)
|
639 |
|
640 | ### Features
|
641 |
|
642 | - **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)
|
643 |
|
644 | <a name="1.0.4"></a>
|
645 |
|
646 | ## [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)
|
647 |
|
648 | ### Bug Fixes
|
649 |
|
650 | - **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))
|
651 |
|
652 | <a name="1.0.3"></a>
|
653 |
|
654 | ## [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)
|
655 |
|
656 | **Note:** Version bump only for package stryker-jest-runner
|
657 |
|
658 | <a name="1.0.2"></a>
|
659 |
|
660 | ## [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)
|
661 |
|
662 | **Note:** Version bump only for package stryker-jest-runner
|
663 |
|
664 | <a name="1.0.1"></a>
|
665 |
|
666 | ## [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)
|
667 |
|
668 | ### Bug Fixes
|
669 |
|
670 | - **jest-runner:** Update peer dependency on Jest ([7e30994](https://github.com/stryker-mutator/stryker/commit/7e30994))
|
671 |
|
672 | <a name="1.0.0"></a>
|
673 |
|
674 | # 1.0.0 (2018-07-20)
|
675 |
|
676 | ### Bug Fixes
|
677 |
|
678 | - **bail:** disable bail ([#36](https://github.com/stryker-mutator/stryker/issues/36)) ([d29e349](https://github.com/stryker-mutator/stryker/commit/d29e349))
|
679 | - **configuration:** Allow more test file names ([0a7fff9](https://github.com/stryker-mutator/stryker/commit/0a7fff9))
|
680 | - **configuration:** Remove test regex filter ([df7dc04](https://github.com/stryker-mutator/stryker/commit/df7dc04)), closes [#11](https://github.com/stryker-mutator/stryker/issues/11)
|
681 | - **configuration:** Remove unnecessary options ([fc2799d](https://github.com/stryker-mutator/stryker/commit/fc2799d)), closes [facebook/jest#2776](https://github.com/facebook/jest/issues/2776)
|
682 | - **configuration:** Revert removal of testPathDirs ([7dea8dd](https://github.com/stryker-mutator/stryker/commit/7dea8dd))
|
683 | - **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)
|
684 | - **deps:** update stryker-api dep to 0.12.0 ([1831d98](https://github.com/stryker-mutator/stryker/commit/1831d98))
|
685 | - **package.json:** update stryker-api version ([b3ac9bc](https://github.com/stryker-mutator/stryker/commit/b3ac9bc))
|
686 | - **README:** Fix Travis Badge pointing to the wrong repo ([bfbb754](https://github.com/stryker-mutator/stryker/commit/bfbb754))
|
687 | - **roots option:** Add roots option for jest v19 ([370d540](https://github.com/stryker-mutator/stryker/commit/370d540))
|
688 | - **stryker init:** turn coverage analysis "off" ([#55](https://github.com/stryker-mutator/stryker/issues/55)) ([13e0697](https://github.com/stryker-mutator/stryker/commit/13e0697))
|
689 | - **test:** Fix accidentally modified test ([d199206](https://github.com/stryker-mutator/stryker/commit/d199206))
|
690 |
|
691 | ### Chores
|
692 |
|
693 | - Upgrade to stryker-api 0.5 ([5c5d412](https://github.com/stryker-mutator/stryker/commit/5c5d412))
|
694 |
|
695 | ### Features
|
696 |
|
697 | - **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))
|
698 | - **es2015-promise:** Remove dep to es6-promise ([28453a4](https://github.com/stryker-mutator/stryker/commit/28453a4))
|
699 | - **jest-config:** override jest config ([#34](https://github.com/stryker-mutator/stryker/issues/34)) ([e783c80](https://github.com/stryker-mutator/stryker/commit/e783c80))
|
700 | - **Jest-runner:** support jest configuration ([#25](https://github.com/stryker-mutator/stryker/issues/25)) ([4f83e87](https://github.com/stryker-mutator/stryker/commit/4f83e87))
|
701 | - **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)
|
702 | - **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))
|
703 | - **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))
|
704 | - **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))
|
705 |
|
706 | ### BREAKING CHANGES
|
707 |
|
708 | - **typescript:** Require Jest 22.x or higher. Support for 20.x and 21.x is dropped.
|
709 | - **node version:** Node 4 is no longer supported.
|
710 | - Upgrade to stryker-api 0.5
|
711 |
|
712 | <a name="0.7.0"></a>
|
713 |
|
714 | # [0.7.0](https://github.com/stryker-mutator/stryker-jest-runner/compare/v0.6.0...v0.7.0) (2018-05-11)
|
715 |
|
716 | ### Features
|
717 |
|
718 | - **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))
|
719 | - **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))
|
720 | - **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))
|
721 |
|
722 | ### BREAKING CHANGES
|
723 |
|
724 | - **typescript:** Require Jest 22.x or higher. Support for 20.x and 21.x is dropped.
|
725 | - **node version:** Node 4 is no longer supported.
|
726 |
|
727 | <a name="0.6.0"></a>
|
728 |
|
729 | # [0.6.0](https://github.com/stryker-mutator/stryker-jest-runner/compare/v0.5.1...v0.6.0) (2018-04-06)
|
730 |
|
731 | ### Features
|
732 |
|
733 | - **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))
|
734 |
|
735 | <a name="0.5.1"></a>
|
736 |
|
737 | ## [0.5.1](https://github.com/stryker-mutator/stryker-jest-runner/compare/v0.5.0...v0.5.1) (2018-03-02)
|
738 |
|
739 | ### Bug Fixes
|
740 |
|
741 | - **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))
|
742 |
|
743 | <a name="0.5.0"></a>
|
744 |
|
745 | # [0.5.0](https://github.com/stryker-mutator/stryker-jest-runner/compare/v0.4.2...v0.5.0) (2018-02-23)
|
746 |
|
747 | ### Features
|
748 |
|
749 | - **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))
|
750 |
|
751 | <a name="0.4.2"></a>
|
752 |
|
753 | ## [0.4.2](https://github.com/stryker-mutator/stryker-jest-runner/compare/v0.4.1...v0.4.2) (2018-02-07)
|
754 |
|
755 | ### Bug Fixes
|
756 |
|
757 | - **package.json:** update stryker-api version ([7ab05e6](https://github.com/stryker-mutator/stryker-jest-runner/commit/7ab05e6))
|
758 |
|
759 | <a name="0.4.1"></a>
|
760 |
|
761 | ## [0.4.1](https://github.com/stryker-mutator/stryker-jest-runner/compare/v0.4.0...v0.4.1) (2018-02-07)
|
762 |
|
763 | <a name="0.4.0"></a>
|
764 |
|
765 | # [0.4.0](https://github.com/stryker-mutator/stryker-jest-runner/compare/v0.2.2...v0.4.0) (2018-02-06)
|
766 |
|
767 | ### Bug Fixes
|
768 |
|
769 | - **deps:** update stryker-api dep to 0.12.0 ([3867190](https://github.com/stryker-mutator/stryker-jest-runner/commit/3867190))
|
770 | - **roots option:** Add roots option for jest v19 ([ec7bd35](https://github.com/stryker-mutator/stryker-jest-runner/commit/ec7bd35))
|
771 |
|
772 | ### Features
|
773 |
|
774 | - **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))
|
775 |
|
776 | <a name="0.3.0"></a>
|
777 |
|
778 | # 0.3.0 (2017-11-03)
|
779 |
|
780 | - 0.3.0 ([f9563b7](https://github.com/stryker-mutator/stryker-jest-runner/commit/f9563b7))
|
781 | - chore(docs) Update changelog ([c26f442](https://github.com/stryker-mutator/stryker-jest-runner/commit/c26f442))
|
782 | - feat(runner) Add support for Jest v21 (#21) (#22) ([98ba822](https://github.com/stryker-mutator/stryker-jest-runner/commit/98ba822))
|
783 | - refactor: Add semicolon ([c1d1c1c](https://github.com/stryker-mutator/stryker-jest-runner/commit/c1d1c1c))
|
784 | - refactor(.vscode): Reset build files ([5eee921](https://github.com/stryker-mutator/stryker-jest-runner/commit/5eee921))
|
785 | - refactor(test): Reset 4 tab whitespace ([eeab8e1](https://github.com/stryker-mutator/stryker-jest-runner/commit/eeab8e1))
|
786 | - fix(roots option): Add roots option for jest v19 ([ec7bd35](https://github.com/stryker-mutator/stryker-jest-runner/commit/ec7bd35))
|
787 |
|
788 | <a name="0.2.2"></a>
|
789 |
|
790 | ## 0.2.2 (2017-10-23)
|
791 |
|
792 | - 0.2.2 ([9959ee4](https://github.com/stryker-mutator/stryker-jest-runner/commit/9959ee4))
|
793 | - chore(build) Don't include files in npm package that don't belong ([b73430f](https://github.com/stryker-mutator/stryker-jest-runner/commit/b73430f))
|
794 | - chore(docs) Update changelog ([403ff0d](https://github.com/stryker-mutator/stryker-jest-runner/commit/403ff0d))
|
795 | - chore(dependencies): Update to stryker-api 0.10.0 ([7fefd60](https://github.com/stryker-mutator/stryker-jest-runner/commit/7fefd60))
|
796 |
|
797 | <a name="0.2.1"></a>
|
798 |
|
799 | ## 0.2.1 (2017-09-27)
|
800 |
|
801 | - 0.2.1 ([b8bb5e8](https://github.com/stryker-mutator/stryker-jest-runner/commit/b8bb5e8))
|
802 | - chore(docs) Update changelog ([ccac703](https://github.com/stryker-mutator/stryker-jest-runner/commit/ccac703))
|
803 |
|
804 | <a name="0.2.0"></a>
|
805 |
|
806 | # 0.2.0 (2017-09-23)
|
807 |
|
808 | - 0.2.0 ([897fbba](https://github.com/stryker-mutator/stryker-jest-runner/commit/897fbba))
|
809 | - chore(docs) Update changelog ([790d317](https://github.com/stryker-mutator/stryker-jest-runner/commit/790d317))
|
810 | - fix(test): Fix accidentally modified test ([62a1785](https://github.com/stryker-mutator/stryker-jest-runner/commit/62a1785))
|
811 | - chore(dependencies): Update to stryker-api 0.9 ([09e59d2](https://github.com/stryker-mutator/stryker-jest-runner/commit/09e59d2))
|
812 | - chore(package-lock): Disable lock on packages ([48b39b6](https://github.com/stryker-mutator/stryker-jest-runner/commit/48b39b6))
|
813 |
|
814 | <a name="0.1.0"></a>
|
815 |
|
816 | # 0.1.0 (2017-08-14)
|
817 |
|
818 | - 0.1.0 ([f8f798c](https://github.com/stryker-mutator/stryker-jest-runner/commit/f8f798c))
|
819 | - feat(runner) Add support for Jest v20 (#16) ([ad9c282](https://github.com/stryker-mutator/stryker-jest-runner/commit/ad9c282))
|
820 | - chore: Upgrade to stryker-api 0.5 ([7bf2c86](https://github.com/stryker-mutator/stryker-jest-runner/commit/7bf2c86))
|
821 |
|
822 | ### BREAKING CHANGE
|
823 |
|
824 | - Upgrade to stryker-api 0.5
|
825 |
|
826 | <a name="0.0.6"></a>
|
827 |
|
828 | ## 0.0.6 (2017-03-02)
|
829 |
|
830 | - chore: release v0.0.6 ([f36f665](https://github.com/stryker-mutator/stryker-jest-runner/commit/f36f665))
|
831 | - chore: update contributors ([fb17fd7](https://github.com/stryker-mutator/stryker-jest-runner/commit/fb17fd7))
|
832 | - fix(configuration): Allow more test file names ([f54dfc3](https://github.com/stryker-mutator/stryker-jest-runner/commit/f54dfc3))
|
833 | - fix(configuration): Remove test regex filter ([14ca864](https://github.com/stryker-mutator/stryker-jest-runner/commit/14ca864))
|
834 | - fix(configuration): Remove unnecessary options ([278a754](https://github.com/stryker-mutator/stryker-jest-runner/commit/278a754))
|
835 | - fix(configuration): Revert removal of testPathDirs ([dd5de98](https://github.com/stryker-mutator/stryker-jest-runner/commit/dd5de98))
|
836 | - Fix(lint): Add missing semicolon ([86c6170](https://github.com/stryker-mutator/stryker-jest-runner/commit/86c6170))
|
837 | - chore(doc) Fix URLs in package.json ([f718a45](https://github.com/stryker-mutator/stryker-jest-runner/commit/f718a45))
|
838 | - chore(doc) Re-create CHANGELOG.md ([868cc92](https://github.com/stryker-mutator/stryker-jest-runner/commit/868cc92))
|
839 |
|
840 | <a name="0.0.5"></a>
|
841 |
|
842 | ## 0.0.5 (2017-02-13)
|
843 |
|
844 | - chore: release v0.0.5 ([94d9010](https://github.com/stryker-mutator/stryker-jest-runner/commit/94d9010))
|
845 | - fix(plugin) Use correct name for registering plugin ([1ae61fb](https://github.com/stryker-mutator/stryker-jest-runner/commit/1ae61fb))
|
846 | - fix(reporting) Error messages should only be filled if there are some ([8faf6c9](https://github.com/stryker-mutator/stryker-jest-runner/commit/8faf6c9))
|
847 |
|
848 | <a name="0.0.4"></a>
|
849 |
|
850 | ## 0.0.4 (2017-02-10)
|
851 |
|
852 | - chore: release v0.0.4 ([ebbbb71](https://github.com/stryker-mutator/stryker-jest-runner/commit/ebbbb71))
|
853 | - chore(doc) clean duplicates from changelog ([ba9c278](https://github.com/stryker-mutator/stryker-jest-runner/commit/ba9c278))
|
854 | - doc(readme) Mention that coverageAnalysis does not (yet) work ([8b0d1bd](https://github.com/stryker-mutator/stryker-jest-runner/commit/8b0d1bd))
|
855 |
|
856 | <a name="0.0.3"></a>
|
857 |
|
858 | ## 0.0.3 (2017-02-10)
|
859 |
|
860 | - chore: add LICENSE file ([72481a5](https://github.com/stryker-mutator/stryker-jest-runner/commit/72481a5))
|
861 | - chore: initial commit ([aa043d6](https://github.com/stryker-mutator/stryker-jest-runner/commit/aa043d6))
|
862 | - chore: release v0.0.2 ([c27827d](https://github.com/stryker-mutator/stryker-jest-runner/commit/c27827d))
|
863 | - chore: release v0.0.3 ([1dc606c](https://github.com/stryker-mutator/stryker-jest-runner/commit/1dc606c))
|
864 | - chore: update contributors ([730a93b](https://github.com/stryker-mutator/stryker-jest-runner/commit/730a93b))
|
865 | - chore: update contributors ([1af92d8](https://github.com/stryker-mutator/stryker-jest-runner/commit/1af92d8))
|
866 | - chore: update contributors ([48bd6dc](https://github.com/stryker-mutator/stryker-jest-runner/commit/48bd6dc))
|
867 | - docs(readme) Update documentation and clean-up package.json (#5) ([97d1661](https://github.com/stryker-mutator/stryker-jest-runner/commit/97d1661))
|
868 | - feat(basic-runner): Implementation of a basic Jest-runner (#4) ([960c59d](https://github.com/stryker-mutator/stryker-jest-runner/commit/960c59d))
|
869 | - feat(es2015-promise): Remove dep to es6-promise ([7f8424a](https://github.com/stryker-mutator/stryker-jest-runner/commit/7f8424a))
|
870 | - fix(README): Fix Travis Badge pointing to the wrong repo ([9177447](https://github.com/stryker-mutator/stryker-jest-runner/commit/9177447))
|