All Versions
92
Latest Version
Avg Release Cycle
101 days
Latest Release
860 days ago

Changelog History
Page 3

  • v2.23 Changes

    October 26, 2015
    • Added enable_data_attributes option that allows using HTML5 data attributes as control attributes instead or in addition to XML namespace attributes.
  • v2.22 Changes

    February 06, 2015
    • ๐Ÿ›  Fix brown bag release.
  • v2.21 Changes

    February 06, 2015
    • โž• Added RenderError exception which indicates that an error occurred during the evaluation of an expression.

    • ๐Ÿ‘ป Clean up TemplateError exception implementation.

  • v2.20 Changes

    January 12, 2015
    • Pass search_path to template class when loaded using TemplateLoader (or one of the derived classes). [faassen]
  • v2.19 Changes

    January 06, 2015
    • ๐Ÿ›  Fix logging deprecation.

    • ๐Ÿ›  Fix environment-based configuration logging error.

  • v2.18 Changes

    November 03, 2014
    • ๐Ÿ›  Fix minor compilation error.
  • v2.17 Changes

    November 03, 2014
    • โž• Add support for i18n:context. [wiggy]

    • โž• Add missing 'parity' repeat property. [voxspox]

    • Don't modify environment when getting variables from it. [fschulze]

  • v2.16 Changes

    May 06, 2014
    • If a repeat expression evaluates to None then it is now equivalent to an empty set.

    This changes a behavior introduced in 2.14.

    This fixes issue #172.

    • โœ‚ Remove fossil test dependency on deprecated distribute.

    • โž• Add explicit support / testing for Python 3.3 / 3.4.

    • โฌ‡๏ธ Drop explicit support for Python 2.5 (out of maintenance, and no longer supported by tox or Travis-CI).

  • v2.15 Changes

    March 11, 2014
    • โž• Add Support for Python 3.4's NameConstant. [brakhane]
  • v2.14 Changes

    November 28, 2013
    • Element repetition using the TAL namespace no longer includes whitespace. This fixes issue #110.

    • ๐Ÿ›  Use absolute import for chameleon.interfaces module. This fixes issue #161.