Releases: nipafx/LibFX
Releases · nipafx/LibFX
Version 0.3.0
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
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
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
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
LibFX' first feature is ready to use: Nestings!