-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
- Loading branch information
Showing
16 changed files
with
160 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected]@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/[email protected]@0.7.0) (2017-08-16) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected]@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/[email protected]@0.7.0) (2017-08-11) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected]@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/[email protected]@0.6.0) (2017-08-11) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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 <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected]@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/[email protected]@0.4.0) (2017-08-11) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected]@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/[email protected]@0.6.0) (2017-08-11) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected]@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/[email protected]@0.3.0) (2017-08-11) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected]@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/[email protected]@0.6.0) (2017-08-11) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected]@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/[email protected]@0.8.0) (2017-08-11) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters