Skip to content

Releases: getcronit/pylon

@getcronit/pylon-v2.0.0-beta.2

06 Sep 11:10
004af3e
Compare
Choose a tag to compare
Pre-release

@getcronit/pylon-v2.0.0-beta.2 (2024-09-06)

Bug Fixes

  • update npm dependencies (004af3e)

@getcronit/pylon-v2.0.0-beta.1

06 Sep 10:18
73e7e74
Compare
Choose a tag to compare
Pre-release

@getcronit/pylon-v2.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.

@getcronit/pylon-dev-v1.0.0-beta.4

06 Sep 13:43
f1a540b
Compare
Choose a tag to compare
Pre-release

@getcronit/pylon-dev-v1.0.0-beta.4 (2024-09-06)

Bug Fixes

  • add missing node version requirements (b916922)

@getcronit/pylon-dev-v1.0.0-beta.3

06 Sep 10:53
098d606
Compare
Choose a tag to compare
Pre-release

@getcronit/pylon-dev-v1.0.0-beta.3 (2024-09-06)

Bug Fixes

  • update "@getcronit/pylon-builder" dependency to "beta" for prerelease (098d606)

@getcronit/pylon-dev-v1.0.0-beta.2

06 Sep 10:45
681d691
Compare
Choose a tag to compare
Pre-release

@getcronit/pylon-dev-v1.0.0-beta.2 (2024-09-06)

Bug Fixes

  • update dependencies for v2 (681d691)

@getcronit/pylon-dev-v1.0.0-beta.1

06 Sep 10:24
51efef4
Compare
Choose a tag to compare
Pre-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.

@getcronit/pylon-builder-v2.0.0-beta.3

06 Sep 13:43
f1a540b
Compare
Choose a tag to compare
Pre-release

@getcronit/pylon-builder-v2.0.0-beta.3 (2024-09-06)

Bug Fixes

  • add missing node version requirements (b916922)

@getcronit/pylon-builder-v2.0.0-beta.2

06 Sep 10:53
098d606
Compare
Choose a tag to compare
Pre-release

@getcronit/pylon-builder-v2.0.0-beta.2 (2024-09-06)

Bug Fixes

  • move esbuild from dev to dependencies (286fe77)

@getcronit/pylon-builder-v2.0.0-beta.1

06 Sep 10:06
19271d1
Compare
Choose a tag to compare
Pre-release

@getcronit/pylon-builder-v2.0.0-beta.1 (2024-09-06)

Bug Fixes

  • bundler: handle build errors and throw an error if Pylon fails to build (5165b5f)

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.

@getcronit/pylon-v1.2.0

31 Jul 11:48
6d1e7ec
Compare
Choose a tag to compare

@getcronit/pylon-v1.2.0 (2024-07-31)

Bug Fixes

  • logger: support logging of raw errors (0ed2db6)
  • use graphql latest version and resolution (caeb9b8)

Features

  • sentry for cli and server / add getLogger (9bb1fb1)