Releases: expressjs/serve-static
Releases · expressjs/serve-static
1.4.0
- deps: parseurl@~1.2.0
- Cache URLs based on original value
- Remove no-longer-needed URL mis-parse work-around
- Simplify the "fast-path"
RegExp
- deps: [email protected]
- Add
dotfiles
option - deps: [email protected]
- deps: [email protected]
- Add
1.3.2
- deps: [email protected]
- deps: [email protected]
1.3.1
- deps: parseurl@~1.1.3
- faster parsing of href-only URLs
1.3.0
- Add
setHeaders
option - Include HTML link in redirect response
- deps: [email protected]
- Accept string for
maxAge
(converted byms
)
- Accept string for
1.2.3
- deps: [email protected]
- Do not throw un-catchable error on file open race condition
- Use
escape-html
for HTML escaping - deps: [email protected]
- deps: [email protected]
- deps: [email protected]
1.2.2
- deps: [email protected]
- fix "event emitter leak" warnings
- deps: [email protected]
- deps: [email protected]
1.2.1
- use
escape-html
for escaping - deps: [email protected]
- Send
max-age
inCache-Control
in correct format
- Send
1.2.0
- deps: [email protected]
- Calculate ETag with md5 for reduced collisions
- Fix wrong behavior when index file matches directory
- Ignore stream errors after request ends
- Skip directories in index file search
- deps: [email protected]
1.1.0
- Accept options directly to
send
module - deps: [email protected]
1.0.4
- Resolve relative paths at middleware setup
- Use parseurl to parse the URL from request