Skip to content

Releases: wellwelwel/poku

v3.0.0-rc.1

23 Dec 08:16
3ef4c43
Compare
Choose a tag to compare
v3.0.0-rc.1 Pre-release
Pre-release

3.0.0-rc.1 (2024-12-23)

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

11 Dec 14:31
b51f382
Compare
Choose a tag to compare
v3.0.0-rc.0 Pre-release
Pre-release

3.0.0-rc.0 (2024-12-11)

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

27 Oct 03:48
44e5ad9
Compare
Choose a tag to compare

2.7.1 (2024-10-27)

Bug Fixes

v2.7.0

17 Sep 05:52
4c84c34
Compare
Choose a tag to compare

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

10 Sep 12:25
4f2842c
Compare
Choose a tag to compare

2.6.2 (2024-09-10)

Bug Fixes

v2.6.1

09 Sep 06:17
00c7d5f
Compare
Choose a tag to compare

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

05 Sep 06:06
f2bb590
Compare
Choose a tag to compare

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

20 Aug 04:00
13c9660
Compare
Choose a tag to compare

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

14 Aug 05:55
700574a
Compare
Choose a tag to compare

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

08 Aug 16:09
828de3d
Compare
Choose a tag to compare

2.4.3 (2024-08-08)

Bug Fixes

  • Deno: fix process interoperability after v2.4.2 (#664) (0eb5b9f)