Skip to content

Latest commit

History

History
217 lines (100 loc) 路 10.2 KB

CHANGELOG.md

File metadata and controls

217 lines (100 loc) 路 10.2 KB

Changelog

1.14.0 (2024-05-29)

Features

  • deno: allow direct CommonJS execution in Deno (#300) (fa358b5)

1.13.0 (2024-05-23)

Features

  • deno: support for custom allow permissions (#284) (4e551f6)
  • deno: support for custom deny permissions (#286) (3172c4b)

1.12.1 (2024-05-19)

Bug Fixes

1.12.0 (2024-05-18)

Features

  • test runner: add concurrency limit option (#260) (58c9dc0)

1.11.0 (2024-05-16)

Features

  • kill, getPIDs: find and kill processes by ports and PIDs (#247) (13305cf)

1.10.2 (2024-05-15)

Bug Fixes

1.10.1 (2024-05-14)

Bug Fixes

  • startScript: disable throw for Bun and Deno (#242) (0619688)

1.10.0 (2024-05-12)

Features

1.9.4 (2024-04-26)

Bug Fixes

  • Windows: adapt for Node.js breaking change (#210) (71d36e9)

1.9.3 (2024-03-24)

Bug Fixes

  • assert: allow custom message for ifError (#147) (7252fd4)
  • Windows, Bun & Deno: startService doesn't ends (#118) (2dd7fe0)

1.9.2 (2024-03-16)

Bug Fixes

  • compatibility: add support for TypeScript 4.7 or higher (#114) (b44f965)
  • conflict when using "eachs" for both test and assert (#117) (68e72eb)

1.9.1 (2024-03-15)

Bug Fixes

  • test runner: ensure all logs when using debug option (#112) (42a1e5e)

1.9.0 (2024-03-10)

Features

  • introduce startScript and startService (#91) (bc414bb)

1.8.1 (2024-03-05)

Bug Fixes

  • Windows: adapt path sanitization and npx.cmd (#80) (a30359d)

1.8.0 (2024-03-04)

Features

1.7.0 (2024-03-03)

Features

1.6.1 (2024-03-01)

Bug Fixes

1.6.0 (2024-02-29)

Features

  • innovating beforeEach and afterEach (#53) (3ea3a12)
  • support target file and directories (#47) (4353996)

1.5.1 (2024-02-28)

Bug Fixes

  • security: sanitize path and prevent shell scripts (#33) (39f7d8c)

1.5.0 (2024-02-26)

Features

Bug Fixes

  • filter: include both .test. and .spec. as default (#27) (9172160)

1.4.0 (2024-02-22)

Features

  • website: introduce Poku's website (#20) (172f081)

1.3.1 (2024-02-20)

Bug Fixes

  • cli: allow no log and log success options (#15) (bff6a15)

1.3.0 (2024-02-19)

Features

1.2.0 (2024-02-18)

Features

Bug Fixes

  • CLI: support parallel option (#9) (f32d20a)

1.1.1 (2024-02-15)

Bug Fixes

  • filter: support multiple files on CLI (#5) (76da3d1)

1.1.0 (2024-02-15)

Features

1.0.0 (2024-02-13)

Features

Bug Fixes

  • process exit on parallel runs (d4da908)
  • types: expose types (696b74d)
  • types: remove tests from compilation (3bc6a65)