github cloudflare/workers-sdk create-cloudflare@2.59.0

Minor Changes

  • #11560 2d9a30c Thanks @vicb! - Support <PACKAGE_NAME> as a placeholder for the package name in package.json

    "name": "<PACKAGE_NAME>" is replaced with the project name when c3 updates a package.json using updatePackageName.
    Previously only "<TBD>", "TBD", and "" were supported placeholder names.

  • #11551 f261472 Thanks @dario-piotrowicz! - Support RedwoodSDK in --experimental mode

  • #11520 85ec269 Thanks @vicb! - Add placeholder substitution in wrangler config files.

    When c3 updates the config file:

    • The value "<WORKER_NAME>" is replaced with the worker name.
    • The value "<COMPATIBILITY_DATE>" is replaced with the latest worked compatibility date.
  • #11576 bb47e20 Thanks @dario-piotrowicz! - Support Analog in --experimental mode

Patch Changes

  • #11557 632fb6d Thanks @dario-piotrowicz! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-rwsdk 3.1.0 3.1.2
  • #11577 85d70c8 Thanks @dario-piotrowicz! - Update help message not to recommend non-applicable --ts create-next-app argument

    C3 uses it's own template when running create-next-app, so providing a --ts argument to it doesn't have any effect, the C3 help message however shows that as an example on how to pass arguments to underlying framework CLIs. The changes here update the error message to instead use svelte's --types=ts as the example

  • #11563 df7cd47 Thanks @petebacondarwin! - fix analog template and tests - bumping to 2.1.3

  • #11558 d53462c Thanks @vicb! - fix: make sure c3 does not add duplicated types

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.