Skip to content

Releases: getgauge-contrib/gauge-go

Gauge go v0.4.0

02 Jul 02:31
8b571c0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.4.0

Gauge go v0.3.1

31 May 11:45
Compare
Choose a tag to compare
  • #37 - Change execution hook filtering based on tags

Gauge-go v0.3.0

15 Feb 02:08
Compare
Choose a tag to compare
  • #32 - Expose execution context details in hook (thanks @vmatyusGitHub )

Gauge Go v0.2.0

09 Jul 01:06
Compare
Choose a tag to compare

Gauge Go 0.1.4

14 Apr 10:11
e871c05
Compare
Choose a tag to compare

Enhancements

  • config option to change go test -timeout from default 10 mins (#24)

Contributions

Thanks, @gaunty for their valuable contributions.

Gauge go v0.1.3

01 Aug 09:23
7818c41
Compare
Choose a tag to compare

Enhance ents

  • Add support for go modules

Contributions

Thanks, @jorygeerts @cgwic @ultrasander for their valuable contributions.

Gauge go v0.1.2

03 Jan 06:21
b0e9a15
Compare
Choose a tag to compare

Bug fixes

  • #15 - Request timedout for Message IDs in v0.9.6

Gauge go v0.1.1

21 Feb 14:38
Compare
Choose a tag to compare

Technical details:

Uses go test to load step implementations instead of go run. Refer this commit for more.

Gauge Go v0.1.0

17 Feb 17:48
Compare
Choose a tag to compare

Gauge go plugin compatible with Gauge v0.8.0

Enhancements

  • #6 Add GOPATH/src check

Thanks to @Wuvist for adding check to see if project is initialized in GOPATH!

Gauge Go plugin v0.0.2

05 Oct 05:32
Compare
Choose a tag to compare

Enhancements:

  • Performing a go get github.com/getgauge-contrib/gauge-go as post install command after plugin installation so that user need not do it manually