All Versions
10
Latest Version
Avg Release Cycle
86 days
Latest Release
1837 days ago

Changelog History

  • v0.8.0.0

    April 15, 2019
  • v0.7.1 Changes

    July 15, 2017

    โœ… Travis now tests against a range of Stackage LTS environments, instead of using multi-ghc.

    ๐Ÿ‘Œ Support for base-4.6 has now been correctly removed in the Cabal file.

  • v0.7.1.3 Changes

    October 06, 2018

    โšก๏ธ Package bounds have been updated for GHC 8.6.

  • v0.7.1.2 Changes

    October 06, 2018

    โšก๏ธ The bounds for QuickCheck have been updated to include the latest version.

  • v0.7.1.1 Changes

    August 03, 2017

    โšก๏ธ The bounds for base have been updated to include support for GHC 8.2.

  • v0.7.0 Changes

    June 26, 2017

    ๐Ÿ”ง The Travis configuration has dropped support for GHC 7.6 and added support for 8.0.

    ๐Ÿ“œ More direct constructors for quality values are now available, to avoid having to deal with Maybe results when you are certain parsing a quality string will not fail.

    โšก๏ธ The bounds for QuickCheck have been updated to include the latest version.

  • v0.6.4 Changes

    July 15, 2017

    โšก๏ธ The bounds for QuickCheck have been updated to include the latest version.

  • v0.6.3 Changes

    July 15, 2017

    ๐Ÿ“œ Parse failures more regularly return a Maybe value instead of raising an exception.

    The (//) smart constructor now accepts wildcard arguments, but only in the correct order.

    โœ… Most tests will now emit a counter example if their relevant properties are violated. Some tests which were not correctly covering their properties have been fixed.

    ๐Ÿšš The -Werror flag has been removed from the test suite.

  • v0.6.2 Changes

    July 15, 2017

    ๐Ÿ“ฆ The test suite now uses the test-framework library instead of cabal-test-quickcheck, and the package no longer depends on Cabal.

  • v0.6.1 Changes

    July 15, 2017

    ๐Ÿ— The type errors and build warnings caused by the BBP have been fixed for GHC 7.10.