Skip to content

Releases: zordius/gulp-jsx-coverage

v0.4.0 2017-01-29

29 Jan 05:16
Compare
Choose a tag to compare
  • 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

17 Mar 09:52
Compare
Choose a tag to compare
  • support multiple threshold types

v0.3.7

12 Jan 02:48
Compare
Choose a tag to compare
  • fix .cjsx omitExt option bug

v0.3.6

04 Jan 03:23
Compare
Choose a tag to compare
  • support .cjsx files

v0.3.5

04 Dec 05:55
Compare
Choose a tag to compare
  • 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

03 Dec 05:20
Compare
Choose a tag to compare
  • fix v0.3.3 isparta coverage report issue

v0.3.3

02 Dec 10:35
Compare
Choose a tag to compare
  • fix wrong line number when printing mocha stacktrace

v0.3.2

02 Dec 06:59
Compare
Choose a tag to compare
  • update dependency
  • fix bad coverage report issue when using istanbul 0.3.8+
  • rename API: .colloectIstanbulCoverage() into .collectIstanbulCoverage()

v0.3.1

07 Nov 09:57
Compare
Choose a tag to compare
  • update dependency

v0.3.0

29 Oct 10:10
Compare
Choose a tag to compare
  • BREAK CHANGE rename initIstanbulHookHack to initModuleLoaderHack
  • new option: options.isparta to support isparta