Skip to content

Commit

Permalink
Version Packages (#162)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 6, 2022
1 parent 9cef492 commit 19d3833
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 69 deletions.
7 changes: 0 additions & 7 deletions .changeset/early-games-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-wombats-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-oranges-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-guests-retire.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/lucky-goats-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-candles-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-eagles-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-humans-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-crews-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-rockets-rescue.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/tricky-baboons-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-buses-try.md

This file was deleted.

27 changes: 27 additions & 0 deletions packages/wrangler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# wrangler

## 0.0.7

### Patch Changes

- 1fdcfe3: Subfolder Relative Pathing Fix issue #147
The filename from args didn't handle relative paths passed in from users with scripts in subfolders.
To handle the subfolder pathing a path.relative using cwd() to user input filepath to the filepath variable passed into Dev
- 0330ecf: Adds the Content-Type header when serving assets with `wrangler pages dev`. It guesses the mime-type based on the asset's file extension.
- eaf40e8: Improve the error message for bad `kv:namespace delete` commands
- 562d3ad: chore: enable eslint's no-shadow rule
- 9cef492: Adds the logic of @cloudflare/pages-functions-compiler directly into wrangler. This generates a Worker from a folder of functions.

Also adds support for sourcemaps and automatically watching dependents to trigger a re-build.

- 3426c13: fix: prevent `useWorker`'s inifinite restarts during `dev`
- e9a1820: Upgrade `miniflare` to `2.0.0-rc.5`
- 7156e39: Pass bindings correctly to miniflare/child_process.spawn in `dev`, to prevent miniflare from erroring out on startup
- ce2d7d1: Add experimental support for worker-to-worker service bindings. This introduces a new field in configuration `experimental_services`, and serialises it when creating and uploading a worker definition. This is highly experimental, and doesn't work with `wrangler dev` yet.
- 072566f: Fixed KV getNamespaceId preview flag bug
- 5856807: Improve validation message for `kv:namespace create`

Previously, if the user passed multiple positional arguments (which is invalid)
the error message would suggest that these should be grouped in quotes.
But this is also wrong, since a namespace binding name must not contain spaces.

- 34ad323: Refactor the way we convert configurations for bindings all the way through to the API where we upload a worker definition. This commit preserves the configuration structure (mostly) until the point we serialise it for the API. This prevents the way we use duck typing to detect a binding type when uploading, makes the types a bit simpler, and makes it easier to add other types of bindings in the future (notably, the upcoming service bindings.)

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wrangler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wrangler",
"version": "0.0.6",
"version": "0.0.7",
"author": "wrangler@cloudflare.com",
"description": "Command-line interface for all things Cloudflare Workers",
"bin": {
Expand Down

0 comments on commit 19d3833

Please sign in to comment.