StringTemplate 2.2 Release Notes

StringTemplate 2.2 Release Notes

Brought to you by that maniac that brings you the ANTLR parser generator!

Terence Parr
University of San Francisco
parrt@cs.usfca.edu
Copyright 2003-2006
http://www.stringtemplate.org
(StringTemplate released under BSD License)

Python version created by

Marq Kole
marq.kole at xs4all.nl
Copyright 2003-2006

Version 2.2, June 15, 2006

2.2 is the third full release of the Python version of StringTemplate. It is functionally equivalent to the Java StringTemplate version 2.2. Release 2.2 fixes a few bugs, but mainly 2.2 adds lots of great new features. The features were added in response to my needs building ANTLR v3's code generator and from feedback by StringTemplate users.

2.2 should be a drop-in replacement for those using StringTemplate for websites and code generation with a few minor potential incompatibilities.

Enhancements

Bug Fixes