Skip to content

Releases: expressjs/serve-static

1.13.1

29 Sep 19:50
Compare
Choose a tag to compare

1.13.0

28 Sep 00:53
Compare
Choose a tag to compare
  • deps: [email protected]
    • Add 70 new types for file extensions
    • Add immutable option
    • Fix missing </html> in default error & redirects
    • Set charset as "UTF-8" for .js and .json
    • Use instance methods on steam to check for listeners
    • deps: [email protected]
    • perf: improve path validation speed

1.12.6

23 Sep 00:17
Compare
Choose a tag to compare

1.12.5

22 Sep 00:47
Compare
Choose a tag to compare
  • deps: parseurl@~1.3.2
    • perf: reduce overhead for full URLs
    • perf: unroll the "fast-path" RegExp
  • deps: [email protected]
    • Fix handling of modified headers with invalid dates
    • deps: etag@~1.8.1
    • deps: [email protected]

1.12.4

06 Aug 05:49
Compare
Choose a tag to compare

1.12.3

17 May 05:13
Compare
Choose a tag to compare

1.12.2

27 Apr 02:49
Compare
Choose a tag to compare

1.12.1

05 Mar 03:47
Compare
Choose a tag to compare
  • deps: [email protected]
    • Fix issue when Date.parse does not return NaN on invalid date
    • Fix strict violation in broken environments

1.12.0

05 Mar 03:46
Compare
Choose a tag to compare
  • Send complete HTML document in redirect response
  • Set default CSP header in redirect response
  • deps: [email protected]
    • Fix false detection of no-cache request directive
    • Fix incorrect result when If-None-Match has both * and ETags
    • Fix weak ETag matching to match spec
    • Remove usage of res._headers private field
    • Support If-Match and If-Unmodified-Since headers
    • Use res.getHeaderNames() when available
    • Use res.headersSent when available
    • deps: [email protected]
    • deps: etag@~1.8.0
    • deps: [email protected]
    • deps: http-errors@~1.6.1

1.11.2

23 Jan 16:35
Compare
Choose a tag to compare