v6.1.2
Thank you to all the people who helped with advice, suggestions, and participation!
Special thanks to:
In this release (v6.1.2):
- option
--host
fixed (help and doc updated)
release (v6.1.1):
- New option
--db <file|url>
json/yaml/csv memory file to populate templates - New option
--db-export
export memory to json file - New option
--db-path
serve live memory file at specified context - New option
--js <file|url>...
JavaScript file(s) for script engine context - New option
--no-bak
disable backup old memory file before overwrite - New response header
X-Handler-XGI
XGI (Extended Gateway Interface) program - New response header
X-Handler-CGI
CGI (Common Gateway Interface) program - New response header
X-Handler-JS
JavaScript response handler function - Default 'Not found' status changed from
400
to404
- Cheatsheet page updated.
- Bug fixes
- Minor code enhancements
- Documentation updated
- Release on top of Tommy v10.0.10