Skip to content

v1.0.10

Compare
Choose a tag to compare
@lukeed lukeed released this 07 Dec 19:22

Patches

  • (sirv) Use Cache-Control: no-cache when both dev & etag are enabled (#90): c8fe11b
    By default dev-mode always used no-store – but this also means that any ETag on the response is ignored too. Changing this to no-cache allows the browser to remember the ETag and send if as the If-None-Match header on next request.