- Move React to
peerDependencies
- Stop beautifying code without permission. There is now an option to do this.
- Update React dependency to v0.11.1+
- The module cache is cleared of files matching the specified extension at the end of each render. This allows views to be modified without restarting the server.
__express
andrenderFile
are gone. You must now callcreateEngine(options)
which will create an engine with given options.
- Initial release!