Releases: wellwelwel/poku
Releases · wellwelwel/poku
v3.0.0-rc.1
Check out all the changes in:
Features
- add stable
only
modifier to describe
, it
and test
methods (#901) (d6b6241)
- stable enforce values validation (#905) (3823848)
Performance Improvements
v3.0.0-rc.0
Check out all the changes in:
⚠ BREAKING CHANGES
- drop support for
Node.js
v12 (#896)
- drop support for
Node.js
v8 and v10 (#885)
- drop
platform
option (#894)
- drop
parallel
in favor of sequential
option (#888)
- drop kebab case support (#883)
- drop
include
CLI flag (#877)
- remove
allow-hrtime
by default for Deno (#892)
Performance Improvements
- use queue instead of groups for parallel tests (#886) (96b8707)
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 (experimental) (#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 (Early Access) (#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)