Skip to content

v1.10.0

Compare
Choose a tag to compare
@mvdan mvdan released this 27 Mar 09:54
· 28 commits to master since this release
v1.10.0

What's Changed

  • Add link to testscript tutorial by @bitfield in #183
  • lockedfile: update from Go master by @rogpeppe in #186
  • gotooltest: run probe commands in temporary directory by @myitcv in #188
  • cmd/testscript: add a -continue flag to not stop at the first error by @mvdan in #189
  • cmd/testscript: mention -continue flag in usage by @rogpeppe in #191
  • testscript: add Params.ContinueOnError by @rogpeppe in #192
  • testscript: import timeout behavior from stdlib by @FiloSottile in #171
  • testscript: fix error handling in setup by @rogpeppe in #193
  • testscript: add RequireUniqueNames parameter by @twpayne in #185
  • ci: bump Go versions by @twpayne in #194
  • testscript: remove our code coverage mechanism thanks to Go 1.20 by @mvdan in #201
  • diff: add package, make testscript use it by @mvdan in #205
  • testscript: remove "large files differ" diff size limit by @mvdan in #206
  • bump Go, drop test-gotip, clean up code for old Go versions by @mvdan in #207

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