v0.4.0
Breaking
- (
sirv
) Changeopts.onNoMatch
from(res)
to(req, res)
: abe9d69
Allowing the callback to consume the original request & response is more expected and flexible.
Patches
- Fix(
sirv-cli
) MaintainRange
/partial requests during--dev
mode: abe9d69
By sending an empty object, the original request's headers were all lost.