Skip to content

Releases: firebase/superstatic

v10.0.0

11 Sep 20:49
8d11336

Choose a tag to compare

  • Adds Node.js 24 as a supported engine.
  • Removes Node.js 18 as a supported engine.
  • Upgrades Mocha.

v9.2.0

06 Feb 22:18
09600b5

Choose a tag to compare

  • Switches from 'fast-url-parser' to Node's built-in URL parser.

v9.1.0

13 Nov 17:03
25abc1f

Choose a tag to compare

  • Updates engines.node to include Node 22.
  • Updates dependencies to address npm audit issues.
  • Fixes issue where redirects of unicode paths may not have been handled correctly.
  • Fixes issue in Node 22 where mtime from stat-ing a file is no longer available.

v8.0.0

26 Apr 21:51
5033016

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

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

Choose a tag to compare

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

v6.0.2

25 Sep 00:39

Choose a tag to compare

  • Do not redirect to an empty string

v6.0.1

09 Aug 15:51

Choose a tag to compare

  • Updated nash dependency.

v6.0.0

03 Aug 20:22

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

Choose a tag to compare

  • Disable upward tree traversal in Windows.