Releases: purescript-spec/purescript-spec-node
Releases · purescript-spec/purescript-spec-node
v0.0.3
v0.0.2
Changed
- Breaking:
runSpecAndExitProcess'
now takes named parameters
defaultConfig
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
- Added comments where appropriate.