All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.4 (2018-09-08)
2.0.3 (2018-09-01)
- update istanbuljs to 2.x (a835e22), closes #52
- use correct source file path separators on windows (938e93c), closes #47
2.0.2 (2018-08-24)
2.0.1 (2018-05-23)
2.0.0 (2018-05-17)
- drop support for node 4 (26ad3af)
- node 4 is no longer supported
1.4.3 (2018-05-17)
1.4.2 (2018-03-06)
1.4.1 (2018-01-24)
1.4.0 (2018-01-23)
1.3.3 (2017-12-26)
1.3.1 (2017-12-23)
1.3.0 (2017-05-26)
- thresholds: allow overriding per file thresholds (1a894f0), closes #20
- thresholds: allow threshold logs not to be emitted as errors (2de647c), closes #19
1.2.1 (2017-04-30)
1.2.0 (2017-04-15)
- Add the skipFilesWithNoCoverage option
- Add the %browser% placeholder in the dir option to allow multiple browsers to output coverage
- Add coverage thresold enforcement via the thresholds option
- Add the
fixWebpackSourcePaths
option
- Initial release