Releases: vercel/serve-handler
Releases · vercel/serve-handler
2.3.5
Patches
- Upload only the files needed to npm: 6ef12ad
2.3.4
Patches
- Added 10 integration tests: 6522921
- Removed unused dependency: 8c79994
- Fixed
README.md
and added 10 more tests: f933403
2.3.3
Patches
- Allow directory listing and clean URLs to work at the same time: 0a349f3
2.3.2
Patches
- Removed useless file extension: 1af51ac
2.3.1
Patches
- Made file sorting a little more efficient: a97c836
2.3.0
Minor Changes
- Automatically try to render
404.html
for not-found routes: 36a2583
- Respond with JSON for error page or directory listing if accepted: 9067d6a
Patches
- Added missing whitespace: 9865a82
- Prevent redirects from causing an error: eaa042d
2.2.1
Patches
- Properly display size of files in directory listing: 57c03d3
2.2.0
Minor Changes
- Documented config property for excluding paths from listing: 605b56d
- Added support for excluding files from directory listing: c128b00
Patches
- Perfected directory listing: fc3366e
- Made directory listing adapt to
trailingSlash
config property: 2abc1dd
- Do not append slash to dotfiles when
trailingSlash
is true
: 4fb8ddd
2.1.1
Patches
- Minimized space needed for directory checking: 2f00a72