Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit b265c37

Browse files
committed
Bump versions to 2.0.0-next.3, update CHANGELOG.md
1 parent 39cc299 commit b265c37

File tree

22 files changed

+284
-261
lines changed

22 files changed

+284
-261
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# 🚧 Changelog
22

3+
## 2.0.0-next.3
4+
5+
### Fixes
6+
7+
- Remove `Content-Length` header from `HTMLRewriter` transformed `Response`s
8+
- Update `Content-Length` header if set and live-reload is enabled
9+
- Inject the live-reload script when there is no closing `</body>` tag. Closes
10+
[issue #70](https://github.com/cloudflare/miniflare/issues/70), thanks
11+
[@jed](https://github.com/jed) for reporting this, and
12+
[@lukeed](https://github.com/lukeed) for the
13+
[PR](https://github.com/cloudflare/miniflare/pull/79).
14+
- Bump `undici` to `4.9.3`, fixing iteration of `Headers`. Closes
15+
[issue #64](https://github.com/cloudflare/miniflare/issues/64), thanks
16+
[@Kikobeats](https://github.com/Kikobeats) for reporting this, and
17+
[@lukeed](https://github.com/lukeed) for
18+
[fixing this in `undici`](https://github.com/nodejs/undici/pull/1081).
19+
- Added install-time check for minimum supported Node.js version. Thanks
20+
[@lukeed](https://github.com/lukeed) for the
21+
[PR](https://github.com/cloudflare/miniflare/pull/78).
22+
- Updated build script to use ES module exports of dependencies where possible.
23+
Thanks [@lukeed](https://github.com/lukeed) for the
24+
[PR](https://github.com/cloudflare/miniflare/pull/77).
25+
326
## 2.0.0-next.2
427

528
### Fixes

0 commit comments

Comments
 (0)