All Versions
25
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 2

  • v1.1 Changes

    • โž• Add a Serial instance for Ratio
    • โž• Add the NonEmpty wrapper for lists
    • โž• Add listM (the monadic version of list)
    • โž• Add optional explanation for test outcomes
  • v1.1.0.1 Changes

    ๐Ÿ“š Documentation fixes

  • v1.0.4 Changes

    ๐Ÿ›  Fix compatibility with GHC 7.4.1

  • v1.0.3 Changes

    ๐Ÿ›  Fix a bug where no test cases were generated for some functional types (#19).

  • v1.0.2 Changes

    ๐Ÿ›  Fix a bug in the generic instance

  • v1.0.1 Changes

    ๐Ÿ— Make SmallCheck build with GHC 7.4

  • v1.0 Changes

    ๐Ÿš€ This is a major incompatible release of SmallCheck. Virtually every function has ๐Ÿ”„ changed its name, type, semantics or module. So please carefully read the docs โฌ†๏ธ when upgrading.

    ๐Ÿ‘€ For some highlights, see this blog post.

  • v0.6.2 Changes

    • Derive Typeable Property instance
    • โž• Add smallCheckPure
  • v0.6.1 Changes

    • ๐Ÿ“š Documentation improvements
    • ๐Ÿ— Make the package build with GHC 7.4.1
  • v0.6 Changes

    • 0๏ธโƒฃ Default Generic implementation of Serial instance (by Bas van Dijk)
    • The code is split into modules
    • ๐Ÿ“š Convert much of README into haddock documentation
    • Many small API changes
    • โœ‚ Remove impure Testable (IO a) instance