-
Notifications
You must be signed in to change notification settings - Fork 250
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
1 parent
47b3295
commit 0ff6a71
Showing
16 changed files
with
86 additions
and
22 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 |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
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. | ||
|
||
<a name="0.6.0"></a> | ||
## [0.6.0](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.6.0) (2017-08-04) | ||
|
||
|
||
|
||
|
||
<a name="0.5.7"></a> | ||
## [0.5.7](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.5.7) (2017-07-14) | ||
|
||
|
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 |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
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. | ||
|
||
<a name="0.6.0"></a> | ||
# [0.6.0](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.6.0) (2017-08-04) | ||
|
||
|
||
### Features | ||
|
||
* **html-reporter:** Score result as single source of truth (#341) ([47b3295](https://github.com/stryker-mutator/stryker/commit/47b3295)), closes [#335](https://github.com/stryker-mutator/stryker/issues/335) | ||
|
||
|
||
|
||
|
||
<a name="0.5.6"></a> | ||
## [0.5.6](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.5.6) (2017-07-14) | ||
|
||
|
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 |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
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. | ||
|
||
<a name="0.5.0"></a> | ||
# [0.5.0](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.5.0) (2017-08-04) | ||
|
||
|
||
### Features | ||
|
||
* **html-reporter:** Score result as single source of truth (#341) ([47b3295](https://github.com/stryker-mutator/stryker/commit/47b3295)), closes [#335](https://github.com/stryker-mutator/stryker/issues/335) | ||
|
||
|
||
|
||
|
||
<a name="0.4.7"></a> | ||
## [0.4.7](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.4.7) (2017-07-14) | ||
|
||
|
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.4.7", | ||
"version": "0.5.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.5.6" | ||
"stryker-api": "^0.6.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.5.6" | ||
"stryker-api": "^0.6.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 |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
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. | ||
|
||
<a name="0.3.0"></a> | ||
## [0.3.0](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.3.0) (2017-08-04) | ||
|
||
|
||
|
||
|
||
<a name="0.2.7"></a> | ||
## [0.2.7](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.2.7) (2017-07-14) | ||
|
||
|
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 |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
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. | ||
|
||
<a name="0.5.0"></a> | ||
## [0.5.0](https://github.io/stryker-mutator/stryker/compare/[email protected]@0.5.0) (2017-08-04) | ||
|
||
|
||
|
||
|
||
<a name="0.4.5"></a> | ||
## [0.4.5](https://github.io/stryker-mutator/stryker/compare/[email protected]@0.4.5) (2017-07-14) | ||
|
||
|
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 |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
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. | ||
|
||
<a name="0.2.0"></a> | ||
## [0.2.0](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.2.0) (2017-08-04) | ||
|
||
|
||
|
||
|
||
<a name="0.1.4"></a> | ||
## [0.1.4](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.1.4) (2017-07-14) | ||
|
||
|
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 |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
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. | ||
|
||
<a name="0.5.0"></a> | ||
## [0.5.0](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.5.0) (2017-08-04) | ||
|
||
|
||
|
||
|
||
<a name="0.4.4"></a> | ||
## [0.4.4](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.4.4) (2017-07-14) | ||
|
||
|
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 |
---|---|---|
|
@@ -3,6 +3,18 @@ | |
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. | ||
|
||
<a name="0.7.0"></a> | ||
# [0.7.0](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.7.0) (2017-08-04) | ||
|
||
|
||
### Features | ||
|
||
* **ConfigReader:** Inform about init command (#340) ([7f3e61f](https://github.com/stryker-mutator/stryker/commit/7f3e61f)) | ||
* **html-reporter:** Score result as single source of truth (#341) ([47b3295](https://github.com/stryker-mutator/stryker/commit/47b3295)), closes [#335](https://github.com/stryker-mutator/stryker/issues/335) | ||
|
||
|
||
|
||
|
||
<a name="0.6.7"></a> | ||
## [0.6.7](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.6.7) (2017-07-14) | ||
|
||
|
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