Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

30 lines (16 loc) · 1.81 KB

1.0.1 (2022-06-05)

Bug Fixes

  • Omit extra line breaks at the end of the output (688e0be)
  • Replace the duplexer dependency with duplexer3 (eaee472)
  • Subtract passed todo tests from the passed total instead of from the failed one (1a83bbf)

1.0.0 (2022-06-05)

Features

  • Upgrade TAP parser, overhaul formated output (afbd39d)

BREAKING CHANGES

  • The upgraded TAP parser 11.0 has different behaviour than the original 0.7. Programmatically, the "comment" event is triggered with the comment including the "# " prefix and the "results" event was renamed to "complete". Further optimisations of the formatted output reduce unnecessary text and render errors in a more legible way.

0.0.2 (2020-02-07)

Bug Fixes

  • Trim too long assert messages to prevent line overflow (6f9b1fb)
  • Upgrade npm modules, which were possible (fb949e)
  • Switch sprintf out for sprintf-js (Chris Apparicio chris@apparicio.me) (1bb6b6e)

This is the first version released after forking the original project.