All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
runSpecAndExitProcess'andrunSpecAndGetResultsnow work for any test tree generator monad, via the newTestTreeGeneratorclass.
- Breaking:
runSpecAndExitProcess'now takes named parametersdefaultConfigandparseCLIOptions, allowing to specify, respectively, the default config and whether that config should be used as is or CLI options (if any provided) should be applied on top of it. - Replaced
runSpecTwithevalSpecTas the former is now deprecated.
- Added comments where appropriate.