Skip to content

Releases: fhoeben/hsac-fitnesse-plugin

1.24.0

14 Nov 08:19
Compare
Choose a tag to compare

Slim coverage report now has 'copy to clipboard' button on tables describing scenario usage (to make it easier to select the entire table and copy it, for instance to a speadsheet)

1.23.0

29 Oct 19:12
Compare
Choose a tag to compare

New feature: years from today (#31, #32)

1.22.0

06 May 07:16
Compare
Choose a tag to compare

New feature: random Dutch license plate (#30)

1.21.0

29 Jan 19:40
Compare
Choose a tag to compare

New release, requiring FitNesse 20180127

1.20.1

25 Jan 14:30
Compare
Choose a tag to compare

Fixed issue #29

1.20.0

12 Jan 18:13
Compare
Choose a tag to compare
  • Added Slim symbol to generate a random postal code, #28: !randomPostalCode (FR)
  • Added Slim symbol to define a set wiki variables based on the content of a .properties file (the properties file may be a file or a resource present on the classpath): !defineFromProperties (test.properties)
  • Added Slim symbol to define a set wiki variables based on the content of a .properties file (the properties file may be a file or a resource present on the classpath), allowing properties to be overridden by system properties: ! defineDefaultFromProperties (test.properties)

1.19.1

01 Dec 08:19
Compare
Choose a tag to compare

Fix bug which caused slimCoverage test system to report incorrect (too high) usage for nested table template usage.

1.19.0

29 Nov 07:25
Compare
Choose a tag to compare

Allow 'table templates' to be nested, #27.

1.18.3

28 Oct 19:05
Compare
Choose a tag to compare
  • Limit French IBANs generated to the ones that are 'Sepa reachable'
  • Allow list of French bank codes to be overridden by placing a file on classpath (will be used instead of list in jar)

1.18.2

23 Oct 17:10
Compare
Choose a tag to compare
  • Fixes #26
  • Requires Java 8.