Skip to content

Releases: vercel/serve

0.9.0

06 Dec 18:33
@leo leo
810c91f
Compare
Choose a tag to compare

Minor Changes

  • Added support for HTTP authentication: #49
  • If it exists, the 404.html will be sent for missing files: #34
  • The package is now able to serve files without a extension: #43
  • Added the --ignore flag for hiding files from the directory listing: #44
  • We've put together issues for beginners: 3776755

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: #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: #32
  • Improved method that was used for retrieving the mime type of files: #33
  • The package now-serve was deprecated in favor of now: 6560cbe
  • Fixed command example in README.md: 4889d3c

0.8.2

30 Sep 08:54
@leo leo
Compare
Choose a tag to compare

Patches

  • Visitors will now be able to zoom the directory listings: #19
  • We're now always loading Font Awesome over a HTTPS connection: #18
  • Replaced a wrong word in README.md: #21
  • Prevent the GitHub platform from manipulating the directory listing: #20

0.8.1

29 Sep 08:19
@leo leo
Compare
Choose a tag to compare

Patches

  • If the --port flag is not defined, list will try to use the PORT env variable: #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

0.8.0

22 Sep 11:05
@leo leo
Compare
Choose a tag to compare

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

0.7.0

25 Jul 18:50
@leo leo
Compare
Choose a tag to compare

Minor Changes

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

Patches

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

0.6.1

21 Jul 08:35
@leo leo
Compare
Choose a tag to compare

@rauchg fixed query strings

0.6.0

21 Jul 08:35
@leo leo
Compare
Choose a tag to compare
  • Support for custom caching value [@leo]

0.5.0

21 Jul 08:35
@leo leo
Compare
Choose a tag to compare
  • Performance improvements [@leo]
  • Mime type fixes [@leo]

0.4.1

21 Jul 08:34
@leo leo
Compare
Choose a tag to compare
  • Set default port [@leo]
  • Link path parts [@leo]
  • Put flag before name [@leo]

0.4.0

21 Jul 08:34
@leo leo
Compare
Choose a tag to compare
  • Show parent dir .. [@leo]