Skip to content

Releases: getgauge/gauge-ruby

Gauge Ruby v0.7.0

05 Jul 14:50
28b7589
Compare
Choose a tag to compare
  • #295 - Update versions in README to match
  • #292 - Drop debugging support in preference of validated builds against Ruby 2.7.x -> 3.2.x
  • #291 - Bump actions/setup-go from 3 to 4
  • #234 - Upgrade to GitHub-native Dependabot

Gauge Ruby v0.6.0

28 Jun 06:44
Compare
Choose a tag to compare
  • #290 - Fix build for Ruby 2.7+ and add arm64 variants
  • #223 - Bump parser from 3.0.0.0 to 3.0.1.0
  • #222 - Bump grpc-tools from 1.35.0 to 1.36.0
  • #221 - Bump grpc from 1.35.0 to 1.36.0
  • #219 - Bump grpc-tools from 1.32.0 to 1.35.0
  • #218 - Bump yard from 0.9.25 to 0.9.26
  • #217 - Update parser requirement from ~> 2.3 to >= 2.3, < 4.0
  • #216 - Bump rake from 13.0.1 to 13.0.3
  • #212 - Use released version of html report
  • #211 - Update build scripts and remove deprecations
  • #209 - Bump rspec from 3.9.0 to 3.10.0
  • #208 - Bump simplecov from 0.19.0 to 0.19.1
  • #205 - Bump parser from 2.7.1.5 to 2.7.2.0
  • #204 - Bump parser from 2.7.1.4 to 2.7.1.5
  • #203 - Bump grpc-tools from 1.31.1 to 1.32.0
  • #202 - Bump grpc from 1.31.1 to 1.32.0
  • #201 - Bump unparser from 0.4.8 to 0.4.9
  • #200 - Bump unparser from 0.4.7 to 0.4.8
  • #199 - Bump grpc from 1.30.2 to 1.31.1
  • #198 - Bump grpc-tools from 1.30.2 to 1.31.1

Gauge Ruby v0.5.4

05 Aug 08:30
64d020d
Compare
Choose a tag to compare

Features

None

Bug Fixes

None

Gauge Ruby v0.5.3

19 Feb 05:28
5afeec3
Compare
Choose a tag to compare

Enhancements

gauge-ruby 0.5.2

30 Jan 09:11
Compare
Choose a tag to compare

Bug Fixes

  • #91 - The usage statistics should not repeat after changing the implementation file content
  • #88 - use of closed network connection while running specs
  • #80 - Gem does not work with ruby < 2.3 because of Safe Navigation Operator (&.) usage
  • #89 - Wrong Duplicate step implementation diagnostics is displayed
  • #94 - Add support to capture screenshot in step
  • #99 - Adding nil to Gauge.write_message crashes the runner
  • #101 - fixes step implementation not found error on implementing a step

Miscellaneous

  • #95 - added support for capturing screenshot in Step, getgauge/gauge#632
  • #97 - Collected step execution screenshots with result of step execution

Note: Support for ruby versions < 2.2 will soon be deprecated

gauge-ruby 0.5.1

18 Jun 11:18
Compare
Choose a tag to compare

Enhancements

Bug Fixes

  • #71 - Gauge messages in hooks are not displayed
  • #83 - Custom screen grabber does not work if screenshot plugin not installed.

Miscellaneous

  • #82 - Performance optimization

gauge-ruby 0.5.0

03 May 05:49
Compare
Choose a tag to compare

Enhancements

  • #61 - Runner should log to log files when started gauge is started as daemon
  • Uses gRPC protocol to serve requests when Gauge is started in LSP mode.

gauge-ruby 0.4.3

19 Mar 09:03
Compare
Choose a tag to compare

New Features

  • #49 - Gauge LSP support
  • #60 - Added debugging support through vscode.

Enhancements

  • #45 - Reducing stack trace
  • #44 - On test failure print step implementation snippet

Bug Fixes

  • #51 - Missing gauge ruby X86 library for gauge 0.4.2

gauge-ruby 0.4.2

07 Sep 08:29
Compare
Choose a tag to compare

Minor changes in gitignore files.

gauge-ruby 0.4.1

19 Jun 10:57
Compare
Choose a tag to compare

Bug Fixes

  • #41 - Adding .gitignore file while initializing gauge. gauge init process does not fail even if bundle install fails.