Releases: getgauge/gauge-java
Releases · getgauge/gauge-java
gauge-java 0.6.1
Enhancements
- getgauge/gauge#492 - Using Multithreading to enhance the performance of parallel execution.
- #29 - Screenshot should capture all screens
gauge-java 0.6.0
Enhancement
- getgauge/gauge-proto#3 Migrated from Proto2 to Proto3.
Bug Fixes
- #76 - A method to get a column name by index.
Contributions
Thanks, @haroon-sheikh for contributing to this release!
gauge-java 0.5.1
New Features
- #70 - Allow enums as step parameters
Enhancements
- #66 - Allow users to configure types for ContinueOnFailure
Contributors
Thanks to @boazberman for adding support to have enums as step parameters
gauge-java 0.5.0
New Features
- Add support to continue execution on failure using the
@ContinueOnFailure
annotation.
Enhancements
- #43 - Show validation error when duplicate step implementations exist.
Contributions
Thanks @maquessime for contributing to this release!
Note: This release of gauge-java
needs gauge 0.6.0
or higher.
gauge-java 0.4.1
Enhancements
- #53 - Override toString() in Table class
Bug Fixes
- #58 - Gauge process is getting killed when NumberFormatException is thrown
- Kill Gauge-Java process after execution
Miscellaneous
- #51 - Publish gauge-java nightly package for maven projects
Contributions
- #56 - issue-53 - override to string on table by @maquessime
Gauge-Java 0.4.0
Enhancements
- Signing gauge-java installers and executables
- #42 - Adding helper methods to TableRow
- #48 Adding _ to new param names while refactoring
Bug Fixes
- #44 - Refactoring the name of the step is causing a compilation error
Miscellaneous
- #50 - Changing reference to old java plugin page
- Kill gauge-java and its child processes if Gauge is dead
Contributors
- @slee016 Adding helper methods to TableRow
- @haroon-sheikh Referencing Gauge-Java documentation
Gauge java 0.3.4
Enhancements
- Added API to get all column values for a column index. Contributed by @haroon-sheikh.
Bug Fixes
- getgauge/gauge#267 Gauge.writeMessage in AfterStep hook prints it against next step
Gauge java 0.3.3
Bug Fixes:
- Retaining orphan comments while Refactoring #16
- Order of Execution Hooks
Gauge java 0.3.2
Enhancements:
- Execution hooks should be run in order #36
Gauge java 0.3.1
Fixed packaging