Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jun 03:37
· 8 commits to master since this release

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.