Skip to content

Xgo v1.0.45

Compare
Choose a tag to compare
@xhd2015 xhd2015 released this 10 Jul 10:49
· 32 commits to master since this release
dda3d72

Release summary:

  • allow filter trace args and results when collecting trace
  • update test-explorer

To install xgo v1.0.45:

# update xgo
go install github.com/xhd2015/xgo/cmd/xgo@v1.0.45

# update dependency
go get github.com/xhd2015/xgo/runtime@v1.0.45

For documentation, see https://github.com/xhd2015/xgo.

What's Changed (Autogenerated)

  • test-explorer: read test.config.json when invoked from sub dir by @xhd2015 in #233
  • test-explorer: allow set args via test.config.json by @xhd2015 in #234
  • Allow bypass shadow by @xhd2015 in #236
  • doc: add description for test-explorer's test.config.json by @xhd2015 in #237
  • add --mock-rules option by @xhd2015 in #239
  • test explorer: fix run path on windows by @xhd2015 in #241
  • shadow: add support for windows by @xhd2015 in #242
  • add xgo_integration test by @xhd2015 in #243
  • allow ignore args and results when collecting trace by @xhd2015 in #246

Full Changelog: v1.0.44...v1.0.45