All Versions
6
Latest Version
Avg Release Cycle
188 days
Latest Release
2054 days ago

Changelog History

  • v1.1.0.0 Changes

    August 04, 2017
    • โšก๏ธ Backwards incompatible change! Wrappers have to be updated (see examples)
    • ๐Ÿ›  Fixed significant memory truncation bug #20
    • ๐Ÿ›  Fixed potential use-after-free stack return bug (see fix for #20)
  • v1.0.1.0 Changes

    February 01, 2016
    • โœ‚ Remove no-longer-needed instance for IO, fixes "overlapping instances" error in clients
  • v1.0.0.0 Changes

    January 31, 2016
    • ๐Ÿšš Use closed type families to remove need for Identity monad at the end of functions. You can now export any pure function of type a -> b -> ... -> r. This is what I've been waiting for for years. Fixes #9.
    • โœ‚ Remove all helpers, wrappers, and support for exporting functions of type a -> b -> ... -> Identity r. If you need those for some reasons, just runIdentity on them before passing them to export.
  • v0.2.0.0 Changes

    January 30, 2016
    • โšก๏ธ Update to msgpack-1.0.0. Fixes #5.
    • ๐Ÿ›  Fix compilation under GHC 7.10
    • Require GHC >= 7.10
    • โœ‚ Remove support for compilers that don't support DataKinds
    • ๐Ÿ‘ stack support.
    • With msgpack-1.0.0 we unfortunately lose the ability to give clear messages; if there is a number-of-arguments mismatch, unpack now returns Nothing.
  • v0.1.0.2

    May 05, 2015
  • v0.1.0.1

    January 08, 2015