Skip to content

v0.4.0

Compare
Choose a tag to compare
@lukeed lukeed released this 23 Apr 21:04
· 112 commits to master since this release

Breaking

  • (sirv) Change opts.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) Maintain Range/partial requests during --dev mode: abe9d69
    By sending an empty object, the original request's headers were all lost.