Skip to content

Version 0.2.1

Compare
Choose a tag to compare
@nipafx nipafx released this 01 May 17:38
· 131 commits to master since this release

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'