Releases: vercel/serve
Releases · vercel/serve
0.9.1
0.9.0
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 ofnow
: 6560cbe - Fixed command example in
README.md
: 4889d3c
0.8.2
0.8.1
Patches
- If the
--port
flag is not defined, list will try to use thePORT
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
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