diff options
| author | Florian Dold <florian.dold@gmail.com> | 2017-05-24 15:10:37 +0200 |
|---|---|---|
| committer | Florian Dold <florian.dold@gmail.com> | 2017-05-24 15:11:17 +0200 |
| commit | 7a3df06eb573d36142bd1a8e03c5ce8752d300b3 (patch) | |
| tree | 70bfaea8884c374876f607774850a3a51c0cb381 /node_modules/istanbul-lib-coverage/CHANGELOG.md | |
| parent | aca1143cb9eed16cf37f04e475e4257418dd18ac (diff) | |
fix build issues and add typedoc
Diffstat (limited to 'node_modules/istanbul-lib-coverage/CHANGELOG.md')
| -rw-r--r-- | node_modules/istanbul-lib-coverage/CHANGELOG.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/node_modules/istanbul-lib-coverage/CHANGELOG.md b/node_modules/istanbul-lib-coverage/CHANGELOG.md index 7b01b5c81..eef0a0053 100644 --- a/node_modules/istanbul-lib-coverage/CHANGELOG.md +++ b/node_modules/istanbul-lib-coverage/CHANGELOG.md @@ -3,6 +3,22 @@ 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="1.1.0"></a> +# [1.1.0](https://github.com/istanbuljs/istanbul-lib-coverage/compare/istanbul-lib-coverage@1.0.2...istanbul-lib-coverage@1.1.0) (2017-04-29) + + +### Bug Fixes + +* getBranchCoverageByLine() was looking for line coverage using wrong object structure ([bf36658](https://github.com/istanbuljs/istanbul-lib-coverage/commit/bf36658)) + + +### Features + +* add possibility to filter coverage maps when running reports post-hoc ([#24](https://github.com/istanbuljs/istanbuljs/issues/24)) ([e1c99d6](https://github.com/istanbuljs/istanbul-lib-coverage/commit/e1c99d6)) + + + + <a name="1.0.2"></a> ## [1.0.2](https://github.com/istanbuljs/istanbul-lib-coverage/compare/istanbul-lib-coverage@1.0.1...istanbul-lib-coverage@1.0.2) (2017-03-27) |
