Skip to content
This repository was archived by the owner on Aug 3, 2023. It is now read-only.

🔧 v1.16.0

Choose a tag to compare

@github-actions github-actions released this 16 Apr 00:28
87fe439

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].