npm @cloudflare/wrangler 1.16.0
🔧 v1.16.0

latest releases: 1.21.0, 1.20.0, 1.19.13...
3 years ago

https://developers.cloudflare.com/workers/cli-wrangler/configuration#build

  • Features

    • Custom Builds and Modules - xortive, caass, pull/1855

      Custom Builds and Modules has finally landed in a main release!
      There's too many new features to write about in a changelog, so here's a
      link to the docs.

    • add --format option, including default json and new pretty - caass, pull/1851

      You can now pass --format pretty to wrangler tail to get pretty printed logs!
      --format json is also available, and gives you the existing JSON-formatted logs.

  • Fixes

    • Revert "Print line and column numbers for exception thrown (#1645)" - Electroid, pull/1835

      This reverts commit 74a89f7.

      Closes #1826

      This commit is causing wrangler dev to not show uncaught exceptions. Reverting chrome-devtools-rs was also necessary.

      We have a fix in progress to fix the underlying issue and re-introduce line and column numbers.

    • Don't generate usage_model = "" by default - xortive, issues/1850

      Generating usage_model = "" by default was violating the toml spec, which broke
      wrangler init --site as usage_model came after [site].

Don't miss a new wrangler release

NewReleases is sending notifications on new releases.