All Versions
10
Latest Version
Avg Release Cycle
279 days
Latest Release
1662 days ago
Changelog History
Changelog History
-
v0.7.0.0 Changes
September 01, 2020โ Added
- An instance
Serial
forSet
.
- An instance
-
v0.6.1 Changes
February 17, 2019๐ Fixed
base
version bump to4.13
.- ๐ Conditionally exclude instances already supported by
smallcheck-1.1.3
.
-
v0.6.1.1 Changes
September 01, 2020๐ Fixed
- ๐ Allow
base
versions up to4.15
. - โ Run continuous integration with more compiler versions, up to
GHC-8.10.2
- ๐ Allow
-
v0.6 Changes
July 03, 2016โ Added
- ๐ Support for
base-4.9
which comes bundled withGHC-8.0.1
.
โ Removed
- ๐ Support for
GHC-7.8.4
. For some reason with this version thetransformers
dependency is pinned to 0.3.0.0. I don't have time to fix this issue but if you know how to fix it PRs are welcome. - ๐ Support for stack.
- ๐ Support for
-
v0.5.1 Changes
September 01, 2015๐ Fixed
- Intances of
Word
andInt
now stop generating at its maxium bound.
- Intances of
-
v0.5 Changes
August 31, 2015๐ Changed
- โ
Text
andByteString
Serial instances are now exhaustive.
โ Added
Serial
andCoSerial
instances forWord
,Word8
,Int16
.Serial
andCoSerial
instances forInt8
,Int16
.
- โ
-
v0.4 Changes
August 06, 2015โ Added
- ๐ Support for stack.
CoSerial
instances.
-
v0.3 Changes
May 25, 2015โ Added
- Serial instance for
Map
. zipLogic
for zipping instances. Thanks to Roman Cheplyaka @feuerbach.
๐ Fixed
- Compatibility with GHC < 7.10.
- Serial instance for
-
v0.2 Changes
April 28, 2015๐ Changed
- General renaming to, hopefully, make functions more clear. ### ๐ Fixed
- Series don't repeat elements anymore. Kudos to Roman Cheplyaka for reporting this issue.
-
v0.1 Changes
April 27, 2015โ Added
- ๐ Initial set of utilities for creating
ByteString
andText
Series
. - โ
Serial
ByteString
andText
instances.
- ๐ Initial set of utilities for creating