-
Notifications
You must be signed in to change notification settings - Fork 5
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
Pylon V2 #10
Conversation
BREAKING CHANGE: The core concepts of Pylon have been reworked to provide a more flexible and unified development experience. The following changes have been made: - New Runtimes: Pylon now supports multiple runtimes, including Bun, Node.js, and Cloudflare Workers. - Unified Create Command: The new npm create pylon command provides a consistent way to create new Pylon projects. - Improved Development Server: The new pylon dev command provides a unified development experience across different runtimes. Drop of pylon-cli and pylon-server: The @getcronit/pylon-cli and @getcronit/pylon-server packages are no longer required and replaced by the @getcronit/pylon-dev package.
The "pylon-template" package has been removed from the package workspaces in the package.json file. This change simplifies prevents the build process from failing.
The "publishConfig" field has been added to the package.json file. This change sets the access level to "public" for publishing the package.
The recursive file search in the create-pylon package has been refactored to simplify the code. The unnecessary check for excluding "node_modules" directories has been removed, as it breaks when npm create pylon installs the dist inside the "node_modules"
…solversToGraphQLResolvers
…telemetry package.json
🎉 This PR is included in version @getcronit/pylon-telemetry-v1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version create-pylon-v1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @getcronit/pylon-builder-v2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @getcronit/pylon-dev-v1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @getcronit/pylon-v2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
The core concepts of Pylon have been reworked to
provide a more flexible and unified development experience. The
following changes have been made:
Node.js, and Cloudflare Workers.
a consistent way to create new Pylon projects.
unified development experience across different runtimes.
Drop of pylon-cli and pylon-server: The @getcronit/pylon-cli and
@getcronit/pylon-server packages are no longer required and replaced by
the @getcronit/pylon-dev package.
Fixes #6