Version 4.0.1
- Fixed the rendering of asynchronous templates.
Version 4.0.0
- Ported the source code to CoffeeScript.
Version 3.0.0
Version 2.0.0
- Breaking change: the
eta()
function now uses a named export instead of a default export. - Ported the source code to Haxe.
Version 1.1.0
- Ported the source code to TypeScript.
Version 1.0.1
- Migrated the documentation to the GitHub wiki.
Version 1.0.0
- First stable release.
- Added an example of a Koa server.
Version 0.2.0
- Added the
async
rendering option. - Merge the request context's
state
with template data.
Version 0.1.2
- Fixed the TypeScript typings.
Version 0.1.1
- Fixed the TypeScript typings.
- Initial release.