serve

Static file serving and directory listing

MIT License

Downloads
5.5M
Stars
9.4K
Committers
94

Bot releases are hidden (Show)

serve -

Published by leo almost 8 years ago

Minor Changes

Patches

  • Now handling long file names in a better way: f8dbdf5 and
  • Fixed quoting for certain HTTP headers: aa9d4cf
  • Pinned and updated dependencies to a fixed version: 025926c and 1c75e07
  • Use fs.existsSync instead of custom solution: 825d068
  • Now using native Promises for fs: dd44b63
  • Breadcrumbs are now linking to the correct paths: https://github.com/zeit/list/pull/28
  • Implemented a better method for determining the parent directory: 6378d4c and 9492868
  • Examples added to README.md: cfb2e65 and 1b601af
  • Mention that url is a native module: https://github.com/zeit/list/pull/32
  • Improved method that was used for retrieving the mime type of files: https://github.com/zeit/list/pull/33
  • The package now-serve was deprecated in favor of now: 6560cbe
  • Fixed command example in README.md: 4889d3c
serve -

Published by leo about 8 years ago

Patches

serve -

Published by leo about 8 years ago

Patches

  • If the --port flag is not defined, list will try to use the PORT env variable: https://github.com/zeit/list/pull/17
  • Use JSON for Travis config (instead of YAML): 39771b7
  • Renamed project to "list" (the old one will still continue to work, therefore not breaking): 3a8f705
  • Improved system description in the footer: 776f846
  • Updated screenshot to match the new project name: 959a222
serve -

Published by leo about 8 years ago

Minor Changes

  • Support for gzip compression was added. This includes an option for disabling it, if it causes problems within your project (#11): d0800ec and abc3085

Patches

  • Replaced HISTORY.md with GitHub Releases: f8477a7
  • Removed copyright indicator from README.md (GitHub now handles the license): 2349d7e
  • Our package "micro-core" was renamed to "micro": 15055fb
  • Build badge for Travis CI added: edc9006
  • Now advising contributors to use the local instance of gulp instead of the global one: bc99748
serve -

Published by leo about 8 years ago

Minor Changes

  • Drop support for nodes below v6: 8f179eca16cf4282a856ecb4e05b6ab848364bd5
  • New option for single page applications (like static react apps): 99f90e67733b3066fe0fcc5e36765c6691aae9f4

Patches

  • Much more async/await (faster module): b8ce6d018731d09a05b32db51b67dc0b2deb9fc3
  • We don't need babel-register for transpilation anymore: 2f64a13db8362111b481cfd762bd0a8ee2113057
serve -

Published by leo over 8 years ago

@rauchg fixed query strings

serve -

Published by leo over 8 years ago

  • Support for custom caching value [@leo]
serve -

Published by leo over 8 years ago

  • Performance improvements [@leo]
  • Mime type fixes [@leo]
serve -

Published by leo over 8 years ago

  • Set default port [@leo]
  • Link path parts [@leo]
  • Put flag before name [@leo]
serve -

Published by leo over 8 years ago

  • Show parent dir .. [@leo]
serve -

Published by leo over 8 years ago

  • Minimist [@rauchg]
  • Smaller babel-runtime footprint [@rauchg]
  • Use micro-core for faster download [@rauchg]
serve -

Published by leo over 8 years ago

  • Hide output on now [@leo]
  • View directory was missing [@leo]
serve -

Published by leo over 8 years ago

Minor Changes

  • Set proper headers [@leo]
  • Render index.html if it exists [@leo]
  • Fix error [@leo]
  • Use caps [@leo]
  • Replaced screenshot [@leo]
  • Fixed file size position [@leo]
  • Use files [@rauchg]
serve -

Published by leo over 8 years ago

@rauchg fixed the build

serve -

Published by leo over 8 years ago

Hello, world! 😊