Skip to content

Releases: nickfiggins/tstat

v1.1.3: go1.21 + chores

08 Sep 08:35
ae20581
Compare
Choose a tag to compare

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

23 Aug 00:48
e6da8fa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

03 Aug 02:25
1c61f31
Compare
Choose a tag to compare
  • 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

28 Jul 00:46
d1a0069
Compare
Choose a tag to compare
Merge pull request #4 from nickfiggins/by-pkg

improve examples; add mathutil

remove root()

26 Jul 02:49
f2b0d01
Compare
Choose a tag to compare
Merge pull request #3 from nickfiggins/retract

refactor tests to use ByPackage

initial release

25 Jul 02:28
Compare
Choose a tag to compare
v1.0.0

docs: update go doc comments