Skip to content

Release 0.6.1

Compare
Choose a tag to compare
@kitsonk kitsonk released this 13 Apr 15:30
· 89 commits to master since this release

New

  • The useAbsolutePaths options stops remap-istanbul from using relatives paths on output (thanks @alexeibs)
  • The basePath options is now available on the Grunt task
  • The property code is now supported on both input and output coverage.json. This property is used to provide source files as part of the coverage. (thanks for the idea @shaharmor)
    • If code is present on the input coverage.json, remap-istanbul will not attempt to load the covered file.
    • If the source map contains sources, those will be output in the coverage.json in the code property.
  • You can now pass options to the Istanbul reporters (thanks @jvanoostveen)

Changes

  • Excludes options now are also matched against output coverage information (thanks @nmn)
  • Added a jsconfig.json and typings
  • Updated package dependencies
  • Make gulp and grunt errors non-fatal by default

Bug Fixes