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...