Skip to content

Commit fb2ba5e

Browse files
penalosalrapoport-cfhyperlint-ai[bot]
authored
Apply suggestions from code review
Co-authored-by: lrapoport-cf <[email protected]> Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 6674519 commit fb2ba5e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/content/changelog/workers/2025-02-27-wrangler-v4-rc.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Introducing Wrangler v4's release candidate
2+
title: Introducing Wrangler's v4 release candidate
33
description: You can now try out the v4 RC for Wrangler by installing `[email protected]`
44
products:
55
- workers
@@ -12,23 +12,23 @@ TLDR: Try out the Wrangler v4 RC by installing via your favourite package manage
1212

1313
<PackageManagers pkg="wrangler@v4-rc" />
1414

15-
Wrangler v3 was released in May 2023, and since then has seen amazing growth and usage—from just \~250,000 downloads a week back then to 1M+ now. It's time for the next chapter in Wrangler's journey: v4. This release will bring new features and unlock new possibilities for the developer platform, but for the vast majority of users you _won't need to make any changes to upgrade_. It'll be as simple as upgrading Wrangler.
15+
Wrangler v3 was released in May 2023, and since then has seen amazing growth and usage—from just \~250,000 downloads a week back then to 1M+ now. It's time for the next chapter in Wrangler's journey: v4. This release will bring new features and unlock new possibilities for the developer platform. And for the vast majority of users, _no changes will be necessary to upgrade_—it'll be as simple as upgrading Wrangler.
1616

17-
We're working on a more detailed migration guide, but here's a brief list of the changes to expect:
17+
We're working on a detailed migration guide that will accompany the v4 release. In the meantime, here's a brief list of the changes to expect:
1818

1919
#### Changes
2020

2121
- **Upgraded `esbuild` version**
22-
This has been a highly-requested feature for a long time, and will allow you to use more modern JavaScript features in your Workers, including import attributes and `using` statements
22+
A long-time highly-requested feature, this will now allow the use of more modern JavaScript features in Workers, including import attributes and `using` statements
2323

2424
- **`--local` by default for all commands**
25-
All commands that access resources (e.g. `wrangler kv`, `wrangler r2`, `wrangler d1`) will now access local datastores by default
25+
All commands that access resources (for example, `wrangler kv`, `wrangler r2`, `wrangler d1`) will now access local datastores by default
2626

2727
- **Updated Node.js support policy**
2828
Wrangler will now support the active, maintenance, and current versions of Node.js (currently v18+)
2929

3030
- **Deprecated features removed**
31-
All deprecated features have been removed from Wrangler, including
31+
All deprecated features will be removed from Wrangler, including
3232
- Arguments:
3333
- `wrangler dev/deploy --legacy-assets`
3434
- `wrangler dev/deploy --format`

0 commit comments

Comments
 (0)