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'
andrunSpecAndGetResults
now work for any test tree generator monad, via the newTestTreeGenerator
class.
- Breaking:
runSpecAndExitProcess'
now takes named parametersdefaultConfig
andparseCLIOptions
, 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
runSpecT
withevalSpecT
as the former is now deprecated.
- Added comments where appropriate.