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