Superstatic Versions Save

Superstatic: a static file server for fancy apps.

v8.0.0

1 year ago
  • Breaking: Drops support for Node 10.
  • Replaces nash with commander in the CLI flow.
  • Updates dependencies to address npm audit issues.

v6.0.4

5 years ago
  • Error when attempting to serve "/" on Windows on a drive other than "C:\\"

v6.0.3

5 years ago
  • removed nsp from dev dependencies
  • dependency updates to fix audit issues

v6.0.2

5 years ago
  • Do not redirect to an empty string

v6.0.1

5 years ago
  • Updated nash dependency.

v6.0.0

5 years ago
  • 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

5 years ago
  • Disable upward tree traversal in Windows.

v5.0.1

6 years ago
  • Removed unused iltorb dependency.

v5.0.0

6 years ago
  • 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

6 years ago
  • Superstatic will now pass through configuration objects provided as the compression paramenter to the underlying compression library, allowing tuning of compression quality/behavior.