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
Fixes
- Remove
Content-Lengthheader fromHTMLRewritertransformedResponses - Update
Content-Lengthheader 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
undicito4.9.3, fixing iteration ofHeaders. Closes issue #64, thanks @Kikobeats for reporting this, and @lukeed for fixing this inundici. - 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.