Skip to content

Latest commit

 

History

History
92 lines (40 loc) · 3.11 KB

changelog.md

File metadata and controls

92 lines (40 loc) · 3.11 KB

Changelog

1.5.1 (2024-08-03)

Bug Fixes

  • practs: bump practs to latest best (045fc95)

1.5.0 (2024-08-03)

Features

  • uuid: expose genTestUuid procedure (2c17d2c)

1.4.2 (2024-07-07)

Bug Fixes

  • deps: bump error-fns dep for better devex (d952ef0)

1.4.1 (2024-06-16)

Bug Fixes

  • then: ensure .todo only passes name of test (924df7d)

1.4.0 (2024-06-06)

Features

  • retry: expose then.repeatably every and some (b2c56a9)

1.3.0 (2024-02-03)

Features

  • todo: add .todo method onto then (81835a4)

1.2.0 (2024-02-01)

Features

  • if: add .runIf and .skipIf to given,when,then (7fb0890)

1.1.1 (2023-10-15)

Bug Fixes

  • why: specify why of then in less visually large way (0a673c2)

1.1.0 (2023-10-15)

Features

  • why: allow thens to specify what and why explicitly (30952fe)

1.0.3 (2023-09-17)

Bug Fixes

  • pkg: forward the getError method from error-fns for convinience (365b2d2)

1.0.2 (2023-09-16)

Bug Fixes

  • defs: enable .skip and .only (2b1a68a)

1.0.1 (2023-09-16)

Bug Fixes

  • pkg: expose exports via index (9766143)

1.0.0 (2023-09-16)

Features

  • init: initialize based on error-fns (362d38e)