Skip to content

Releases: firebase/superstatic

v11.0.0

Choose a tag to compare

@bkendall bkendall released this 08 Jul 18:30
c583b9d
  • Breaking: Removed support for Node 20.
  • Added support for Node 26.
  • Replaces obsolete glob-slasher dependency with a local path/glob normalization utility.
  • Replaces join-path with native utilities.

v10.0.0

Choose a tag to compare

@bkendall bkendall released this 11 Sep 20:49
8d11336
  • Adds Node.js 24 as a supported engine.
  • Removes Node.js 18 as a supported engine.
  • Upgrades Mocha.

v9.2.0

Choose a tag to compare

@bkendall bkendall released this 06 Feb 22:18
09600b5
  • Switches from 'fast-url-parser' to Node's built-in URL parser.

v9.1.0

Choose a tag to compare

@bkendall bkendall released this 13 Nov 17:03
25abc1f
  • 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

Choose a tag to compare

@bkendall bkendall released this 26 Apr 21:51
5033016
  • Breaking: Drops support for Node 10.
  • Replaces nash with commander in the CLI flow.
  • Updates dependencies to address npm audit issues.

v6.0.4

Choose a tag to compare

@firebase-ops firebase-ops released this 29 Nov 00:26
  • Error when attempting to serve "/" on Windows on a drive other than "C:\\"

v6.0.3

Choose a tag to compare

@firebase-ops firebase-ops released this 27 Sep 22:31
  • removed nsp from dev dependencies
  • dependency updates to fix audit issues

v6.0.2

Choose a tag to compare

@firebase-ops firebase-ops released this 25 Sep 00:39
  • Do not redirect to an empty string

v6.0.1

Choose a tag to compare

@firebase-ops firebase-ops released this 09 Aug 15:51
  • Updated nash dependency.

v6.0.0

Choose a tag to compare

@firebase-ops firebase-ops released this 03 Aug 20:22
  • 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.