Changelog
=========

chameleon.html 0.9.3 (released 02/13/2009)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- When a glob has no matches, simply remove the tag. [malthe]

chameleon.html 0.9.2 (released 01/29/2009)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Updated test setup to most recent. [malthe]

chameleon.html 0.9.1 (released 12/29/2008)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Modify xss code to use new repoze.cssutils CSS parser [fairwinds]

- Modify setup - requires repoze.cssutils [fairwinds]

chameleon.html 0.9 (released 12/04/2008)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Require links to specify type. [malthe]

- Sort globbed resources. [malthe]

chameleon.html 0.8 (released 12/03/2008)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Fixed namespace handling; the XML parser now makes sure that the
  default namespace gets registered as such. [malthe]

chameleon.html 0.7 (released 11/19/2008)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Updated static attributes handling. [malthe]

chameleon.html 0.6 (released 11/19/2008)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Added 'replace' mode. [malthe]

- Remove quotes which may be used on attribute values to comply with
  CSS3, e.g. dot ('.'). [malthe]

chameleon.html 0.5 (released 11/13/2008)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Added support for macro usage. [malthe]

chameleon.html 0.4 (released 10/28/2008)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Add newline character between glob-exploded tags. [malthe]

- Use relative URL if resource location component is
  unavailable. [malthe]

- Added code to enable ``glob`` style matching of resources [seletz]

- Resource URLs are now made absolute to dettach them from the
  template object. [malthe]

- Changed test setup to allow for python based tests, i.e. not
  using the zope test runner. [seletz]

chameleon.html 0.3 (released 10/2/2008)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Comments are now ignored (previously an exception would be
  raised). [malthe]

chameleon.html 0.2 (released 10/1/2008)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Added 'append' and 'prepend' insertion modes. [malthe]

- Template is invalidated when XSS-files are modified. [malthe]

chameleon.html 0.1 (released 9/25/2008)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Added resource rebase support. [malthe]

- Initial release.

