stryker-html-reporter
Advanced tools
Comparing version 0.15.3 to 0.16.0
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="0.16.0"></a> | ||
# [0.16.0](https://github.com/stryker-mutator/stryker/compare/stryker-html-reporter@0.15.3...stryker-html-reporter@0.16.0) (2018-08-19) | ||
### Features | ||
* **stryker config:** rename config setting `reporter` to `reporters` ([#1088](https://github.com/stryker-mutator/stryker/issues/1088)) ([584218a](https://github.com/stryker-mutator/stryker/commit/584218a)), closes [#793](https://github.com/stryker-mutator/stryker/issues/793) | ||
<a name="0.15.3"></a> | ||
@@ -8,0 +19,0 @@ ## [0.15.3](https://github.com/stryker-mutator/stryker/compare/stryker-html-reporter@0.15.2...stryker-html-reporter@0.15.3) (2018-08-17) |
{ | ||
"name": "stryker-html-reporter", | ||
"version": "0.15.3", | ||
"version": "0.16.0", | ||
"description": "An html reporter for the JavaScript mutation testing framework Stryker", | ||
@@ -47,3 +47,3 @@ "main": "src/index.js", | ||
"peerDependencies": { | ||
"stryker-api": ">=0.18.0 <0.20.0" | ||
"stryker-api": ">=0.18.0 <0.21.0" | ||
}, | ||
@@ -59,3 +59,3 @@ "devDependencies": { | ||
"popper.js": "~1.14.3", | ||
"stryker-api": "^0.19.0" | ||
"stryker-api": "^0.20.0" | ||
}, | ||
@@ -62,0 +62,0 @@ "contributors": [ |
@@ -37,3 +37,3 @@ [![Build Status](https://travis-ci.org/stryker-mutator/stryker.svg?branch=master)](https://travis-ci.org/stryker-mutator/stryker) | ||
In order to use the reporter, you must add `'html'` as single reporter or add it to the list. For example: `reporter: 'html'` or `reporter: ['html', 'progress']`. | ||
In order to use the reporter, you must add `'html'` to the reporters. For example: `reporters: ['html', 'progress']`. | ||
@@ -55,3 +55,3 @@ ### Options | ||
// ... | ||
reporter: 'html', // or ['html', 'progress'] to configure multiple reporters at once | ||
reporters: ['html'], // You may also want to specify other reporters | ||
htmlReporter: { | ||
@@ -58,0 +58,0 @@ baseDir: 'reports/mutation/html' // this is the default |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1060246