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

v2.0.0-next.3

Pre-release
Pre-release

Choose a tag to compare

@mrbbot mrbbot released this 08 Nov 14:17
· 547 commits to v2 since this release

Fixes

  • Remove Content-Length header from HTMLRewriter transformed Responses
  • Update Content-Length header if set and live-reload is enabled
  • Inject the live-reload script when there is no closing </body> tag. Closes issue #70, thanks @jed for reporting this, and @lukeed for the PR.
  • Bump undici to 4.9.3, fixing iteration of Headers. Closes issue #64, thanks @Kikobeats for reporting this, and @lukeed for fixing this in undici.
  • Added install-time check for minimum supported Node.js version. Thanks @lukeed for the PR.
  • Updated build script to use ES module exports of dependencies where possible. Thanks @lukeed for the PR.