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

Commit

Permalink
1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xortive committed Apr 15, 2021
1 parent 6ec8b96 commit 032bcdc
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 14 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,49 @@
# Changelog

## 1.16.0

- ### 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](https://developers.cloudflare.com/workers/cli-wrangler/configuration#build).

[xortive]: https://github.com/xortive
[caass]: https://github.com/caass
[pull/1855]: https://github.com/cloudflare/wrangler/pull/1855

- **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!

[caass]: https://github.com/caass
[pull/1851]: https://github.com/cloudflare/wrangler/pull/1851

- ### Fixes

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

This reverts commit 74a89f7c383bc22758cbe55096ce3016c5c319d7.

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.

[electroid]: https://github.com/Electroid
[pull/1835]: https://github.com/cloudflare/wrangler/pull/1835

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

[xortive]: https://github.com/xortive
[issues/1850]: https://github.com/cloudflare/wrangler/pull/1850

## 1.15.1

- ### Features
Expand Down
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wrangler"
version = "1.15.1"
version = "1.16.0"
authors = ["The Wrangler Team <[email protected]>", "Avery Harnish <[email protected]>", "Ashley Lewis <[email protected]>", "Ashley Williams <[email protected]>", "Nat Davidson <[email protected]>", "Steve Manuel <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions npm/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/wrangler",
"version": "1.15.1",
"version": "1.16.0",
"description": "Command-line interface for all things Cloudflare Workers",
"main": "binary.js",
"scripts": {
Expand Down

0 comments on commit 032bcdc

Please sign in to comment.