aboutsummaryrefslogtreecommitdiff
path: root/node_modules/nyc/CHANGELOG.md
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-08-14 05:01:11 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-08-14 05:02:09 +0200
commit363723fc84f7b8477592e0105aeb331ec9a017af (patch)
tree29f92724f34131bac64d6a318dd7e30612e631c7 /node_modules/nyc/CHANGELOG.md
parent5634e77ad96bfe1818f6b6ee70b7379652e5487f (diff)
node_modules
Diffstat (limited to 'node_modules/nyc/CHANGELOG.md')
-rw-r--r--node_modules/nyc/CHANGELOG.md53
1 files changed, 53 insertions, 0 deletions
diff --git a/node_modules/nyc/CHANGELOG.md b/node_modules/nyc/CHANGELOG.md
index b8ab0e038..564c7a2d8 100644
--- a/node_modules/nyc/CHANGELOG.md
+++ b/node_modules/nyc/CHANGELOG.md
@@ -2,6 +2,59 @@
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="11.1.0"></a>
+# [11.1.0](https://github.com/istanbuljs/nyc/compare/v11.0.3...v11.1.0) (2017-07-16)
+
+
+### Features
+
+* add support for per file coverage checking ([#591](https://github.com/istanbuljs/nyc/issues/591)) ([bbadc1f](https://github.com/istanbuljs/nyc/commit/bbadc1f))
+* upgrade to version of spawn-wrap that supports .EXE ([#626](https://github.com/istanbuljs/nyc/issues/626)) ([8768afe](https://github.com/istanbuljs/nyc/commit/8768afe))
+
+
+
+<a name="11.0.3"></a>
+## [11.0.3](https://github.com/istanbuljs/nyc/compare/v11.0.2...v11.0.3) (2017-06-25)
+
+
+### Bug Fixes
+
+* update help link to list of reporters ([#601](https://github.com/istanbuljs/nyc/issues/601)) ([b1eb4d6](https://github.com/istanbuljs/nyc/commit/b1eb4d6))
+* upgrade to spawn-wrap version that works with babel-register ([#617](https://github.com/istanbuljs/nyc/issues/617)) ([923b062](https://github.com/istanbuljs/nyc/commit/923b062))
+
+
+
+<a name="11.0.2"></a>
+## [11.0.2](https://github.com/istanbuljs/nyc/compare/v11.0.1...v11.0.2) (2017-06-02)
+
+
+
+<a name="11.0.1"></a>
+## [11.0.1](https://github.com/istanbuljs/nyc/compare/v11.0.0...v11.0.1) (2017-06-01)
+
+
+
+<a name="11.0.0"></a>
+# [11.0.0](https://github.com/istanbuljs/nyc/compare/v10.3.2...v11.0.0) (2017-05-31)
+
+
+### Bug Fixes
+
+* add support for ES6 modules ([f18f780](https://github.com/istanbuljs/nyc/commit/f18f780))
+
+
+### Features
+
+* allow .nycrc.json ([#580](https://github.com/istanbuljs/nyc/issues/580)) ([a1a457f](https://github.com/istanbuljs/nyc/commit/a1a457f))
+* upgrade to version of yargs with support for presets ([33829b8](https://github.com/istanbuljs/nyc/commit/33829b8))
+
+
+### BREAKING CHANGES
+
+* new version of find-up requires dropping 0.10/0.12 support (which we had already been planning).
+
+
+
<a name="10.3.2"></a>
## [10.3.2](https://github.com/istanbuljs/nyc/compare/v10.3.1...v10.3.2) (2017-05-05)