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

Closed
23 tasks done
wellwelwel opened this issue Oct 2, 2024 · 0 comments · Fixed by #923
Closed
23 tasks done

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

wellwelwel opened this issue Oct 2, 2024 · 0 comments · Fixed by #923

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

# Node.js + TypeScript
npm i -D poku tsx

# Bun
bun add poku

# Deno (optional)
deno add npm:poku # use "deno run npm:poku" 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.

🗺️ 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 (fresh out of the oven)

Note

I'm extremely satisfied with the current benchmarks (#926). I'll wait to write the extensive report after v3.

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

Successfully merging a pull request may close this issue.

1 participant