Changelog for skeletest-0.3.2
v0.3.2
API changes:
- Added
hookModifyFileSpecstoHooks(#59)
v0.3.1
API changes:
- Re-export
BoxSpecandBoxContentfromSkeletest.Plugin
Runtime changes:
- Tweak formatting of test failures/errors
v0.3.0
GHC support:
- Support GHC 9.14
New features:
- Automatically capture stdout/stderr (#1)
API changes:
- Specify order of type variables for
P.anythingso thatP.anything @Intworks
Runtime changes:
- Add location to error messages
- Render test failures/errors in more visible box
- Display the path of the test file instead of guessing a module name (#40)
- Flush stdout so test name is displayed while test is still running
v0.2.1
- Add
P.list
v0.2.0
- Move setting properties to
Skeletest.Prop - Add coverage functions for property tests
v0.1.1
- Support Diff-1.0
- Support GHC 9.12, drop support for GHC 9.6
v0.1.0
Initial release