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.
- Added
-
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 usingTemplateLoader
(or one of the derived classes). [faassen]
- Pass
-
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
orTravis-CI
).
- If a repeat expression evaluates to
-
v2.15 Changes
March 11, 2014- โ Add Support for Python 3.4's
NameConstant
. [brakhane]
- โ Add Support for Python 3.4's
-
v2.14 Changes
November 28, 2013Element repetition using the
TAL
namespace no longer includes whitespace. This fixes issue #110.๐ Use absolute import for
chameleon.interfaces
module. This fixes issue #161.