All Versions
6
Latest Version
Avg Release Cycle
188 days
Latest Release
2054 days ago
Changelog History
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 typea -> 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, justrunIdentity
on them before passing them toexport
.
- ๐ Use closed type families to remove need for
-
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 returnsNothing
.
- โก๏ธ Update to
-
v0.1.0.2
May 05, 2015 -
v0.1.0.1
January 08, 2015