Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - grunt-stryker@0.7.0
 - stryker-api@0.8.0
 - stryker-html-reporter@0.7.0
 - stryker-jasmine@0.5.0
 - stryker-karma-runner@0.7.0
 - stryker-mocha-framework@0.4.0
 - stryker-mocha-runner@0.7.0
 - stryker@0.9.0
  • Loading branch information
simondel committed Aug 25, 2017
1 parent ac52860 commit beb443b
Show file tree
Hide file tree
Showing 16 changed files with 160 additions and 30 deletions.
10 changes: 9 additions & 1 deletion packages/grunt-stryker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Change Log

All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.8.0"></a>
## [0.8.0](https://github.com/stryker-mutator/stryker/compare/grunt-stryker@0.7.0...grunt-stryker@0.8.0) (2017-08-25)




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

<a name="0.7.0"></a>
# [0.7.0](https://github.com/stryker-mutator/stryker/compare/grunt-stryker@0.6.1...grunt-stryker@0.7.0) (2017-08-16)
Expand Down
6 changes: 3 additions & 3 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": "0.7.0",
"version": "0.8.0",
"bugs": {
"url": "https://github.com/stryker-mutator/stryker/issues"
},
Expand Down Expand Up @@ -30,10 +30,10 @@
},
"main": "Gruntfile.js",
"devDependencies": {
"stryker-api": "^0.7.0"
"stryker-api": "^0.8.0"
},
"peerDependencies": {
"grunt": ">=0.4.5",
"stryker": ">=0.7.0"
"stryker": ">=0.9.0"
}
}
18 changes: 17 additions & 1 deletion packages/stryker-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
# Change Log

All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.8.0"></a>
# [0.8.0](https://github.com/stryker-mutator/stryker/compare/stryker-api@0.7.0...stryker-api@0.8.0) (2017-08-25)


### Code Refactoring

* change ConfigWriter interface name to ConfigEditor (#357) ([ec4ae03](https://github.com/stryker-mutator/stryker/commit/ec4ae03))


### BREAKING CHANGES

* 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.




<a name="0.7.0"></a>
# [0.7.0](https://github.com/stryker-mutator/stryker/compare/stryker-api@0.6.0...stryker-api@0.7.0) (2017-08-11)
Expand Down
2 changes: 1 addition & 1 deletion packages/stryker-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stryker-api",
"version": "0.7.0",
"version": "0.8.0",
"description": "The api for the extendable JavaScript mutation testing framework Stryker",
"scripts": {
"start": "tsc -w",
Expand Down
18 changes: 17 additions & 1 deletion packages/stryker-html-reporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
# Change Log

All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.7.0"></a>
# [0.7.0](https://github.com/stryker-mutator/stryker/compare/stryker-html-reporter@0.6.0...stryker-html-reporter@0.7.0) (2017-08-25)


### Code Refactoring

* change ConfigWriter interface name to ConfigEditor (#357) ([ec4ae03](https://github.com/stryker-mutator/stryker/commit/ec4ae03))


### BREAKING CHANGES

* 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.




<a name="0.6.0"></a>
# [0.6.0](https://github.com/stryker-mutator/stryker/compare/stryker-html-reporter@0.5.0...stryker-html-reporter@0.6.0) (2017-08-11)
Expand Down
6 changes: 3 additions & 3 deletions packages/stryker-html-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stryker-html-reporter",
"version": "0.6.0",
"version": "0.7.0",
"description": "An html reporter for the JavaScript mutation testing framework Stryker",
"main": "src/index.js",
"typings": "src/index.d.ts",
Expand Down Expand Up @@ -41,15 +41,15 @@
"typed-html": "^0.3.3"
},
"peerDependencies": {
"stryker-api": "^0.7.0"
"stryker-api": "^0.8.0"
},
"devDependencies": {
"@types/file-url": "^1.0.28",
"@types/rimraf": "0.0.28",
"@types/selenium-webdriver": "^3.0.3",
"bootstrap": "3.3.7",
"highlight.js": "^9.4.0",
"stryker-api": "^0.7.0"
"stryker-api": "^0.8.0"
},
"contributors": [
"Nico Jansen <jansennico@gmail.com>",
Expand Down
18 changes: 17 additions & 1 deletion packages/stryker-jasmine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
# Change Log

All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.5.0"></a>
# [0.5.0](https://github.com/stryker-mutator/stryker/compare/stryker-jasmine@0.4.0...stryker-jasmine@0.5.0) (2017-08-25)


### Code Refactoring

* change ConfigWriter interface name to ConfigEditor (#357) ([ec4ae03](https://github.com/stryker-mutator/stryker/commit/ec4ae03))


### BREAKING CHANGES

* 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.




<a name="0.4.0"></a>
# [0.4.0](https://github.com/stryker-mutator/stryker/compare/stryker-jasmine@0.3.0...stryker-jasmine@0.4.0) (2017-08-11)
Expand Down
6 changes: 3 additions & 3 deletions packages/stryker-jasmine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stryker-jasmine",
"version": "0.4.0",
"version": "0.5.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 @@ -30,10 +30,10 @@
"homepage": "https://github.com/stryker-mutator/stryker/tree/master/packages/stryker-jasmine#readme",
"peerDependencies": {
"jasmine-core": ">=2",
"stryker-api": "^0.7.0"
"stryker-api": "^0.8.0"
},
"devDependencies": {
"stryker-api": "^0.7.0"
"stryker-api": "^0.8.0"
},
"contributors": []
}
18 changes: 17 additions & 1 deletion packages/stryker-karma-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
# Change Log

All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.7.0"></a>
# [0.7.0](https://github.io/stryker-mutator/stryker/compare/stryker-karma-runner@0.6.0...stryker-karma-runner@0.7.0) (2017-08-25)


### Code Refactoring

* change ConfigWriter interface name to ConfigEditor (#357) ([ec4ae03](https://github.io/stryker-mutator/stryker/commit/ec4ae03))


### BREAKING CHANGES

* 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.




<a name="0.6.0"></a>
# [0.6.0](https://github.io/stryker-mutator/stryker/compare/stryker-karma-runner@0.5.0...stryker-karma-runner@0.6.0) (2017-08-11)
Expand Down
6 changes: 3 additions & 3 deletions packages/stryker-karma-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stryker-karma-runner",
"version": "0.6.0",
"version": "0.7.0",
"description": "A plugin to use the karma test runner in Stryker, the JavaScript mutation testing framework",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -32,14 +32,14 @@
"homepage": "https://github.com/stryker-mutator/stryker/tree/master/packages/stryker-karma-runner#readme",
"peerDependencies": {
"karma": "^0.13.0 || ~1.0.0 || ^1.1.1",
"stryker-api": "^0.7.0"
"stryker-api": "^0.8.0"
},
"devDependencies": {
"jasmine-core": "^2.4.1",
"karma": "^0.13.0 || ~1.0.0 || ^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.1",
"stryker-api": "^0.7.0"
"stryker-api": "^0.8.0"
},
"dependencies": {
"lodash": "^4.13.1",
Expand Down
18 changes: 17 additions & 1 deletion packages/stryker-mocha-framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
# Change Log

All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.4.0"></a>
# [0.4.0](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-framework@0.3.0...stryker-mocha-framework@0.4.0) (2017-08-25)


### Code Refactoring

* change ConfigWriter interface name to ConfigEditor (#357) ([ec4ae03](https://github.com/stryker-mutator/stryker/commit/ec4ae03))


### BREAKING CHANGES

* 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.




<a name="0.3.0"></a>
# [0.3.0](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-framework@0.2.0...stryker-mocha-framework@0.3.0) (2017-08-11)
Expand Down
6 changes: 3 additions & 3 deletions packages/stryker-mocha-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stryker-mocha-framework",
"version": "0.3.0",
"version": "0.4.0",
"description": "A plugin to use the mocha test framework in Stryker, the JavaScript mutation testing framework",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -39,11 +39,11 @@
"log4js": "^1.1.1"
},
"devDependencies": {
"stryker-api": "^0.7.0",
"stryker-api": "^0.8.0",
"tslib": "^1.5.0"
},
"peerDependencies": {
"mocha": ">= 2.3.3 < 4",
"stryker-api": "^0.7.0"
"stryker-api": "^0.8.0"
}
}
23 changes: 22 additions & 1 deletion packages/stryker-mocha-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,28 @@
# Change Log

All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.7.0"></a>
# [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)


### Bug Fixes

* **MochaTestRunner:** Exit with a warning if no tests were executed (#360) ([ac52860](https://github.com/stryker-mutator/stryker/commit/ac52860))


### Code Refactoring

* change ConfigWriter interface name to ConfigEditor (#357) ([ec4ae03](https://github.com/stryker-mutator/stryker/commit/ec4ae03))


### BREAKING CHANGES

* 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.




<a name="0.6.0"></a>
# [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)
Expand Down
6 changes: 3 additions & 3 deletions packages/stryker-mocha-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stryker-mocha-runner",
"version": "0.6.0",
"version": "0.7.0",
"description": "A plugin to use the mocha test runner in Stryker, the JavaScript mutation testing framework",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -38,11 +38,11 @@
"log4js": "^1.1.1"
},
"devDependencies": {
"stryker-api": "^0.7.0",
"stryker-api": "^0.8.0",
"tslib": "^1.5.0"
},
"peerDependencies": {
"mocha": ">= 2.3.3 < 4",
"stryker-api": "^0.7.0"
"stryker-api": "^0.8.0"
}
}
23 changes: 22 additions & 1 deletion packages/stryker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,28 @@
# Change Log

All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.9.0"></a>
# [0.9.0](https://github.com/stryker-mutator/stryker/compare/stryker@0.8.0...stryker@0.9.0) (2017-08-25)


### Bug Fixes

* **MochaTestRunner:** Exit with a warning if no tests were executed (#360) ([ac52860](https://github.com/stryker-mutator/stryker/commit/ac52860))


### Code Refactoring

* change ConfigWriter interface name to ConfigEditor (#357) ([ec4ae03](https://github.com/stryker-mutator/stryker/commit/ec4ae03))


### BREAKING CHANGES

* 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.




<a name="0.8.0"></a>
# [0.8.0](https://github.com/stryker-mutator/stryker/compare/stryker@0.7.0...stryker@0.8.0) (2017-08-11)
Expand Down
6 changes: 3 additions & 3 deletions packages/stryker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stryker",
"version": "0.8.0",
"version": "0.9.0",
"description": "The extendable JavaScript mutation testing framework",
"main": "src/Stryker.js",
"typings": "src/Stryker.d.ts",
Expand Down Expand Up @@ -73,9 +73,9 @@
"devDependencies": {
"@types/commander": "^2.9.0",
"@types/inquirer": "0.0.33",
"stryker-api": "^0.7.0"
"stryker-api": "^0.8.0"
},
"peerDependencies": {
"stryker-api": "^0.7.0"
"stryker-api": "^0.8.0"
}
}

0 comments on commit beb443b

Please sign in to comment.