- [new feature] ablity to compile browserify templates
- [refactoring]
\n\r
->\r\n
- [refactoring] Do not trim all white space
- [update packages] watchr->2.4.7
- [update packages] rmdir->1.0.3, watchr->2.4.6
- [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
- [new feature] Added
custom delimiters
to settings
- [bug fix] Added
update
event for newer node version
- [refactoring] Move
html_to_text
from thunder to utils - [update packages] cli-color->0.2.2, mkdirp->0.3.5, watchr->2.4.3
- [new feature] Added
clear
method to clear out the cache
- [refactoring] Added custom key in
cache
method - [refactoring] Hard coding version number
- [update packages] mkdirp->0.3.4, watchr->2.1.3
- [refactoring] Use
fs
instead ofpath
for node v0.8.x
- [bug fix] Remove anonymous fn wrapper for generated browser templates
- [bug fix] Assign thunder to root
- Added browser examples
- [bug fix] Attach
thunder
towindow
instead of calling it on browsers
- [bug fix] Use
process.cwd()
instead of__dirname
for current dir
- [new feature] Client-side support including
precompile
&watch
- [update packages] Update testing packages to the latest version
- [refactoring] Fix typo
- Initial release