Skip to content

Releases: paulcwarren/ginkgo4j

Version 1.0.9

18 Mar 06:41
Compare
Choose a tag to compare

This release allows (actually re-instates) executables blocks (the lambda's) to throws Throwable therefore enabling test writers to write test code that can throw any type of exception including Throwable.

Without this change test writers would be forced (by the Java compiler) to handle Throwable's in their test code which could be counter-productive or even just plain wrong depending on the test being written.

Maven coordinates for this release are:-

<dependency>
    <groupId>com.github.paulcwarren</groupId>
    <artifactId>ginkgo4j</artifactId>
    <version>1.0.9</version>
</dependency>

More information can be found here

Version 1.0.8

16 Mar 18:06
Compare
Choose a tag to compare

This release fixes:-
Issue #5
Issue #6

Maven coordinates for this release are:-

<dependency>
    <groupId>com.github.paulcwarren</groupId>
    <artifactId>ginkgo4j</artifactId>
    <version>1.0.8</version>
</dependency>

More information can be found here

Version 1.0.7

24 Nov 01:30
Compare
Choose a tag to compare

Maven coordinates for this release are:-

<dependency>
    <groupId>com.github.paulcwarren</groupId>
    <artifactId>ginkgo4j</artifactId>
    <version>1.0.7</version>
</dependency>

More information can be found here

Version 1.0.6

23 Nov 19:55
Compare
Choose a tag to compare

What's in this release?

  • Added support for Throwable's

Maven coordinates for this release are:-

<dependency>
    <groupId>com.github.paulcwarren</groupId>
    <artifactId>ginkgo4j</artifactId>
    <version>1.0.6</version>
</dependency>

More information can be found here

Version 1.0.5

26 Oct 14:58
Compare
Choose a tag to compare

What's in this release?

Maven coordinates for this release are:-

<dependency>
    <groupId>com.github.paulcwarren</groupId>
    <artifactId>ginkgo4j</artifactId>
    <version>1.0.5</version>
</dependency>

More information can be found here

Version 1.0.4

19 Oct 14:48
Compare
Choose a tag to compare

What's in this release?

Maven coordinates for this release are:-

<dependency>
    <groupId>com.github.paulcwarren</groupId>
    <artifactId>ginkgo4j</artifactId>
    <version>1.0.4</version>
</dependency>

More information can be found here

Version 1.0.3

10 Sep 23:28
Compare
Choose a tag to compare

Minor bug fix to ensure executable block descriptions can contain regex special characters without loosing their It blocks!

Maven coordinates for this release are:-

<dependency>
    <groupId>com.github.paulcwarren</groupId>
    <artifactId>ginkgo4j</artifactId>
    <version>1.0.3</version>
</dependency>

More information can be found here

Version 1.0.2

10 Sep 00:16
Compare
Choose a tag to compare

Minor bug fix to ensure AfterEach's are always called if BeforeEach's complete successfully.

Maven coordinates for this release are:-

<dependency>
    <groupId>com.github.paulcwarren</groupId>
    <artifactId>ginkgo4j</artifactId>
    <version>1.0.2</version>
</dependency>

More information can be found here

Version 1.0.0

31 May 14:34
Compare
Choose a tag to compare

Maven coordinates for this release are:-

<dependency>
    <groupId>com.github.paulcwarren</groupId>
    <artifactId>ginkgo4j</artifactId>
    <version>1.0.0</version>
</dependency>

More information can be found here