Skip to content

Releases: expressjs/serve-static

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

1.11.1

11 Jun 01:09
Compare
Choose a tag to compare
  • Fix redirect error when req.url contains raw non-URL characters
  • deps: [email protected]

1.11.0

11 Jun 01:08
Compare
Choose a tag to compare
  • Use status code 301 for redirects
  • deps: [email protected]
    • Add acceptRanges option
    • Add cacheControl option
    • Attempt to combine multiple ranges into single range
    • Correctly inherit from Stream class
    • Fix Content-Range header in 416 responses when using start/end options
    • Fix Content-Range header missing from default 416 responses
    • Ignore non-byte Range headers
    • deps: http-errors@~1.5.0
    • deps: range-parser@~1.2.0
    • deps: statuses@~1.3.0
    • perf: remove argument reassignment