Changelog for tasty-hunit-0.10.0.1

Changes

Version 0.10.0.1

Un-deprecate (@?) and AssertionPredicable and improve their docs

Version 0.10

Version 0.9.2

Add testCaseInfo for tests that return some information upon success

Version 0.9.1

Add testCaseSteps for multi-step tests

Version 0.9.0.1

Split the changelog out of the main tasty changelog

Version 0.9

tasty-hunit now does not depend on the original HUnit package. The functions that were previously re-exported from HUnit have been simply copied to tasty-hunit.

This is motivated by:

The two packages are still compatible, except for the name clashes and distinct exception types being thrown on assertion failures.

Version 0.8.0.1

Fix unbuildable haddock

Version 0.8

Version 0.4.1

Do not re-export HUnit's Testable class

Version 0.2

Re-export useful bits of Test.HUnit from Test.Tasty.HUnit