jsTenjin 0.0.2 released - a fast & lightweight template engine for JS
Filed under: product on Friday, February 1st, 2008 by kwa | No CommentsI have released jsTenjin 0.0.2.
http://www.kuwata-lab.com/tenjin/
jsTenjin is a very fast and lightweight template engine for JavaScript. It is especially designed for server-side programming and works on both SpiderMonkey and Rhino. Also jsTenjin package contains client-side library which is a subset of server-side library.
0.0.2 is a bug fix release.
Bugfix
- On SpiderMonkey, if template was large (>=4KB) then Tenjin#readFile() inserted extra commas (’,'). Now fixed.
This bug is reported by P.Khodko. Thank you very much.