You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In favor of better maintenance, performance and a more cohesive architecture, I'm planning to make some major updates and migrate the opening issues to the next Poku version.
📦 Installing
# Node.js
npm i -D poku@rc
# Node.js + TypeScript
npm i -D poku@rc tsx
# Bun
bun add poku@rc
# Deno (optional)
deno add npm:poku@rc # use "deno run npm:poku@rc" to run tests
⚙️ Migrating
For Node.js, make sure you have version 14.x.x or higher.
Instead of poku --parallel or poku -p, just use poku.
Instead of poku (sequential in v2), use poku --sequential.
If you have some flag using kebab case (e.g., --fail-fast), use camel case instead (e.g., --failFast).
Instead of setting the platform manually (poku --platform=..., poku --deno, poku --bun or poku --node), just use the platform/runtime to call Poku, for example: npx poku, bun poku or deno run poku@rc.
🗺️ Roadmap
✅ v3.0.0-rc.0
Focused on performance and breaking changes:
Drop the support for Node.js8, 10 and 12(for performance reasons).
In favor of better maintenance, performance and a more cohesive architecture, I'm planning to make some major updates and migrate the opening issues to the next Poku version.
📦 Installing
⚙️ Migrating
14.x.x
or higher.poku --parallel
orpoku -p
, just usepoku
.poku
(sequential inv2
), usepoku --sequential
.--fail-fast
), use camel case instead (e.g.,--failFast
).poku --platform=...
,poku --deno
,poku --bun
orpoku --node
), just use the platform/runtime to call Poku, for example:npx poku
,bun poku
ordeno run poku@rc
.🗺️ Roadmap
✅ v3.0.0-rc.0
Focused on performance and breaking changes:
8
,10
and12
(for performance reasons).Node.js
v8 and v10 #885deprecated
.include
CLI flag #877fork
instead ofspawn
:parallel
in favor ofsequential
option #888--platform
,--node
,--bun
,--deno
).platform
option #894✅
v3.0.0-rc.1
Note
From this point on, there is no intention of breaking changes, except for some inevitable case.
Focused on improvements and major features:
only
modifier todescribe
,it
andtest
methods #901⏳
v3.0.0
The text was updated successfully, but these errors were encountered: