Skip to content

Releases: gotestyourself/gotest.tools

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

v3.0.0

09 Feb 22:05
fe348c4
Compare
Choose a tag to compare

Major version release for supporting Go modules