Colin's Journal

Colin's Journal: A place for thoughts about politics, software, and daily life.

May 31st, 2003

SimpleTAL 3.2 released

SimpleTAL 3.2 is now available. Notable changes from previous versions:

New features

  • The ‘python:’ path can now be used.
  • simpleTALUtils now contains a template caching class (TemplateCache) that can be used to cache compiled templates, automatically invalidating the cache if the template file has changed.
  • The string module is no longer used, replaced by string methods.

Bug fixes

  • Nested repeat variables with the same name are now scoped correctly.
  • If logging is available all error messages are now suppressed during testing.

Thanks to Wichert Akkerman for the initial implementation of the ‘python:’ path, the move to string methods, and for finding the repeat variable scope problem.

Comments are closed.

Copyright 2015 Colin Stewart

Email: colin at owlfish.com