inline-java v0.6.0 Release Notes

Release Date: 2016-12-13 // over 7 years ago
  • โž• Added

    • ๐Ÿ— Can set a custom CLASSPATH in Setup.hs from Gradle build configurations to use when compiling inline expressions.
    • GHC 8 compatibility
    • ๐Ÿ‘Œ Support inline expressions that compile to multiple .class files (e.g for anonymous classes and anonymous function literals).

    ๐Ÿ”„ Changed

    • The return type of inline expressions no longer needs Reify/Reflect instances.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix antiquotation: in [java| $obj.foo() |], obj is now recognized as an antiquotation variable.
    • Passing multiple options to the JVM using withJVM.