Skip to content

Latest commit

 

History

History
41 lines (20 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

41 lines (20 loc) · 1.26 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.1 (2017-04-30)

Bug Fixes

  • don't throw when there are no sources as part of the sourcemap (4fc5311), closes #15

1.2.0 (2017-04-15)

Features

  • thresholds: allow per file enforcement of threshold reporting (f6d71b3), closes #12

1.1.0

  • Add the skipFilesWithNoCoverage option

1.0.0

  • Add the %browser% placeholder in the dir option to allow multiple browsers to output coverage

0.3.0

  • Add coverage thresold enforcement via the thresholds option

0.2.0

  • Add the fixWebpackSourcePaths option

0.1.0

  • Initial release