Skip to content

Releases: purescript-spec/purescript-spec-node

v0.0.3

11 Oct 15:50
Compare
Choose a tag to compare

Changed

  • runSpecAndExitProcess' and runSpecAndGetResults now work for any test tree
    generator monad, via the new TestTreeGenerator class.

v0.0.2

11 Oct 15:50
Compare
Choose a tag to compare

Changed

  • Breaking: runSpecAndExitProcess' now takes named parameters
    defaultConfig and parseCLIOptions, 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 with evalSpecT as the former is now deprecated.

Added

  • Added comments where appropriate.

v0.0.1

11 Oct 15:50
Compare
Choose a tag to compare

Initial release