Releases: nickfiggins/tstat
Releases · nickfiggins/tstat
v1.1.3: go1.21 + chores
What's Changed
- update go version to 1.21, improve example test, small docs update by @nickfiggins in #9
Full Changelog: v1.1.2...v1.1.3
v1.1.2: Add test duration; small refactors
What's Changed
- chore: refactor conversion logic, clean up internal tests by @nickfiggins in #8
- add duration to Test; more tests by @nickfiggins in #6
Full Changelog: v1.1.1...v1.1.2
v1.1.1
- Small bug fix for handling a case where a test name may look like a subtest, but wasn't actually ran as a subtest.
v1.1.0: Add new coverage functionality; update docs
Merge pull request #4 from nickfiggins/by-pkg improve examples; add mathutil
remove root()
Merge pull request #3 from nickfiggins/retract refactor tests to use ByPackage
initial release
v1.0.0 docs: update go doc comments