Releases: wellwelwel/poku
Releases · wellwelwel/poku
v2.7.1
2.7.1 (2024-10-27)
Bug Fixes
v2.7.0
2.7.0 (2024-09-17)
Features
- add
--help
command line option (#765) (bcde009)
- add
only
modifier to describe
, it
and test
methods (#767) (7658609)
- strict: use standard
assert
for Node.js legacy versions (#761) (d4b7b64)
Bug Fixes
- deno: ensure
--denoCjs
respect the current Poku version (#771) (9ead4bc)
v2.6.2
2.6.2 (2024-09-10)
Bug Fixes
v2.6.1
2.6.1 (2024-09-09)
Bug Fixes
- allow all combinations of
describe
, it
and test
to skip
modifier (#746) (c53f3e3)
- canary: show correct version (#750) (6e8a583)
v2.6.0
2.6.0 (2024-09-05)
Features
- add
skip
modifier to describe
, it
and test
methods (#735) (b756605)
Bug Fixes
- improve counter output when using
skip
and todo
(#739) (f5ac8b7)
v2.5.0
2.5.0 (2024-08-20)
Features
- cli: enforce flags validation (#699) (4477de1)
- cli: support camelCase flags (deprecate kebab-case flags) (#688) (203fb45)
Bug Fixes
- waitForPort: ensure process exit after Bun
v1.1.23
(#689) (85b6b3b)
v2.4.4
2.4.4 (2024-08-14)
Bug Fixes
- make default output less verbose (#668) (9623aee)
- propagate exit code when a failure occurs with
--fail-fast
(#682) (418a6e5)
v2.4.3
2.4.3 (2024-08-08)
Bug Fixes
- Deno: fix
process
interoperability after v2.4.2
(#664) (0eb5b9f)
v2.4.2
2.4.2 (2024-08-08)
Bug Fixes
- prevent premature exit after an assertion failure (#662) (32161bb)
- prevent premature exit of test suites (#660) (46d068a)
v2.4.1
2.4.1 (2024-08-06)
Bug Fixes
- sort list of the file paths emitted by
--list-files
(#657) (2b0528a)