Skip to content

Releases: vercel/serve-handler

2.3.4

24 May 14:29
@leo leo
Compare
Choose a tag to compare

Patches

  • Added 10 integration tests: 6522921
  • Removed unused dependency: 8c79994
  • Fixed README.md and added 10 more tests: f933403

2.3.3

24 May 10:36
@leo leo
Compare
Choose a tag to compare

Patches

  • Allow directory listing and clean URLs to work at the same time: 0a349f3

2.3.2

24 May 10:19
@leo leo
Compare
Choose a tag to compare

Patches

  • Removed useless file extension: 1af51ac

2.3.1

24 May 10:16
@leo leo
Compare
Choose a tag to compare

Patches

  • Made file sorting a little more efficient: a97c836

2.3.0

23 May 21:20
@leo leo
Compare
Choose a tag to compare

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

23 May 19:18
@leo leo
Compare
Choose a tag to compare

Patches

  • Properly display size of files in directory listing: 57c03d3

2.2.0

23 May 19:15
@leo leo
Compare
Choose a tag to compare

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.2

22 May 11:49
@leo leo
Compare
Choose a tag to compare

Patches

2.1.1

22 May 09:30
@leo leo
Compare
Choose a tag to compare

Patches

  • Minimized space needed for directory checking: 2f00a72

2.1.0

22 May 09:08
@leo leo
Compare
Choose a tag to compare

Minor Changes

  • Added template for directory listing: ff4410a
  • Added proper directory listing: 0d92572
  • Added config option for directory listing: ea94a3e
  • Make config option work: ea522c3

Patches

  • Gave template correct extension: ff3b9d3
  • Ignore JS files in views directory: 05b9284
  • Include only what's necessary in npm bundle: 155b50e
  • Render directory already: fe372e2
  • Moved template into different place: 67e35ca
  • Compile directory before publishing: c9db42a
  • Load directory listing from different location: a14cb31
  • Display file size in a clean way: 9680037