Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 3.0.0 (planned breaking changes and architecture improvements) #801

Open
21 of 24 tasks
wellwelwel opened this issue Oct 2, 2024 · 0 comments
Open
21 of 24 tasks

Comments

@wellwelwel
Copy link
Owner

wellwelwel commented Oct 2, 2024

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:

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:

v3.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant