All Versions
10
Latest Version
Avg Release Cycle
279 days
Latest Release
1333 days ago

Changelog History

  • v0.7.0.0 Changes

    September 01, 2020

    โž• Added

    • An instance Serial for Set.
  • v0.6.1 Changes

    February 17, 2019

    ๐Ÿ›  Fixed

    • base version bump to 4.13.
    • ๐Ÿ‘ Conditionally exclude instances already supported by smallcheck-1.1.3.
  • v0.6.1.1 Changes

    September 01, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ Allow base versions up to 4.15.
    • โš™ Run continuous integration with more compiler versions, up to GHC-8.10.2
  • v0.6 Changes

    July 03, 2016

    โž• Added

    • ๐Ÿ‘Œ Support for base-4.9 which comes bundled with GHC-8.0.1.

    โœ‚ Removed

    • ๐Ÿ‘Œ Support for GHC-7.8.4. For some reason with this version the transformers 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.
  • v0.5.1 Changes

    September 01, 2015

    ๐Ÿ›  Fixed

    • Intances of Word and Int now stop generating at its maxium bound.
  • v0.5 Changes

    August 31, 2015

    ๐Ÿ”„ Changed

    • โœ… Text and ByteString Serial instances are now exhaustive.

    โž• Added

    • Serial and CoSerial instances for Word, Word8, Int16.
    • Serial and CoSerial instances for Int8, 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.
  • 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 and Text Series.
    • โœ… Serial ByteString and Text instances.