Skip to content

Latest commit

 

History

History
128 lines (61 loc) · 5.27 KB

CHANGELOG.md

File metadata and controls

128 lines (61 loc) · 5.27 KB

2.3.0 (2023-11-22)

Bug Fixes

  • depencency: buchu version (751ff23)
  • lint: fix lint error (6fc20d0)
  • package.json: fix export main (08e01ed)
  • prettystack: fix prettyStack when error is not a Error instance (d73ff5f)
  • touch: ping (4b55fe9)

Features

  • scenario: only - run only scenarios marked as .only (8ce67a0), closes #7

2.3.0-beta.2 (2023-07-27)

Bug Fixes

  • lint: fix lint error (6fc20d0)
  • prettystack: fix prettyStack when error is not a Error instance (d73ff5f)

2.3.0-beta.1 (2023-05-12)

Features

  • scenario: only - run only scenarios marked as .only (8ce67a0), closes #7

2.2.2-beta.3 (2023-03-29)

Bug Fixes

  • package.json: fix export main (08e01ed)

2.2.2-beta.2 (2023-03-29)

Bug Fixes

  • depencency: buchu version (751ff23)

2.2.2-beta.1 (2023-03-29)

Bug Fixes

2.2.1 (2023-03-20)

Bug Fixes

  • runner: export with the wrong file name (9e937ef)

2.2.0 (2023-03-20)

Features

  • runner: runner dependencies not conflicting with the rest of the lib (735611d)

2.1.0 (2023-03-20)

Bug Fixes

  • ci: change node version to 18.x (fcfd364)
  • runner: lint for console (a213ff2)

Features

  • runner: test runner now lives on Aloe (af10a38)

2.0.0 (2023-03-07)

Continuous Integration

BREAKING CHANGES

  • upgrade buchu to 2.0

1.0.3 (2023-03-06)

Bug Fixes

  • buchu: update buchu version (001043a)

1.0.2 (2022-08-15)

Bug Fixes

  • herbs: update buchu dependencie (b37aca3)

1.0.1 (2022-06-13)

Bug Fixes

  • herbs: fix herbs dependency (5f8af8c)

1.0.0 (2022-06-07)

Bug Fixes

  • package: exports aloe package functions (f30b1a7)
  • samples: small typo (4fb6062)

Features

  • audit trail: improved audit trail (90854f8)
  • audit trail: initial audit trail (839e83f)
  • doc: doc structure: being able to export the spec structure as doc (e0dde8d)
  • sample: sample data for a Scenario (d5f583d)
  • spec: spec with default when for Use Cases (d8f51b3)