Skip to content

v1.0.0-next.17

Pre-release
Pre-release
Compare
Choose a tag to compare
@lukeed lukeed released this 14 Aug 00:36

Patches

  • (@polka/url): Ensure toDecode value is considered during req._parsedUrl cache match: f64b4bb
    For example, if you parse a URL without decoding it, that previous result should not be reused if you call parse again w/ toDecode set to true this time. Should be true for the reverse situation too.