Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simondel committed May 13, 2020
1 parent 61953c7 commit 34b31e9
Show file tree
Hide file tree
Showing 40 changed files with 323 additions and 63 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.2.0](https://github.com/stryker-mutator/stryker/compare/v3.1.0...v3.2.0) (2020-05-13)


### Bug Fixes

* **utils:** make sure `instanceof StrykerError` works ([a9dea8c](https://github.com/stryker-mutator/stryker/commit/a9dea8c638a61bd472e937b69bf37846074e09a1))
* **webpack-transpiler:** add support for cache-loader ([#2196](https://github.com/stryker-mutator/stryker/issues/2196)) ([0bcf98b](https://github.com/stryker-mutator/stryker/commit/0bcf98ba78a7a7923f53ccf75fdf4638fba62193))


### Features

* **api:** Deprecated Config in favor of StrykerOptions ([dccdd91](https://github.com/stryker-mutator/stryker/commit/dccdd9119743d776e2dc4b572a9e02b1524ef88b))
* **api:** export the StrykerOptions JSON schema ([0bb222d](https://github.com/stryker-mutator/stryker/commit/0bb222db07638ecf196eba9d8c88e086cd15239f))
* **init:** add reference to mono schema ([#2162](https://github.com/stryker-mutator/stryker/issues/2162)) ([61953c7](https://github.com/stryker-mutator/stryker/commit/61953c703631619b51442298e1cff8532c336d4a))
* **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)
* **validation:** validate StrykerOptions using JSON schema ([5f05665](https://github.com/stryker-mutator/stryker/commit/5f0566581abdd1229dfe5d27a25a676bec93d8f8))
* **validation:** add validation on plugin options ([#2158](https://github.com/stryker-mutator/stryker/issues/2158)) ([d78fe1e](https://github.com/stryker-mutator/stryker/commit/d78fe1e013ac2e309a29f0def3029492b1e6c1ea))
* **validation:** hide stacktrace on validation error ([8c5ee88](https://github.com/stryker-mutator/stryker/commit/8c5ee889c7b06569bbfeb6a9557b8cecda16f0eb))
* **validation:** warn about unknown stryker config options ([#2164](https://github.com/stryker-mutator/stryker/issues/2164)) ([8c6fd97](https://github.com/stryker-mutator/stryker/commit/8c6fd972dc57e246d361132dc176920d380c91cc)), closes [#2103](https://github.com/stryker-mutator/stryker/issues/2103)






# [3.1.0](https://github.com/stryker-mutator/stryker/compare/v3.0.2...v3.1.0) (2020-03-29)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "3.1.0",
"version": "3.2.0",
"command": {
"version": {
"allowBranch": "master",
Expand Down
15 changes: 15 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.2.0](https://github.com/stryker-mutator/stryker/compare/v3.1.0...v3.2.0) (2020-05-13)


### Features

* **api:** Deprecated Config in favor of StrykerOptions ([dccdd91](https://github.com/stryker-mutator/stryker/commit/dccdd9119743d776e2dc4b572a9e02b1524ef88b))
* **api:** export the StrykerOptions JSON schema ([0bb222d](https://github.com/stryker-mutator/stryker/commit/0bb222db07638ecf196eba9d8c88e086cd15239f))
* **validation:** add validation on plugin options ([#2158](https://github.com/stryker-mutator/stryker/issues/2158)) ([d78fe1e](https://github.com/stryker-mutator/stryker/commit/d78fe1e013ac2e309a29f0def3029492b1e6c1ea))
* **validation:** warn about unknown stryker config options ([#2164](https://github.com/stryker-mutator/stryker/issues/2164)) ([8c6fd97](https://github.com/stryker-mutator/stryker/commit/8c6fd972dc57e246d361132dc176920d380c91cc)), closes [#2103](https://github.com/stryker-mutator/stryker/issues/2103)






# [3.1.0](https://github.com/stryker-mutator/stryker/compare/v3.0.2...v3.1.0) (2020-03-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/api",
"version": "3.1.0",
"version": "3.2.0",
"description": "The api for the extendable JavaScript mutation testing framework Stryker",
"repository": {
"type": "git",
Expand Down
12 changes: 12 additions & 0 deletions packages/babel-transpiler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.2.0](https://github.com/stryker-mutator/stryker/compare/v3.1.0...v3.2.0) (2020-05-13)


### Features

* **validation:** add validation on plugin options ([#2158](https://github.com/stryker-mutator/stryker/issues/2158)) ([d78fe1e](https://github.com/stryker-mutator/stryker/commit/d78fe1e013ac2e309a29f0def3029492b1e6c1ea))






# [3.1.0](https://github.com/stryker-mutator/stryker/compare/v3.0.2...v3.1.0) (2020-03-29)

**Note:** Version bump only for package @stryker-mutator/babel-transpiler
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-transpiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/babel-transpiler",
"version": "3.1.0",
"version": "3.2.0",
"description": "A plugin for babel projects using Stryker",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -43,8 +43,8 @@
"homepage": "https://github.com/stryker-mutator/stryker/tree/master/packages/babel-transpiler#readme",
"license": "Apache-2.0",
"dependencies": {
"@stryker-mutator/api": "^3.1.0",
"@stryker-mutator/util": "^3.1.0",
"@stryker-mutator/api": "^3.2.0",
"@stryker-mutator/util": "^3.2.0",
"minimatch": "~3.0.4"
},
"peerDependencies": {
Expand All @@ -59,7 +59,7 @@
"@babel/preset-flow": "^7.8.3",
"@babel/preset-stage-2": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@stryker-mutator/test-helpers": "^3.1.0",
"@stryker-mutator/test-helpers": "^3.2.0",
"@types/babel__core": "~7.1.0",
"@types/babel__generator": "~7.6.0",
"@types/babel__template": "~7.0.1",
Expand Down
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.2.0](https://github.com/stryker-mutator/stryker/compare/v3.1.0...v3.2.0) (2020-05-13)


### Features

* **api:** Deprecated Config in favor of StrykerOptions ([dccdd91](https://github.com/stryker-mutator/stryker/commit/dccdd9119743d776e2dc4b572a9e02b1524ef88b))
* **init:** add reference to mono schema ([#2162](https://github.com/stryker-mutator/stryker/issues/2162)) ([61953c7](https://github.com/stryker-mutator/stryker/commit/61953c703631619b51442298e1cff8532c336d4a))
* **validation:** validate StrykerOptions using JSON schema ([5f05665](https://github.com/stryker-mutator/stryker/commit/5f0566581abdd1229dfe5d27a25a676bec93d8f8))
* **validation:** add validation on plugin options ([#2158](https://github.com/stryker-mutator/stryker/issues/2158)) ([d78fe1e](https://github.com/stryker-mutator/stryker/commit/d78fe1e013ac2e309a29f0def3029492b1e6c1ea))
* **validation:** hide stacktrace on validation error ([8c5ee88](https://github.com/stryker-mutator/stryker/commit/8c5ee889c7b06569bbfeb6a9557b8cecda16f0eb))
* **validation:** warn about unknown stryker config options ([#2164](https://github.com/stryker-mutator/stryker/issues/2164)) ([8c6fd97](https://github.com/stryker-mutator/stryker/commit/8c6fd972dc57e246d361132dc176920d380c91cc)), closes [#2103](https://github.com/stryker-mutator/stryker/issues/2103)





# [3.1.0](https://github.com/stryker-mutator/stryker/compare/v3.0.2...v3.1.0) (2020-03-29)


Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/core",
"version": "3.1.0",
"version": "3.2.0",
"description": "The extendable JavaScript mutation testing framework",
"main": "src/Stryker.js",
"scripts": {
Expand Down Expand Up @@ -53,8 +53,8 @@
"stryker": "./bin/stryker"
},
"dependencies": {
"@stryker-mutator/api": "^3.1.0",
"@stryker-mutator/util": "^3.1.0",
"@stryker-mutator/api": "^3.2.0",
"@stryker-mutator/util": "^3.2.0",
"ajv": "^6.12.0",
"chalk": "~4.0.0",
"commander": "~4.1.0",
Expand All @@ -81,7 +81,7 @@
},
"devDependencies": {
"@stryker-mutator/api": "^0.24.1",
"@stryker-mutator/test-helpers": "^3.1.0",
"@stryker-mutator/test-helpers": "^3.2.0",
"@types/inquirer": "~6.0.2",
"@types/istanbul-lib-instrument": "~1.7.0",
"@types/lodash.flatmap": "^4.5.6",
Expand Down
9 changes: 9 additions & 0 deletions packages/grunt-stryker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.2.0](https://github.com/stryker-mutator/stryker/compare/v3.1.0...v3.2.0) (2020-05-13)

**Note:** Version bump only for package grunt-stryker






# [3.1.0](https://github.com/stryker-mutator/stryker/compare/v3.0.2...v3.1.0) (2020-03-29)

**Note:** Version bump only for package grunt-stryker
Expand Down
4 changes: 2 additions & 2 deletions packages/grunt-stryker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-stryker",
"description": "Grunt plugin for the mutation testing framework 'stryker'",
"version": "3.1.0",
"version": "3.2.0",
"bugs": {
"url": "https://github.com/stryker-mutator/stryker/issues"
},
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"main": "Gruntfile.js",
"devDependencies": {
"@stryker-mutator/api": "^3.1.0",
"@stryker-mutator/api": "^3.2.0",
"@types/node": "^14.0.1"
},
"peerDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/html-reporter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.2.0](https://github.com/stryker-mutator/stryker/compare/v3.1.0...v3.2.0) (2020-05-13)


### Features

* **validation:** add validation on plugin options ([#2158](https://github.com/stryker-mutator/stryker/issues/2158)) ([d78fe1e](https://github.com/stryker-mutator/stryker/commit/d78fe1e013ac2e309a29f0def3029492b1e6c1ea))






# [3.1.0](https://github.com/stryker-mutator/stryker/compare/v3.0.2...v3.1.0) (2020-03-29)

**Note:** Version bump only for package @stryker-mutator/html-reporter
Expand Down
2 changes: 1 addition & 1 deletion packages/html-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/html-reporter",
"version": "3.1.0",
"version": "3.2.0",
"description": "An html reporter for the JavaScript mutation testing framework Stryker",
"main": "src/index.js",
"scripts": {},
Expand Down
9 changes: 9 additions & 0 deletions packages/jasmine-framework/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.2.0](https://github.com/stryker-mutator/stryker/compare/v3.1.0...v3.2.0) (2020-05-13)

**Note:** Version bump only for package @stryker-mutator/jasmine-framework






# [3.1.0](https://github.com/stryker-mutator/stryker/compare/v3.0.2...v3.1.0) (2020-03-29)

**Note:** Version bump only for package @stryker-mutator/jasmine-framework
Expand Down
4 changes: 2 additions & 2 deletions packages/jasmine-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/jasmine-framework",
"version": "3.1.0",
"version": "3.2.0",
"description": "A plugin to use the Jasmine test framework in Stryker, the JavaScript mutation testing framework",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"jasmine-core": ">=2"
},
"dependencies": {
"@stryker-mutator/api": "^3.1.0"
"@stryker-mutator/api": "^3.2.0"
},
"contributors": [],
"engines": {
Expand Down
12 changes: 12 additions & 0 deletions packages/jasmine-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.2.0](https://github.com/stryker-mutator/stryker/compare/v3.1.0...v3.2.0) (2020-05-13)


### Features

* **validation:** add validation on plugin options ([#2158](https://github.com/stryker-mutator/stryker/issues/2158)) ([d78fe1e](https://github.com/stryker-mutator/stryker/commit/d78fe1e013ac2e309a29f0def3029492b1e6c1ea))






# [3.1.0](https://github.com/stryker-mutator/stryker/compare/v3.0.2...v3.1.0) (2020-03-29)

**Note:** Version bump only for package @stryker-mutator/jasmine-runner
Expand Down
10 changes: 5 additions & 5 deletions packages/jasmine-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/jasmine-runner",
"version": "3.1.0",
"version": "3.2.0",
"description": "A plugin to use the Jasmine (NodeJS) test runner in Stryker, the mutation testing framework for JavaScript and friends",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -40,13 +40,13 @@
"jasmine": ">=2"
},
"devDependencies": {
"@stryker-mutator/jasmine-framework": "^3.1.0",
"@stryker-mutator/test-helpers": "^3.1.0",
"@stryker-mutator/jasmine-framework": "^3.2.0",
"@stryker-mutator/test-helpers": "^3.2.0",
"@types/node": "^14.0.1"
},
"dependencies": {
"@stryker-mutator/api": "^3.1.0",
"@stryker-mutator/util": "^3.1.0"
"@stryker-mutator/api": "^3.2.0",
"@stryker-mutator/util": "^3.2.0"
},
"initStrykerConfig": {
"jasmineConfigFile": "spec/support/jasmine.json"
Expand Down
9 changes: 9 additions & 0 deletions packages/javascript-mutator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.2.0](https://github.com/stryker-mutator/stryker/compare/v3.1.0...v3.2.0) (2020-05-13)

**Note:** Version bump only for package @stryker-mutator/javascript-mutator






# [3.1.0](https://github.com/stryker-mutator/stryker/compare/v3.0.2...v3.1.0) (2020-03-29)

**Note:** Version bump only for package @stryker-mutator/javascript-mutator
Expand Down
8 changes: 4 additions & 4 deletions packages/javascript-mutator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/javascript-mutator",
"version": "3.1.0",
"version": "3.2.0",
"description": "A plugin for javascript projects using Stryker",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -39,16 +39,16 @@
"@babel/generator": "~7.9.4",
"@babel/parser": "~7.9.4",
"@babel/traverse": "~7.9.5",
"@stryker-mutator/api": "^3.1.0",
"@stryker-mutator/api": "^3.2.0",
"tslib": "~1.11.1"
},
"peerDependencies": {
"@stryker-mutator/core": "^3.0.0"
},
"devDependencies": {
"@babel/types": "~7.9.0",
"@stryker-mutator/mutator-specification": "^3.1.0",
"@stryker-mutator/test-helpers": "^3.1.0",
"@stryker-mutator/mutator-specification": "^3.2.0",
"@stryker-mutator/test-helpers": "^3.2.0",
"@types/babel__generator": "^7.0.0",
"@types/babel__traverse": "^7.0.0",
"@types/lodash.clonedeep": "^4.5.6",
Expand Down
14 changes: 14 additions & 0 deletions packages/jest-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.2.0](https://github.com/stryker-mutator/stryker/compare/v3.1.0...v3.2.0) (2020-05-13)


### Features

* **api:** Deprecated Config in favor of StrykerOptions ([dccdd91](https://github.com/stryker-mutator/stryker/commit/dccdd9119743d776e2dc4b572a9e02b1524ef88b))
* **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)
* **validation:** add validation on plugin options ([#2158](https://github.com/stryker-mutator/stryker/issues/2158)) ([d78fe1e](https://github.com/stryker-mutator/stryker/commit/d78fe1e013ac2e309a29f0def3029492b1e6c1ea))






# [3.1.0](https://github.com/stryker-mutator/stryker/compare/v3.0.2...v3.1.0) (2020-03-29)

**Note:** Version bump only for package @stryker-mutator/jest-runner
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/jest-runner",
"version": "3.1.0",
"version": "3.2.0",
"description": "A plugin to use the jest test runner and framework in Stryker, the JavaScript mutation testing framework",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"homepage": "https://github.com/stryker-mutator/stryker/tree/master/packages/jest-runner#readme",
"devDependencies": {
"@stryker-mutator/test-helpers": "^3.1.0",
"@stryker-mutator/test-helpers": "^3.2.0",
"@types/node": "^14.0.1",
"@types/semver": "~7.1.0",
"jest": "^26.0.1",
Expand All @@ -52,7 +52,7 @@
"jest": ">= 22.0.0"
},
"dependencies": {
"@stryker-mutator/api": "^3.1.0",
"@stryker-mutator/api": "^3.2.0",
"semver": "~6.3.0"
},
"initStrykerConfig": {
Expand Down
Loading

0 comments on commit 34b31e9

Please sign in to comment.