Releases: zordius/gulp-jsx-coverage
Releases · zordius/gulp-jsx-coverage
v0.4.0 2017-01-29
- BREAK CHANGE do not support coffee-script
- BREAK CHANGE do not support cjsx
- BREAK CHANGE do not support isparta nor options.isparta
- BREAK CHANGE do not support options.istanbul.coverageVariable
- BREAK CHANGE rename options.transpile.babel to options.babel
- BREAK CHANGE rename .initModuleLoaderHack() to initModuleLoader()
- move to istanbul.js and babel-plugin-istanbul, coverage report with original codes!
- move to source-map-support, better stack traces with original codes and lines!
- only support node4+
- better error handling for options.coverage
v0.3.8
- support multiple threshold types
v0.3.7
- fix .cjsx omitExt option bug
v0.3.5
- change example to recommend people move babel config into .babelrc
- use source-map for better line/column hint in coverage report
- better line/column display for mocha error stack traces
v0.3.4
- fix v0.3.3 isparta coverage report issue
v0.3.3
- fix wrong line number when printing mocha stacktrace
v0.3.2
- update dependency
- fix bad coverage report issue when using istanbul 0.3.8+
- rename API: .colloectIstanbulCoverage() into .collectIstanbulCoverage()
v0.3.0
- BREAK CHANGE rename initIstanbulHookHack to initModuleLoaderHack
- new option: options.isparta to support isparta