| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Features, Features + Refactored the whole codebase.tar.gz | 2020-11-15 | 137.8 kB | |
| Features, Features + Refactored the whole codebase.zip | 2020-11-15 | 184.7 kB | |
| README.md | 2020-11-15 | 863 Bytes | |
| Totals: 3 Items | 323.4 kB | 1 | |
This release in not backward compatible - custom ejs templates as well as koa+express requires minimal manual adjustments!
- Added: template support for
pagetitle(automatically set if not defined) - Added: option to set the pagetitle directly via
payload.pagetitle(koa+expressjs) - Added: filter function to dynamically manipulate the errordata object (koa+expressjs)
- Added: support for additional variables/payloads
- Added: support for placeholders to static page generator
- Added: iso-639-1
languageattribute (derived from page lang) - Added: error/exception object available via
error(koa+expressjs) - Added:
onErrorcallback as debug error handler (not to be used in production) - Changed: moved
footercontent intopayloadobject - Changed: all variables within the
ejstemplate are only accessible viavarsobject