Releases: nodejs/tap2junit
Releases · nodejs/tap2junit
v0.2.0
v0.1.6
- 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
- Update tap13 from upstream, reapply py3 compat again by @cclauss in #19
- Create lint_python.yml by @cclauss in #23
- Add bail out by @fmartinsons in #22
- isort: —rc is now deprecated by @cclauss in #24
- Delete .travis.yml by @cclauss in #30
- Fix parsing yaml blocks by @MoLow in #31
- Apache License, Version 2.0 by @cclauss in #20
- Upgrade GitHub Actions by @cclauss in #32
- Add option to override test suite name by @fmartinsons in #25
- Add support for TAP version 12. by @fmartinsons in #26
- add tests by @MoLow in #34
- Fix condition that was missing after #26 by @fmartinsons in #35
- support nested TAP by @MoLow in #37
- fix duration_ms to be correct by @MoLow in #38
- adopt PEP621 by @MoLow in #40
- pip install --upgrade pip setuptools wheel by @cclauss in #44
- Replace bandit, flake8, isort, and pyupgrade with ruff by @cclauss in #42
- fix: explicitly encode input file with utf-8 by @MoLow in #45
- README.md: Update Suggested code hygiene by @cclauss in #47
- tap2junit v0.1.6 proposal by @MoLow in #46
- Build with hatch and release tap2junit v0.1.6 by @cclauss in #49
New Contributors
- @fmartinsons made their first contribution in #22
- @MoLow made their first contribution in #31
Full Changelog: 0.1.5...v0.1.6
Add support for Python 3
0.1.5
- Add support for Python 3
- Add automated testing on Travis CI
- Remove Pipfile.lock to support multiple Python versions