Skip to content

Releases: firebase/superstatic

v8.0.0

26 Apr 21:51
5033016
Compare
Choose a tag to compare
  • Breaking: Drops support for Node 10.
  • Replaces nash with commander in the CLI flow.
  • Updates dependencies to address npm audit issues.

v6.0.4

29 Nov 00:26
Compare
Choose a tag to compare
  • Error when attempting to serve "/" on Windows on a drive other than "C:\\"

v6.0.3

27 Sep 22:31
Compare
Choose a tag to compare
  • removed nsp from dev dependencies
  • dependency updates to fix audit issues

v6.0.2

25 Sep 00:39
Compare
Choose a tag to compare
  • Do not redirect to an empty string

v6.0.1

09 Aug 15:51
Compare
Choose a tag to compare
  • Updated nash dependency.

v6.0.0

03 Aug 20:22
Compare
Choose a tag to compare
  • Breaking: cleanURLs will no longer accept an array of globs, only a boolean value.
  • The behavior of trailingSlash and cleanURLs have been streamlined, addressing odd interactions of the two.

v5.0.2

26 Jun 15:42
Compare
Choose a tag to compare
  • Disable upward tree traversal in Windows.

v5.0.1

22 Aug 18:23
Compare
Choose a tag to compare
  • Removed unused iltorb dependency.

v5.0.0

21 Aug 21:24
Compare
Choose a tag to compare
  • 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 of compression.

v4.3.0

15 Aug 18:32
Compare
Choose a tag to compare
  • Superstatic will now pass through configuration objects provided as the compression paramenter to the underlying compression library, allowing tuning of compression quality/behavior.