Skip to content

Releases: nodejs/tap2junit

v0.2.0

17 Jun 13:27
0601e2d
Compare
Choose a tag to compare

0.2.0 (2024-06-17)

Features

  • add missing release-please files (efaf634)

v0.1.6

30 Mar 09:15
0cfd030
Compare
Choose a tag to compare
  • Support for parsing YAML blocks
  • Add option to override test suite name
  • Add support for TAP version 12
  • Support TAP with nested tests
  • Fix duration_ms to be milliseconds instead of seconds
  • Explicitly encode input file as utf-8
  • Use GitHub Actions for ci testing
  • Replace Python linting tools with Ruff
  • Add pypa/hatch for building and publishing

What's Changed

New Contributors

Full Changelog: 0.1.5...v0.1.6

Add support for Python 3

27 Sep 01:21
Compare
Choose a tag to compare

0.1.5

  • Add support for Python 3
  • Add automated testing on Travis CI
  • Remove Pipfile.lock to support multiple Python versions