Skip to content

Releases: wellwelwel/poku

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 (#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)

v2.4.2

08 Aug 05:06
2804b41
Compare
Choose a tag to compare

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

07 Aug 00:47
97ef4bf
Compare
Choose a tag to compare

2.4.1 (2024-08-06)

Bug Fixes

  • sort list of the file paths emitted by --list-files (#657) (2b0528a)

v2.4.0

03 Aug 20:50
9eebced
Compare
Choose a tag to compare

2.4.0 (2024-08-03)

Features

This version includes a few features to assist with the debugging process 🐷✨

  • add --list-files command line option (#645) (49f6291)
  • add --version command line option (#643) (7051913)
  • allow multiple args and types to log helper (#646) (8f2b6c4)

v2.3.0

01 Aug 12:53
8414614
Compare
Choose a tag to compare

2.3.0 (2024-08-01)

Features

  • add .todo helper for describe, it, and test (#633) (526112c)

Performance Improvements

  • improve concurrency defaults (inspired by Jest definitions) (#637) (ab01530)

v2.2.4

28 Jul 00:06
b23e0c5
Compare
Choose a tag to compare

2.2.4 (2024-07-27)

Bug Fixes

  • performance: always use half of available parallelism (#611) (4c3f289)
  • cli: ensure filter and exclude when expanding glob from shell (de9d817)
  • output: always list files at the end of a test run (#616) (bd47ed4)

v2.2.3

26 Jul 06:21
e3bc2cf
Compare
Choose a tag to compare

2.2.3 (2024-07-26)

Bug Fixes

  • prevent 100% CPU usage in large-scale test suites (#606) (382631b)