# Unreleased # v0.3.0.0 * Fix bug when omitting signature after specifying a signature for a prior test * Add support for `_expectFail`, `_expectFailBecause`, `_ignoreTest`, `_ignoreTestBecause` suffixes # v0.2.0.0 * Fix build for GHC 8.10.2 * Greatly simplify framework by replacing `test_testCase` with just `test = testCase ...` # v0.1.0.0 Initial release