Skip to content

v2.1.0

Choose a tag to compare

@dhershman1 dhershman1 released this 04 Sep 14:00
· 130 commits to master since this release

New

  • Upon an error (in tap-junit) when either writing or if the tests are not passing we call the exit method instead of setting the exitCode

Improved

  • Tweaked the .travis.yml file for node 8, linting, and cache
  • Updated all current dependencies including dev
  • Removed the through2 dependency as it was no longer needed
  • Removed the duplexer2 dependency as it is no longer needed
  • Switched to just using console.log vs process.stdout.write (flip flop I know)
  • Converted to using the promise chain with fs-extra vs callbacks

Fixed

  • If you place the extension at the end of a name it will no longer get attached (Fixed in string sanitizer)
    • Example: tap-junit -n tap.xml will no longer result in tapxml.xml but instead tap.xml still