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'