All Versions
11
Latest Version
Avg Release Cycle
143 days
Latest Release
2082 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.5.8.1 Changes
May 31, 2019- GHC 8.8.1 compatibility
-
v0.5.8.0 Changes
January 07, 2019- โ Added ShortByteString instances
-
v0.5.7.0 Changes
August 07, 2018- โ Added
runPutMBuilder
- โ Added
-
v0.5.6.0 Changes
- โ Added GSerializeGet and GSerializePut instances for V1
-
v0.5.5.0 Changes
- โ Added Semigroup instances
-
v0.5.4.0 Changes
November 09, 2016- ๐ Allow building with older versions of GHC (thanks to Ryan Scott!)
- โ Additional putters for ints (thanks to Andrew Martin!)
-
v0.5.3.0
July 22, 2016 -
v0.5.2.0 Changes
- ๐จ Implement the AMP recommended refactoring for the Functor/Applicative/Monad hierarchy for Get and PutM (thanks to Herbert Valerio Riedel!)
- ๐ Unconditionally support GHC generics (thanks to Eric Mertens!)
- Split the GSerialize class in two, to deal with a GHC bug (thanks Austin Seipp!)
- No longer use Enum in the Serialize instance for Bool (thanks Francesco Mazzoli!)
-
v0.5.1.0 Changes
November 12, 2015- ๐ Re-enable GHC.Generics support which was accidentally removed in 0.5.0.0
-
v0.5.0.0 Changes
November 02, 2015- ๐ Switch to using the builder provided by the
ByteString
package - ๐ Change the encoding of Float and Double with the Serialize class to use the
Data.Serialize.IEEE754
module - โ Add support for encoding and decoding
ShortByteString
- ๐ New and improved test suite thanks to Kei Hibino
- ๐ Fix two bugs involving the
lookAhead
combinator and partial chunks.
- ๐ Switch to using the builder provided by the