Archive for February 1st, 2008

jsTenjin 0.0.2 released - a fast & lightweight template engine for JS

February 1st, 2008

I 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 [...]