Chameleon v2.7.2 Release Notes

Release Date: 2012-01-08 // over 12 years ago
  • ๐Ÿ”‹ Features:

    • Added option trim_attribute_space that decides whether attribute whitespace is stripped (at most down to a single space). This option exists to provide compatibility with the reference implementation. Fixes issue #85.

    ๐Ÿ›  Bugfixes:

    • Ignore unhashable builtins when generating a reverse builtin map to quickly look up a builtin value. [malthe]

    • ๐ŸŒ Apply translation mapping even when a translation function is not available. This fixes issue #83. [malthe]

    • ๐Ÿ›  Fixed issue #80. The translation domain for a slot is defined by the source document, i.e. the template providing the content for a slot whether it be the default or provided through metal:fill-slot. [jcbrand]

    • In certain circumstances, a Unicode non-breaking space character would cause a define clause to fail to parse.