All Versions
15
Latest Version
Avg Release Cycle
92 days
Latest Release
1538 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.2.0.1 Changes
May 23, 2016- ๐ Build with GHC 8.
-
v0.2.0.0 Changes
December 27, 2015๐ฅ Breaking changes:
-
unpinch
no longer returnsEither String a
. Instead it returns aParser a
. - ๐
Protocol.serialize*
methods no longer produce aByteString.Builder
and the serialized length. Instead, they produce a customBuilder
type.
Other changes:
- ๐ Improve deserialization performance significantly by getting rid of
unnecessary calls to
Data.Typeable.{eqT, cast}
. - ๐ Improve serialization performance by allocating the output buffer in one go
rather than using
ByteString.Builder
. - ๐ Improve serialization and deserialization performance further by changing the intermediate representation of lists, sets, and maps.
-
-
v0.1.0.2 Changes
December 27, 2015- Loosen
vector
version constraint.
- Loosen
-
v0.1.0.1 Changes
November 15, 2015- ๐ Fixed recursion in C pre-processor expansion. This can break the build on some systems.
-
v0.1.0.0 Changes
November 15, 2015- ๐ Initial release.