Skip to content

Releases: expressjs/serve-static

1.10.1

17 Jan 04:21
Compare
Choose a tag to compare
  • deps: escape-html@~1.0.3
    • perf: enable strict mode
    • perf: optimize string replacement
    • perf: use faster string coercion
  • deps: send@0.13.1
    • deps: depd@~1.1.0
    • deps: destroy@~1.0.4
    • deps: escape-html@~1.0.3
    • deps: range-parser@~1.0.3

1.10.0

18 Jun 04:32
Compare
Choose a tag to compare
  • Add fallthrough option
    • Allows declaring this middleware is the final destination
    • Provides better integration with Express patterns
  • Fix reading options from options prototype
  • Improve the default redirect response headers
  • deps: escape-html@1.0.2
  • deps: send@0.13.0
    • Allow Node.js HTTP server to set Date response header
    • Fix incorrectly removing Content-Location on 304 response
    • Improve the default redirect response headers
    • Send appropriate headers on default error response
    • Use http-errors for standard emitted errors
    • Use statuses instead of http module for status messages
    • deps: escape-html@1.0.2
    • deps: etag@~1.7.0
    • deps: fresh@0.3.0
    • deps: on-finished@~2.3.0
    • perf: enable strict mode
    • perf: remove unnecessary array allocations
  • perf: enable strict mode
  • perf: remove argument reassignment

1.9.3

15 May 05:12
Compare
Choose a tag to compare
  • deps: send@0.12.3
    • deps: debug@~2.2.0
    • deps: depd@~1.0.1
    • deps: etag@~1.6.0
    • deps: ms@0.7.1
    • deps: on-finished@~2.2.1

1.9.2

15 Mar 02:22
Compare
Choose a tag to compare
  • deps: send@0.12.2
    • Throw errors early for invalid extensions or index options
    • deps: debug@~2.1.3

1.9.1

17 Feb 18:57
Compare
Choose a tag to compare
  • deps: send@0.12.1
    • Fix regression sending zero-length files

1.9.0

17 Feb 00:22
Compare
Choose a tag to compare
  • deps: send@0.12.0
    • Always read the stat size from the file
    • Fix mutating passed-in options
    • deps: mime@1.3.4

1.6.5

04 Feb 22:11
Compare
Choose a tag to compare
  • Fix potential open redirect when mounted at root
    • Back-ported from v1.7.2

1.8.1

21 Jan 04:59
Compare
Choose a tag to compare
  • Fix redirect loop in Node.js 0.11.14
  • deps: send@0.11.1
    • Fix root path disclosure

1.8.0

06 Jan 01:25
Compare
Choose a tag to compare
  • deps: send@0.11.0
    • deps: debug@~2.1.1
    • deps: etag@~1.5.1
    • deps: ms@0.7.0
    • deps: on-finished@~2.2.0

1.7.2

03 Jan 04:31
Compare
Choose a tag to compare
  • Fix potential open redirect when mounted at root