Releases: lukeed/sirv
Releases · lukeed/sirv
v1.0.11
v1.0.10
Patches
- (
sirv
) UseCache-Control: no-cache
when bothdev
&etag
are enabled (#90): c8fe11b
By defaultdev
-mode always usedno-store
– but this also means that anyETag
on the response is ignored too. Changing this tono-cache
allows the browser to remember theETag
and send if as theIf-None-Match
header on next request.
v1.0.9
v1.0.8
v1.0.7
Patches
-
(
sirv
): Use a separateFILES
cache persirv
instance (#84): c69bbfb
Thank you @Rich-Harris~! -
(
sirv
): Appendmust-revalidate
Cache-Control directive whenmaxAge: 0
is used: fb31a46
Only appends whenimmutable
option is not in use!
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
Patches
- (
sirv-cli
) Print--host
hint when not in use (#70, #71): ec5febc
Thank you @mhkeller~!
A lot of users are/were unaware thatsirv-cli
was capable of setting up a network endpoint for your server. The option always existed in the help text's list of options, but it can be easy for things to hide in plain sight! So now the CLI will always show a "Network:" field (to show that it's at least possible) and either the server address if there is one or a short clue about the--host
flag.
Chores
- (docs) Add mention of
mkcert
for alternative SSL certificate generation (#68): 9eea208
Thank you @longrunningprocess~!