Skip to content

@getcronit/pylon-dev-v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 05:39
· 131 commits to main since this release
75986d0

@getcronit/pylon-dev-v1.0.0 (2024-09-18)

Bug Fixes

  • add missing builder dep (04d888e)
  • add missing node version requirements (b916922)
  • handle error when building schema (1aa9c42)
  • improve error handling in Pylon schema build process (f23fc9b)
  • update "@getcronit/pylon-builder" dependency to "beta" for prerelease (098d606)
  • update @getcronit/pylon-builder dependency to "beta" (1f69aec)
  • update dependencies for v2 (681d691)
  • update pylon-telemetry to beta version in package.json (0780588)
  • update versions from beta semver (cd6f875)

Features

  • integrate pylon telemetry with core packages (3a56c4a)
  • multiple runtimes, create package, rework core concepts (97ed3e1)

Performance Improvements

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.