From ea09e05b593276b8e8854f9bb8dbb1386ab9bcda Mon Sep 17 00:00:00 2001 From: Luca Greco Date: Sun, 2 Sep 2018 19:36:14 +0200 Subject: [PATCH] chore: release 0.6.0 --- README.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 26c6b41..8b049a3 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,26 @@ You have just found it ;-) ## Changelog +### [0.6.0](https://github.com/rpl/flow-coverage-report/compare/v0.5.0...v0.6.0) + +Bug Fixes: + +* Added support for the new flow annotations (strict and strict-local) (#150, #155) +* Added warning on deprecated config names and improve cli/config type checks + +Features: + +* Added --percent-decimals cli options (#148, #157, #161) +* Added -exclude-non-flow cli option (#144, #154) + +This new release fixes the issues with the new flow annotations (e.g. strict and strict-local) and +introduces two new command line options: +* `--exclude-non-flow` to automatically ignore any file that match the patterns but do not have any flow annotation +* `--percent-decimals N` to include `N` decimals digits in the coverage percent values + +Thanks to Ville Saukkonen and Ben Styles for contributing the new --exclude-non-flow and +--percent-deciments options, and Xandor Schiefer for adding support to the new flow annotations. + ### 0.5.0 Features: diff --git a/package.json b/package.json index f1997d2..d322fb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flow-coverage-report", - "version": "0.5.0", + "version": "0.6.0", "description": "Generate an HTML report of the flow coverage data", "main": "dist/lib/index.js", "bin": {