@getcronit/pylon-dev-v1.0.0-beta.1
Pre-release
Pre-release
github-actions
released this
06 Sep 10:24
·
47 commits
to beta
since this release
@getcronit/pylon-dev-v1.0.0-beta.1 (2024-09-06)
Features
- multiple runtimes, create package, rework core concepts (97ed3e1)
BREAKING CHANGES
- 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.