serve

Static file serving and directory listing

MIT License

Downloads
5.5M
Stars
9.4K
Committers
94

Bot releases are hidden (Show)

serve - https://github.com/vercel/serve/releases/tag/9.0.0

Published by leo over 6 years ago

Major Changes

  • Reverted default port back to 5000: #427

Minor Changes

  • Brought back old message for serving: #429
  • Added support for IPv6: #430

Patches

  • Allow dots in value of public option: #428
serve - https://github.com/vercel/serve/releases/tag/8.2.0

Published by leo over 6 years ago

Minor Changes

  • Add --config for custom paths to serve.json: #418
  • Added error templates: #419

Credits

Huge thanks to @tohjustin for helping!

serve - https://github.com/vercel/serve/releases/tag/8.1.4

Published by leo over 6 years ago

Patches

  • Fixed requests to /index being redirected wrong: #416
serve - https://github.com/vercel/serve/releases/tag/8.1.3

Published by leo over 6 years ago

Patches

  • Adding -p as an alias to -l: #412
  • Document usage with Now and update handler: #415

Credits

Huge thanks to @wawhal for helping!

serve - https://github.com/vercel/serve/releases/tag/8.1.2

Published by leo over 6 years ago

Patches

  • Correctly apply host: #410
serve - https://github.com/vercel/serve/releases/tag/8.1.1

Published by leo over 6 years ago

Patches

  • Show server listen address properly: #407

Credits

Huge thanks to @iczero for helping!

serve - https://github.com/vercel/serve/releases/tag/8.1.0

Published by leo over 6 years ago

Minor Changes

  • Support for renderSingle and reduced stat calls: #406
serve - https://github.com/vercel/serve/releases/tag/8.0.0

Published by leo over 6 years ago

Major Changes

  • Make cleanUrls stop stripping .htm extension: #403
serve - https://github.com/vercel/serve/releases/tag/7.2.0

Published by leo over 6 years ago

Minor Changes

  • Added default Content-Disposition header: #397
serve - https://github.com/vercel/serve/releases/tag/7.1.6

Published by leo over 6 years ago

Patches

  • Replace logo for repository: ad821be91a9e11facc46384af3f1a103017aafc4
serve - https://github.com/vercel/serve/releases/tag/7.1.5

Published by leo over 6 years ago

Patches

  • Added charset to Content-Type header: #394
serve - https://github.com/vercel/serve/releases/tag/7.1.4

Published by leo over 6 years ago

Patches

  • Ensured that everything in README.md is correct: #392
serve - https://github.com/vercel/serve/releases/tag/7.1.3

Published by leo over 6 years ago

Patches

  • Bumped middleware to the latest version: #391
serve - https://github.com/vercel/serve/releases/tag/7.1.2

Published by leo over 6 years ago

Patches

  • Bumped our dependencies to the latest version: #388
serve - https://github.com/vercel/serve/releases/tag/7.1.1

Published by leo over 6 years ago

Patches

  • Added example of using the middleware: #385
serve - https://github.com/vercel/serve/releases/tag/7.1.0

Published by leo over 6 years ago

Minor Changes

  • Re-added --single and made --listen support ports: #384

Patches

  • Fixed "URL is not defined" error: #381
  • Bumped serve-handler to the latest version: #383

Credits

Huge thanks to @jaeseok-park for helping!

serve - https://github.com/vercel/serve/releases/tag/7.0.1

Published by leo over 6 years ago

Patches

  • Removed useless dependencies: #377
serve -

Published by leo over 6 years ago

This release marks a completely fresh start for this project.

Over the years, the core of the package has gotten bigger and bigger, eventually containing features that should not be part of it at all. This led to serve becoming rather slow in certain situations. But not just in terms of serving requests, but also when installing (because of the dependency count).

As of today, the package is going into a completely new direction and we're re-evaluating any feature suggestions we're encoutering on the repository.

If you want to continue using the old serve, please lock it like this in your dependencies:

{
  "serve": "6.5.8"
}

Notice that the version number is not prefixed with ^.

However, for those of you who would like to upgrade, there are plenty amazing things awaiting you:

  • The core is now very lean, therefore fast to install and serving requests faster.
  • The package is now powered by serve-handler, which means you can finally customize the entire behavior of all the routes of your static project.
  • Later today, static deployments running on Now will work with the same configuration as serve – right out of the box: Use serve for development and Now in production.

If you have any suggestions, let us know in the issue list or create a pull request to fix something! 🙏

Thank you all for using serve and have a great day!

Leo – @notquiteleo

serve - https://github.com/vercel/serve/releases/tag/6.5.8

Published by leo over 6 years ago

Patches

  • Bumped dependencies to the latest version: #371
serve - https://github.com/vercel/serve/releases/tag/6.5.7

Published by leo over 6 years ago

Patches

  • Updated update-check package to the latest version: #362
  • Fixed chrome warning and removed unused variable: #364
  • Ensure serve starts even when update check fails: #360
  • Adjusted engines field to match readme: #366

Credits

Huge thanks to @MiniGod, @sreeramjayan and @n0v1 for helping!