- The “extensions” and “passthrough” options now actually work as documented.
- Caching using Redis is improved (see the
redisCache.js
andserveRedis.js
examples).
- Custom 404 documents are now served for the root (/) URL if appropriate.
- New “passthrough” option allows files with specified extensions to be served directly without being handled as Markdown.
- Caching can be disabled by passing
false
as thecache
option.