- Added koa support
- Added support for multiple http frameworks
- Changed: express.js error handler is encapsulated within the
express()
function - Changed: moved middleware example to
examples/
- New Generator/Build System: EJS (templates), SCSS (styles) and GULP (build) are used as a replacement of the historical php/bash/ant/less setup.
- New express.js integration/middleware (full asynchronous operation)
- JSON based page definitions including i18n support
- Option to use custom styles
- Option to use custom template
- Changed: middleware API (express.js)
- Changed: generator script is based on javascript
- Bugfix: package.json contains invalid main/app entry file
- Bugfix:
lib/
directory was not included in the npm package
- Added: expressjs support with native npm package/error handler
- Bugfix: Restored NGINX Configuration from 0331dac487caa0b3ddb5897b5d35afc2c01dfbd5
- Added: Semantic Versioning
- Added: ANT based build file
- Added: Configuration file
config.ini
- Added: Prebuild Packages (includes all generated html file)
- Changed the directory structure
- Demo Pages are hosted via GitHub Pages (located within the
docs/
dir)
- Replaced Bootstrap by small inline styles
- Added optional footer contact address
- PHP template (
template.phtml
) is used instead of simple text based template