Releases: prantlf/faucet
Releases · prantlf/faucet
v1.0.1
v1.0.0
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
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 [email protected]) (1bb6b6e)
This is the first version released after forking the original project.