Skip to content

Releases: gotestyourself/gotest.tools

v3.5.2

08 Feb 21:08
0b81523
Compare
Choose a tag to compare

What's Changed

  • assert: ensure message is always displayed & fix under bazel by @cstrahan in #276
  • go.mod: golang.org/x/tools v0.13.0 for go1.22+ compatibility by @thaJeztah in #282
  • poll: Continue(): use format.Message for formatting by @thaJeztah in #279
  • fix TestFromDirSymlink on Windows due to missing drive-letter by @thaJeztah in #283
  • Fix various linting issues and minor bugs by @thaJeztah in #280
  • fix badges in readme, gofmt, and minor linting fix by @thaJeztah in #284
  • circleci: add go1.21, go1.22, go1.23, and update golangci-lint to v1.60.3 by @thaJeztah in #285
  • assert, assert/cmp: un-deprecate assert.ErrorType for now by @thaJeztah in #286

New Contributors

Full Changelog: v3.5.1...v3.5.2

v3.5.1

16 Sep 19:21
81cea1a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.5.0...v3.5.1

v3.5.0

30 Jun 01:22
a80f057
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.4.0...v3.5.0

v3.4.0

07 Oct 16:32
f086d27
Compare
Choose a tag to compare

What's Changed

  • Test against Go1.19, and remove a dependency by @dnephin in #242
  • assert: allow updating expected vars/consts inside functions by @motemen in #244
  • drop go1.16 from test-matrix, replace deprecated io/ioutil, and update golangci-lint to v1.49.0 by @thaJeztah in #245

New Contributors

Full Changelog: v3.3.0...v3.4.0

v3.3.0

18 Jun 18:54
4de0c9f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.3.0

v3.2.0

23 Apr 18:29
7beca78
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.2.0

v3.1.0

15 Jan 16:05
dc5149e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.3...v3.1.0

v3.0.3

08 Oct 15:58
568bc57
Compare
Choose a tag to compare
  • assert: fixes a bug that would cause a panic if there were any function calls before assert.Check on the same line
  • golden: create the directory if it does not exist, when run with -test.update-golden

v3.0.2

09 Feb 22:02
Compare
Choose a tag to compare

Fixed assert.NilError when used with non-nil errors with a type.

v3.0.1

05 Feb 00:59
ab4a870
Compare
Choose a tag to compare

Fix import alias to point at the /v3 path