Chameleon v2.0-rc11 Release Notes

Release Date: 2011-05-26 // almost 13 years ago
  • ๐Ÿ›  Bugfixes:

    • ๐Ÿ›  Fixed issue where variable names that begin with an underscore were seemingly allowed, but their use resulted in a compiler error.

    ๐Ÿ”‹ Features:

    • ๐Ÿ›  Template variable names are now allowed to be prefixed with a single underscore, but not two or more (reserved for internal use).

    Examples of valid names::

    item
    ITEM
    _item
    camelCase
    underscore_delimited
    help
    
    • โž• Added support for Genshi's comment "drop" syntax::

      <!--! This comment will be dropped -->

    Note the additional exclamation (!) character.

    This fixes addresses issue #10.