1.0.1 (2022-06-05)
- 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)
- Upgrade TAP parser, overhaul formated output (afbd39d)
- 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)
- Trim too long assert messages to prevent line overflow (6f9b1fb)
- Upgrade npm modules, which were possible (fb949e)
- Switch
sprintf
out forsprintf-js
(Chris Apparicio chris@apparicio.me) (1bb6b6e)
This is the first version released after forking the original project.