- #45 @ChickenProp
- Set
propertyDiscardLimit
correctly.
- Set
- #44 @ChickenProp
- Don't re-export
modifyMaxSize
, which is a no-op.
- Don't re-export
- #29 @sol
- Show less context on failure.
- #30 @sol
- Show classification on success
- Provide more information on "gave up"
- #25 @sol
- Suppress internal source locations.
- #24 @sol
- Regard
--color
/--no-color
.
- Regard
- #23 @ocharles
- Improve type inference by constraining the base monad of
PropertyT
toIO
. This makes explicitly usinghedgehog
redundant in many situations.
- Improve type inference by constraining the base monad of
- #7 @parsonsmatt
- Handle error states better by returning them in the instance rather than throwing an exception.
- #6 @jezen
- Bump lower bound on
hedgehog
to fix the build constraints.
- Bump lower bound on
- #2 @lehins
- Documentation fix
- #3 @parsonsmatt
- Respect the
maxSuccess
,maxDiscardRatio
, andmaxShrinks
properties of QuickCheck'sArgs
type. - Reexport
modifyArgs
,modifyMaxSuccess
,modifyMaxDiscardRatio
,modifyMaxSize
,modifyMaxShrings
- Respect the
- Initial Release