Releases: firebase/superstatic
Releases · firebase/superstatic
v9.1.0
v8.0.0
v6.0.4
- Error when attempting to serve "/" on Windows on a drive other than "C:\\"
v6.0.3
- removed
nsp
from dev dependencies - dependency updates to fix audit issues
v6.0.2
- Do not redirect to an empty string
v6.0.1
- Updated
nash
dependency.
v6.0.0
- Breaking:
cleanURLs
will no longer accept an array of globs, only a boolean value. - The behavior of
trailingSlash
andcleanURLs
have been streamlined, addressing odd interactions of the two.
v5.0.2
- Disable upward tree traversal in Windows.
v5.0.1
- Removed unused
iltorb
dependency.
v5.0.0
- Due to excessive compiler warnings on many platforms, we've decided to remove the new dependency on
shrink-ray
and allow for custom compression middleware. - No longer include
shrink-ray
advanced compression by default. compression
option now takes custom middleware or boolean.gzip
option is deprecated in favor ofcompression
.