v0.0.2
Changed
- Breaking:
runSpecAndExitProcess'now takes named parameters
defaultConfigandparseCLIOptions, 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
- Added comments where appropriate.