- Handle render failure correctly (@maxiruani)
- Use updated dependencies (@cjsturgess)
- Custom template provider (@mihaislobozeanu)
- Pass [[=layout]] to the partials
- Support > v0.10 node
- Add locals (and shortcut with express options 'view shortcut')
- Whitespace strip settings
- Comment strip settings
- Fix the cache in production
- Partial to be supported with caching on (new syntax structure)
- Reads the 'view data' settings from express and make it available [[= foo ]]
- Supports custom helper
- Exposed method for email templating (or anything)
- Breaking change: yaml config
- partials and layout file path, relative to the current file
- Tests
- Initial version