hedgehog v0.2 Release Notes

Release Date: 2017-05-06 // almost 7 years ago
    • ➕ Added a quiet test runner which can be activated by setting HEDGEHOG_VERBOSITY=0 (@jacobstanley)
    • ✅ Concurrent test runner does not display tests until they are executing (@jacobstanley)
    • ✅ Test runner now outputs a summary of how many successful / failed tests were run (@jacobstanley)
    • checkSequential and checkParallel now allow for tests to be run without Template Haskell (@jacobstanley)
    • Auto-discovery of properties is now available via discover instead of being baked in (@jacobstanley)
    • annotate allows source code to be annotated inline with extra information (@jacobstanley)
    • forAllWith can be used to generate values without a Show instance (@jacobstanley)
    • ✂ Removed uses of Typeable to allow for generating types which cannot implement it (@jacobstanley)