Blame CHANGELOG.md

Packit 755117
Changes
Packit 755117
=======
Packit 755117
Packit 755117
Version 0.9.1
Packit 755117
-------------
Packit 755117
Packit 755117
* Expose internal `optionSetToArgs` function
Packit 755117
Packit 755117
Version 0.9
Packit 755117
-------------
Packit 755117
Packit 755117
* Drop support for QuickCheck < 2.7
Packit 755117
* Change the `--quickcheck-show-replay` semantics
Packit 755117
Packit 755117
    Previously, when the flag was set to `True`, the seed was only shown on failure.
Packit 755117
Packit 755117
    Now, the seed is shown on failure regardless of the value of the flag,
Packit 755117
    and the flag causes the seed to be shown on success.
Packit 755117
Packit 755117
    The default value for `--quickcheck-show-replay` is now `False`.
Packit 755117
Packit 755117
Version 0.8.4
Packit 755117
-------------
Packit 755117
Packit 755117
Add a "--quickcheck-verbose" option
Packit 755117
Packit 755117
Version 0.8.3.2
Packit 755117
---------------
Packit 755117
Packit 755117
* Put correct lower version bound on tasty
Packit 755117
* Allow use of older QuickCheck for HP compatibility
Packit 755117
Packit 755117
Version 0.8.3.1
Packit 755117
---------------
Packit 755117
Packit 755117
When QC message throws an exception, still print the replay message
Packit 755117
Packit 755117
Version 0.8.3
Packit 755117
-------------
Packit 755117
Packit 755117
* Export 'show replay' option
Packit 755117
* Fixed a run-time error when using QuickCheck's `expectFailure`
Packit 755117
Packit 755117
Version 0.8.2
Packit 755117
-------------
Packit 755117
Packit 755117
* Allow suppressing the --quickcheck-replay hint
Packit 755117
* Split the changelog out of the main tasty changelog
Packit 755117
Packit 755117
Version 0.8.1
Packit 755117
-------------
Packit 755117
Packit 755117
Re-export `Gen` from `Test.Tasty.QuickCheck`
Packit 755117
Packit 755117
Version 0.8.0.3
Packit 755117
---------------
Packit 755117
Packit 755117
Upgrade to QuickCheck 2.7
Packit 755117
Packit 755117
Version 0.8
Packit 755117
-----------
Packit 755117
Packit 755117
Update to tasty-0.8
Packit 755117
Packit 755117
Version 0.3.1
Packit 755117
-------------
Packit 755117
Packit 755117
Use the original QuickCheck's output format
Packit 755117
Packit 755117
Version 0.3
Packit 755117
-----------
Packit 755117
Packit 755117
Add options for maximum size and maximum ratio; support replay.
Packit 755117
Packit 755117
Version 0.2
Packit 755117
-----------
Packit 755117
Packit 755117
Re-export useful bits of `Test.QuickCheck` from `Test.Tasty.QuickCheck`