Releases: gotestyourself/gotest.tools
Releases · gotestyourself/gotest.tools
v3.5.1
v3.5.0
What's Changed
- go.mod: update dependencies and go version by @thaJeztah in #248
- Use Go1.20 by @dnephin in #252
- Fix couple of typos by @wallyqs in #253
- Added WithStdout and WithStderr helpers by @ericfialkowski in #258
- Moved cmdOperators handling from RunCmd to StartCmd by @ericfialkowski in #259
- Deprecate assert.ErrorType by @dnephin in #254
- Remove outdated Dockerfile by @dolmen in #261
- env: add godoc links by @dolmen in #263
- poll: add godoc links by @dolmen in #264
- doc: add godoc links by @dolmen in #262
New Contributors
- @wallyqs made their first contribution in #253
- @ericfialkowski made their first contribution in #258
- @dolmen made their first contribution in #261
Full Changelog: v3.4.0...v3.5.0
v3.4.0
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
v3.2.0
What's Changed
- Update gty-migrate-from-testify by @dnephin in #228
- ci: add go1.18 by @dnephin in #227
- assert: improve godoc and failure messages by @dnephin in #229
- remove pkg/errors dependency by @dnephin in #230
- Ci update linters by @dnephin in #231
- assert: document that filename and line number are included by @dnephin in #233
- Small godoc improvement by @dnephin in #234
Full Changelog: v3.1.0...v3.2.0
v3.1.0
What's Changed
- Add github action for merging main branch by @dnephin in #211
- ci: add go1.16 by @dnephin in #213
- golden: only create dir if update flag is set by @dnephin in #215
- CircleCI: update to GA version of Go 1.16 by @thaJeztah in #216
- go.mod: update dependencies by @thaJeztah in #217
- ci: set path for go install by @dnephin in #219
- icmd: replace all usages of os/exec with golang.org/x/sys/execabs by @thaJeztah in #218
- ci: add go1.17, remove go1.13 by @dnephin in #221
- assert: ErrorIs by @dnephin in #208
- fs: add DirFromPath by @dnephin in #222
- Stop creating directory outside of testdata by @seriousben in #223
- fs: Fix #141 comparing symlink permissions by @DominicLavery in #224
New Contributors
- @DominicLavery made their first contribution in #224
Full Changelog: v3.0.3...v3.1.0