Skip to content

Releases: getgauge/gauge-java

Gauge java 0.3.0

12 Oct 12:31
Compare
Choose a tag to compare

Enhancements:

  • Adding helper methods to Table class

Bug Fixes:

  • #32 - Exception thrown when the value of JAVA_HOME or gauge-java_home is invalid
  • #30 - Removing deprecated method from skeleton code

Gauge java 0.2.2

19 Aug 10:28
Compare
Choose a tag to compare
  • Added helpers to get row data from column name in Table
  • Updated the reflections dependency
  • Bug Fixes

Gauge java 0.2.1

18 Jun 10:28
Compare
Choose a tag to compare
  • Updating method names on API for adding custom messages.

Gauge java 0.2.0

18 Jun 09:06
Compare
Choose a tag to compare

New Features:

  • #22 - Added API to write custom messages to reports

Gauge java 0.1.0

11 Jun 06:09
Compare
Choose a tag to compare

New Features

  • Tagged hooks execution #17
  • Custom Screenshot hook #18

Enhancements

  • Added Java docs #3
  • Moving jvm_args property to comma separated values in java.properties file #19
  • Improved compilation mechanism while building project.

API Changes

  • SpecificationInfo renamed to ExecutionContext
  • GaugeConnection moved to connection package

Gauge java 0.0.8

25 May 10:11
Compare
Choose a tag to compare

Bug Fixes:

  • Fixing Refactoring bugs #14 #15

Gauge java 0.0.7

28 Apr 06:38
Compare
Choose a tag to compare

Enhancements

  • Pushing artifact to central maven repository

Bug Fixes

  • Add Fix for issue where orphaned java processes run when debugger connection fails on launching in debug mode

Gauge java 0.0.6

21 Apr 13:16
Compare
Choose a tag to compare

Java plugin for Gauge

New Features:

  • Adding BeforeClassSteps and AfterClassSteps execution hooks.
  • Clearing of cached objects at different levels while execution: suite, specification, scenario (default) .

Bug Fixes:

  • Fixing refactoring bugs related to order of parameters.

Gauge Java 0.0.5

09 Mar 08:14
Compare
Choose a tag to compare

Java plugin for Gauge

Enhancements:

  • Gauge compatibility version checks

API:

  • Adding Extract Concept request response to GaugeConnection

Bug fixes:

  • Refactoring issues

Gauge Java 0.0.4

18 Feb 10:38
Compare
Choose a tag to compare

The Gauge Java plugin which supports Gauge

New features:

  • Refactoring through API