stryker-html-reporter
Advanced tools
Comparing version 0.6.0 to 0.7.0
# 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> | ||
@@ -7,0 +23,0 @@ # [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) |
{ | ||
"name": "stryker-html-reporter", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "An html reporter for the JavaScript mutation testing framework Stryker", | ||
@@ -8,3 +8,3 @@ "main": "src/index.js", | ||
"scripts": { | ||
"clean": "rimraf \"+(test|src)/!(resources)/**/*+(.d.ts|.js|.map)\" \"+(test|src)/*+(.d.ts|.js|.map)\" coverage", | ||
"clean": "rimraf \"+(test|src)/!(resources)/**/*+(.d.ts|.js|.map)\" \"+(test|src)/*+(.d.ts|.js|.map)\" .nyc_output reports coverage", | ||
"prebuild": "npm run clean", | ||
@@ -45,3 +45,3 @@ "build": "tsc -p . && node tasks/clientResources.js && browserify src/resources/stryker.js -o resources/stryker.js", | ||
"peerDependencies": { | ||
"stryker-api": "^0.7.0" | ||
"stryker-api": "^0.8.0" | ||
}, | ||
@@ -54,3 +54,3 @@ "devDependencies": { | ||
"highlight.js": "^9.4.0", | ||
"stryker-api": "^0.7.0" | ||
"stryker-api": "^0.8.0" | ||
}, | ||
@@ -57,0 +57,0 @@ "contributors": [ |
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
521752