Skip to content

Releases: gotestyourself/gotestsum

v1.12.2

06 May 03:32
5768fec
Compare
Choose a tag to compare

What's Changed

  • Bump gotest.tools/v3 from 3.5.1 to 3.5.2 by @dependabot in #463
  • Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by @dependabot in #468
  • Bump github.com/fatih/color from 1.17.0 to 1.18.0 by @dependabot in #446
  • Use event times for elapsed by @dnephin in #482
  • feat: support for hidding skipped tests in the junit report by @v1v in #478

New Contributors

  • @v1v made their first contribution in #478

Full Changelog: v1.12.1...v1.12.2

v1.12.1

13 Mar 01:54
3f7ff0e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.12.0...v1.12.1

v1.12.0

30 May 03:32
e9677fb
Compare
Choose a tag to compare

What's Changed

  • filewatcher: silence warning from os.Stat failures by @smoynes in #371
  • Add format-icons flag for nerdfonts instead of unicode by @afbjorklund in #366
  • Add support for gotestsum on illumos/amd64 by @szaydel in #373
  • Improve warning message when stdin is not a terminal by @smoynes in #374
  • Used named constants instead of magic numbers in illumos-specific code by @szaydel in #375
  • Add Mattermost to README.md links by @lieut-data in #378
  • Update gotestsum retries to properly filter out parents when there is a a missing gap in the parent tree by @ddworken in #377
  • Add Woodpecker CI to no-color default autodetection by @xoxys in #379
  • Fix append bug in --rerun-fails with -run flag by @dnephin in #382
  • Add gofiber/fiber to list of projects by @gaby in #389
  • Updates to dependencies and GitHub workflows by @gaby in #390

New Contributors

Full Changelog: v1.11.0...v1.12.0

v1.11.0

16 Sep 19:24
ec99a25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.10.1...v1.11.0

v1.10.1

08 Jul 18:49
049fc26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.10.0...v1.10.1

v1.10.0

07 Apr 16:41
a0149eb
Compare
Choose a tag to compare

What's Changed

  • Use go 1.20 in CI by @dnephin in #304
  • Fix need to save twice to trigger watch on OSX using Neovim by @andersjanmyr in #300
  • Add standard-json format by @Pawka in #313
  • Ensure jsonfile is flushed before running post-run-command by @dnephin in #305
  • Add jsonfile-timing-events flag for capturing only the timing events in a file by @dnephin in #306
  • Use io.Writer in formatters by @dnephin in #317
  • ci-matrix: improve description by @dnephin in #307
  • slowest: Add num flag for limiting the number of slow tests to print by @dnephin in #318

New Contributors

Full Changelog: v1.9.0...v1.10.0

v1.9.0

14 Jan 20:19
875f294
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.2...v1.9.0

v1.8.2

19 Aug 02:06
f863151
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.1...v1.8.2

v1.8.1

08 May 20:42
e209ec9
Compare
Choose a tag to compare

Changelog

  • e209ec9 Merge pull request #249 from dnephin/add-update-flag
  • 849289b Add to readme
  • 57ba68e Add some tests for watch events
  • 14592d7 watch: add u key for updates
  • f1fdcbd Merge pull request #246 from dnephin/warn-watch-and-paths
  • ddb4125 Document --watch with extra package paths
  • 938480e Merge pull request #245 from dnephin/aix
  • 6b46741 Fix the build on aix

v1.8.0

09 Apr 18:46
69fcbcb
Compare
Choose a tag to compare

Changelog

  • 69fcbcb Merge pull request #243 from dnephin/enable-color-on-github-actions
  • 9e8433c Enable color by default when run from github actions
  • a8b4e27 Merge pull request #242 from gotestyourself/docs-post-run
  • 4cc96fb Improve the docs for --post-run-command
  • cc0c1a1 Merge pull request #234 from uhthomas/exec-stdin
  • ac4bc6f Improve the test for input from stdin
  • ce158b4 Pass stdin to go test
  • 0fa88f3 Merge pull request #241 from gotestyourself/mkdir-path
  • d93af71 create any missing directories for {json,junit}file
  • 528a3fd Merge pull request #235 from ashanbrown/asb/ignore-warnings
  • bba51ac Fix e2e test failure
  • 90a5a10 Ensure we still rerun tests when there are warnings
  • d9cd222 Merge pull request #237 from gotestyourself/ci-go1.18
  • 99a7f30 fix goreleaser
  • afec7a6 ci: go1.18
  • 661b091 Merge pull request #226 from g-gaston/compile-test2json-without-go
  • 42e50c2 Add instructions to compile test2json without the need of a local go installation
  • 08a7689 Merge pull request #224 from greut/fix/golangci-lint
  • 2a49979 fix: remove deprecated linters from golanci-lint
  • 87d6387 Merge pull request #223 from dmitris/patch-1
  • 98a1847 update 'go get' idirective to 'go install'
  • e5de87c Merge pull request #216 from dnephin/pkg-elapsed
  • b08915a Merge pull request #215 from dnephin/windows-color
  • 5ec6ef6 Update tests for package elapsed time change.
  • ed34d9a testjson: use event elapsed time for package elapsed
  • 7cadea0 Fix color output on windows
  • c5a73e1 log: use color.Error in log
  • c728c6c Merge pull request #211 from dnephin/version-cmd
  • c0fbc60 Merge pull request #212 from dnephin/go1.17
  • c4e2ac6 ci: add go1.17, remove go1.13
  • ff8f987 README: add version when feature was introduced.
  • de90737 Add 'help' and '?' commands
  • 37116ff Merge pull request #210 from johnrichardrinehart/fix/detect-death-by-sigint
  • 643063a cmd: update signal handling
  • 232870c fix(cmd/main.go): add a channel to proc{} for detecting SIGINT