sparkle v0.3 Release Notes

Release Date: 2016-10-19 // over 7 years ago
  • โž• Added

    • ๐Ÿ— Dockerfile to build sparkle.
    • Compatibility with singletons-2.2.
    • โž• Add the identity Reify/Reflect instances.
    • ๐Ÿ”„ Change JNI bindings to use new JNI.String type, instead of ByteString. This new type guarantees the invariants required by the JNI API (null-termination in particular).

    ๐Ÿ”„ Changed

    • โœ‚ Remove Reify/Reflect instances for Int. Only instances for sized types remain.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix type in Reify Int making it incorrect.