thunder
Version:
One of the fastest JavaScript template engine for Node.js and browsers.
110 lines (43 loc) • 1.75 kB
Markdown
# History
## 0.2.0 / 2014-05-26
- [new feature] ablity to compile browserify templates
## 0.1.13 / 2013-12-18
- [refactoring] `\n\r` -> `\r\n`
## 0.1.12 / 2013-12-18
- [refactoring] Do not trim all white space
- [update packages] watchr->2.4.7
## 0.1.11 / 2013-12-18
- [update packages] rmdir->1.0.3, watchr->2.4.6
## 0.1.10 / 2013-12-12
- [bug fix] `<? some_code ?>` evaluation fail without `;` in the end
- [update packages] cli-color->0.2.3, rmdir->1.0.1, watchr->2.4.4
## 0.1.9 / 2013-09-26
- [new feature] Added `custom delimiters` to settings
## 0.1.8 / 2013-08-29
- [bug fix] Added `update` event for newer node version
## 0.1.7 / 2013-07-06
- [refactoring] Move `html_to_text` from thunder to utils
- [update packages] cli-color->0.2.2, mkdirp->0.3.5, watchr->2.4.3
## 0.1.6 / 2012-10-28
- [new feature] Added `clear` method to clear out the cache
## 0.1.5 / 2012-08-22
- [refactoring] Added custom key in `cache` method
- [refactoring] Hard coding version number
- [update packages] mkdirp->0.3.4, watchr->2.1.3
## 0.1.4 / 2012-07-23
- [refactoring] Use `fs` instead of `path` for node v0.8.x
## 0.1.3 / 2012-07-17
- [bug fix] Remove anonymous fn wrapper for generated browser templates
- [bug fix] Assign thunder to root
- Added browser examples
## 0.1.2 / 2012-07-09
- [bug fix] Attach `thunder` to `window` instead of calling it on browsers
## 0.1.1 / 2012-07-09
- [bug fix] Use `process.cwd()` instead of `__dirname` for current dir
## 0.1.0 / 2012-07-08
- [new feature] Client-side support including `precompile` & `watch`
- [update packages] Update testing packages to the latest version
## 0.0.2 / 2012-02-15
- [refactoring] Fix typo
# 0.0.1 / 2011-12-20
- Initial release