This repository was archived by the owner on Mar 13, 2025. It is now read-only.
v2.3.0
Features
- Route
/cdn-cgi/mf/scheduledrequests based on mount routes. Closes issue #163, thanks @jed. - Add clear error if a Durable Object class is missing a
fetchhandler. Closes issue #164, thanks @aboodman. - Upgrade
undicito4.13.0
Fixes
- Fix
instanceofwhen subclassingError. Subclasses ofErrorwere previously treated asErrors themselves ininstanceofchecks. Closes issue #159, thanks @valeriangalliat. - Return
nullbodies whenfetchingResponses with a null status. Closes issue #165, thanks @lukaszczerpak for reporting this and @GregBrimble for the PR. - Clone
ArrayBufferbodies when constructingRequest/Responses. Closes issue #171, thanks @segator and @leader22. - Watch
index.jsby default intype = "webpack"projects - Throw
TypeErrors instead ofstrings onHTMLRewriterparser errors - Disable nested mounts via
Miniflare#getMount().setOptions()