---
version: 0.15
date:    Fri Feb 24 18:02:46 PST 2006
changes:
- Support SWITCH CASE and WRAPPER directives thanks to xantus and yann!
- Now the Stash really works, thanks to Miyagawa!
- Test.Base javascript runtime test framework!
- Support all the TT array primitives in JS!

---
version: 0.14
date:    Mon Feb 13 23:48:51 PST 2006
changes:
- Support WHILE, NEXT, LAST, CLEAR, RETURN and STOP

---
version: 0.13
date:    Tue Feb  7 23:39:04 PST 2006
changes:
- Support SET and FOREACH

---
version: 0.12
date:    Tue Feb  7 20:14:19 PST 2006
changes:
- Added Jemplate->compile_module and Jemplate->compile_module_cached
- Much refactoring
- Added output argument to Jemplate.process(template, data, output);
  output can be a function or DOM element id for innerHTML replacement

---
version: 0.11
date:    Mon Feb  6 23:56:37 PST 2006
changes:
- Added IF/ELSIF/ELSE support
- Added PROCESS support
- Move Jemplate.js to share/ directory

---
version: 0.10
date:    Mon Feb  6 16:33:53 PST 2006
changes:
- Maiden voyage.
- Only supports text with simple variable substitution.