Releases: getgauge/gauge-ruby
Releases · getgauge/gauge-ruby
Gauge Ruby v0.7.0
Gauge Ruby v0.6.0
- #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
Features
None
Bug Fixes
None
Gauge Ruby v0.5.3
Enhancements
- Write screenshots to file getgauge/html-report#213
- Use gRPC for communicating with gauge getgauge/gauge#134
gauge-ruby 0.5.2
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
Enhancements
- getgauge/gauge-vscode#172 - Sending line diffs to gauge during refactoring
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
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
gauge-ruby 0.4.2
Minor changes in gitignore files.
gauge-ruby 0.4.1
Bug Fixes
- #41 - Adding .gitignore file while initializing gauge. gauge init process does not fail even if bundle install fails.