Skip to content

Releases: getgauge/gauge-java

gauge-java 0.6.1

01 Mar 08:56
Compare
Choose a tag to compare

Enhancements

  • getgauge/gauge#492 - Using Multithreading to enhance the performance of parallel execution.
  • #29 - Screenshot should capture all screens

gauge-java 0.6.0

15 Feb 10:39
Compare
Choose a tag to compare

Enhancement

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

24 Nov 08:51
Compare
Choose a tag to compare

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

22 Jul 08:03
Compare
Choose a tag to compare

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

21 Jun 09:19
Compare
Choose a tag to compare

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

Gauge-Java 0.4.0

28 Apr 11:36
Compare
Choose a tag to compare

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

Gauge java 0.3.4

13 Jan 05:52
Compare
Choose a tag to compare

Enhancements

  • Added API to get all column values for a column index. Contributed by @haroon-sheikh.

Bug Fixes

Gauge java 0.3.3

02 Nov 08:38
Compare
Choose a tag to compare

Bug Fixes:

  • Retaining orphan comments while Refactoring #16
  • Order of Execution Hooks

Gauge java 0.3.2

27 Oct 09:32
Compare
Choose a tag to compare

Enhancements:

  • Execution hooks should be run in order #36

Gauge java 0.3.1

13 Oct 06:34
Compare
Choose a tag to compare

Fixed packaging