Releases: getgauge-contrib/gauge-go
Releases · getgauge-contrib/gauge-go
Gauge go v0.4.0
What's Changed
- Use go install by @zabil in #38
- Updating to latest go packages by @haroon-sheikh in #41
New Contributors
- @zabil made their first contribution in #38
- @haroon-sheikh made their first contribution in #41
Full Changelog: v0.3.1...v0.4.0
Gauge go v0.3.1
- #37 - Change execution hook filtering based on tags
Gauge-go v0.3.0
- #32 - Expose execution context details in hook (thanks @vmatyusGitHub )
Gauge Go v0.2.0
- #29 - Add remote debugging option with dlv (thanks @apssouza22)
- #27 - Added gomod support (thanks @danielle-mustillo)
- #26 - Add support for Continue on failure (thanks @danielle-mustillo)
Gauge Go 0.1.4
Gauge go v0.1.3
Enhance ents
- Add support for go modules
Contributions
Thanks, @jorygeerts @cgwic @ultrasander for their valuable contributions.
Gauge go v0.1.2
Bug fixes
- #15 - Request timedout for Message IDs in v0.9.6
Gauge go v0.1.1
Technical details:
Uses go test
to load step implementations instead of go run
. Refer this commit for more.
Gauge Go v0.1.0
Gauge Go plugin v0.0.2
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