hedgehog v0.5 Release Notes

Release Date: 2017-07-16 // almost 7 years ago
    • โœ… Parallel state machine testing, allows detection of commands which are not-atomic ([#98][98], [@jacobstanley][jacobstanley])
    • โœ… Easier to use variables for state machine testing ([#94][94], [@jacobstanley][jacobstanley])
    • MonadGen class allows the use of transformers like ReaderT and StateT on the outside of generators ([#99][99], [@jacobstanley][jacobstanley])
    • ๐Ÿ‘ Better error messages for tests which throw exceptions ([#95][95], [@jacobstanley][jacobstanley])
    • โœ… Separated test input generation and assertions in to PropertyT and TestT respectively, this allows TestT to have a MonadBaseControl instance ([#96][96], [@jacobstanley][jacobstanley])
    • This document grew links to the pull requests which introduced various changes ([#93][93], [@moodmosaic][moodmosaic])