Skip to content

Releases: prantlf/faucet

v1.0.1

05 Jun 05:21
Compare
Choose a tag to compare

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)

v1.0.0

05 Jun 03:37
Compare
Choose a tag to compare

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.

v0.0.2

07 Feb 05:47
Compare
Choose a tag to compare

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.