Changelog
=========

1.0b1 (02/22/2009)
~~~~~~~~~~~~~~~~~~

- Updated to latest Chameleon. [malthe]

0.9.3 (02/13/2009)
~~~~~~~~~~~~~~~~~~

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

0.9.2 (01/29/2009)
~~~~~~~~~~~~~~~~~~

- Updated test setup to most recent. [malthe]

0.9.1 (12/29/2008)
~~~~~~~~~~~~~~~~~~

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

- Modify setup - requires repoze.cssutils [fairwinds]

0.9 (12/04/2008)
~~~~~~~~~~~~~~~~

- Require links to specify type. [malthe]

- Sort globbed resources. [malthe]

0.8 (12/03/2008)
~~~~~~~~~~~~~~~~

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

0.7 (11/19/2008)
~~~~~~~~~~~~~~~~

- Updated static attributes handling. [malthe]

0.6 (11/19/2008)
~~~~~~~~~~~~~~~~

- Added 'replace' mode. [malthe]

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

0.5 (11/13/2008)
~~~~~~~~~~~~~~~~

- Added support for macro usage. [malthe]

0.4 (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]

0.3 (10/2/2008)
~~~~~~~~~~~~~~~

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

0.2 (10/1/2008)
~~~~~~~~~~~~~~~

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

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

0.1 (09/25/2008)
~~~~~~~~~~~~~~~~

- Added resource rebase support. [malthe]

- Initial release.

