Skip to content

Releases: nipafx/LibFX

Version 0.3.0

Choose a tag to compare

@nipafx nipafx released this 28 May 12:13

LibFX 0.3.0 contains two new features:

Maven:

<dependency>
    <groupId>org.codefx.libfx</groupId>
    <artifactId>LibFX</artifactId>
    <version>0.3.0</version>
</dependency>

Gradle:

    compile 'org.codefx.libfx:LibFX:0.3.0'

Version 0.2.1

Choose a tag to compare

@nipafx nipafx released this 01 May 17:38

LibFX 0.2.1 fixes a bug in Nestings.

This release fixes issue #9 (Nestings: Inconsistent handling of 'null' in outer property) - thanks to acepe for reporting it.

Maven:

<dependency>
    <groupId>org.codefx.libfx</groupId>
    <artifactId>LibFX</artifactId>
    <version>0.2.1</version>
</dependency>

Gradle:

    compile 'org.codefx.libfx:LibFX:0.2.1'

Version 0.2.0

Choose a tag to compare

@nipafx nipafx released this 22 Nov 13:30

LibFX 0.2.0 comes with a bunch of new features:

Maven:

<dependency>
    <groupId>org.codefx.libfx</groupId>
    <artifactId>LibFX</artifactId>
    <version>0.2.0</version>
</dependency>

Gradle:

    compile 'org.codefx.libfx:LibFX:0.2.0'

Version 0.1.1

Choose a tag to compare

@nipafx nipafx released this 13 Sep 14:39

After some time under surveillance and minor enhancements to the Javadoc LibFX is now ready for production use.

This is also the first release available in Maven Central - these are the coordinates:

Maven:

<dependency>
    <groupId>org.codefx.libfx</groupId>
    <artifactId>LibFX</artifactId>
    <version>0.1.1</version>
</dependency>

Gradle:

    compile 'org.codefx.libfx:LibFX:0.1.1'

Version 0.1.0 Beta

Version 0.1.0 Beta Pre-release
Pre-release

Choose a tag to compare

@nipafx nipafx released this 08 Aug 10:02

LibFX' first feature is ready to use: Nestings!