-
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
db8a942
commit 78f2d0e
Showing
16 changed files
with
84 additions
and
21 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.5.7"></a> | ||
## [0.5.7](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.5.7) (2017-07-14) | ||
|
||
|
||
|
||
|
||
<a name="0.5.6"></a> | ||
## [0.5.6](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.5.6) (2017-06-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 |
---|---|---|
|
@@ -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.6"></a> | ||
## [0.5.6](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.5.6) (2017-07-14) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **ts-2.4:** Fix type issues for typescript 2.4 (#337) ([c18079b](https://github.com/stryker-mutator/stryker/commit/c18079b)), closes [#337](https://github.com/stryker-mutator/stryker/issues/337) | ||
|
||
|
||
|
||
|
||
<a name="0.5.5"></a> | ||
## [0.5.5](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.5.5) (2017-06-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 |
---|---|---|
|
@@ -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.4.7"></a> | ||
## [0.4.7](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.4.7) (2017-07-14) | ||
|
||
|
||
|
||
|
||
<a name="0.4.6"></a> | ||
## [0.4.6](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.4.6) (2017-06-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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "stryker-html-reporter", | ||
"version": "0.4.6", | ||
"version": "0.4.7", | ||
"description": "An html reporter for the JavaScript mutation testing framework Stryker", | ||
"main": "src/index.js", | ||
"typings": "src/index.d.ts", | ||
|
@@ -39,15 +39,15 @@ | |
"mz": "^2.5.0" | ||
}, | ||
"peerDependencies": { | ||
"stryker-api": "^0.5.5" | ||
"stryker-api": "^0.5.6" | ||
}, | ||
"devDependencies": { | ||
"@types/file-url": "^1.0.28", | ||
"@types/handlebars": "^4.0.32", | ||
"@types/selenium-webdriver": "^3.0.3", | ||
"bootstrap": "3.3.7", | ||
"highlight.js": "^9.4.0", | ||
"stryker-api": "^0.5.5" | ||
"stryker-api": "^0.5.6" | ||
}, | ||
"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.2.7"></a> | ||
## [0.2.7](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.2.7) (2017-07-14) | ||
|
||
|
||
|
||
|
||
<a name="0.2.6"></a> | ||
## [0.2.6](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.2.6) (2017-06-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 |
---|---|---|
|
@@ -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.4.5"></a> | ||
## [0.4.5](https://github.io/stryker-mutator/stryker/compare/[email protected]@0.4.5) (2017-07-14) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **ts-2.4:** Fix type issues for typescript 2.4 (#337) ([c18079b](https://github.io/stryker-mutator/stryker/commit/c18079b)), closes [#337](https://github.io/stryker-mutator/stryker/issues/337) | ||
|
||
|
||
|
||
|
||
<a name="0.4.4"></a> | ||
## [0.4.4](https://github.io/stryker-mutator/stryker/compare/[email protected]@0.4.4) (2017-06-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 |
---|---|---|
|
@@ -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.1.4"></a> | ||
## [0.1.4](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.1.4) (2017-07-14) | ||
|
||
|
||
|
||
|
||
<a name="0.1.3"></a> | ||
## [0.1.3](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.1.3) (2017-06-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 |
---|---|---|
|
@@ -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.4.4"></a> | ||
## [0.4.4](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.4.4) (2017-07-14) | ||
|
||
|
||
|
||
|
||
<a name="0.4.3"></a> | ||
## [0.4.3](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.4.3) (2017-06-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 |
---|---|---|
|
@@ -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.7"></a> | ||
## [0.6.7](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.6.7) (2017-07-14) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **ts-2.4:** Fix type issues for typescript 2.4 (#337) ([c18079b](https://github.com/stryker-mutator/stryker/commit/c18079b)), closes [#337](https://github.com/stryker-mutator/stryker/issues/337) | ||
|
||
|
||
|
||
|
||
<a name="0.6.6"></a> | ||
## [0.6.6](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.6.6) (2017-06-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