
Changes since version 1.1.2 (2007-01-03)

  - bug fix related to oneline attribute class constructor

Changes since version 1.1.1 (2007-01-01)

  - bug fix related to grepStyle() function when using group of selector
    and simple element with same name

Changes since version 1.1.0 (2007-01-01)

  - bug fix related to usage of isError() in cascade.

Changes since version 1.0.1 (2006-12-21)

  - add new feature : ability to search if an element/property is defined or not
    see grepStyle() function and example CSS_grepStyles.php

Changes since version 1.0.0 (2006-06-24)

  - fix a bug with HTML_CSS::isError() method
  - drop support of package xml 1.0; Now we must have at least PEAR 1.4.3
  - License change from PHP 3.0 to PHP 3.01

Changes since version 1.0.0RC2 (2005-12-15)

  - introduces package xml 2.0
  - include a user-guide in html format
  - unified API arguments for all group functions

Changes since version 1.0.0RC1 (2005-07-26)

  - parseData() : Ability to parse multiple data sources (filename, string) at once
  - isError() : Tell whether a value return by HTML_CSS is an error.

Changes since version 0.4.0 (2004-11-21)

  - PEAR_ErrorStack was replaced by a simple way to plug in any error handling
    system you might want (default used PEAR_Error object)
  - Duplicate properties can now be allowed.

Changes since version 0.3.4 (2004-05-21)

  - All unitTests are now fully PEAR_Error compatible
  - This release follows the rules defined at
    http://pear.php.net/group/docs/20040226-vn.php

Changes since version 0.3.3 (2004-05-20)

  - Compatibility fix for PHP5 in parseSelectors
  - Now parseSelectors correctly divides selectors with IDs (output mode 2)

Changes since version 0.3.2 (2004-03-24)

  - New error implementation (PEAR_Error_Stack) (Laurent)

Changes since version 0.3.1 (2003-11-03)

  - 3 bugfixes

Changes since version 0.3.0 (2003-11-03)

  - Bugfixes setSameStyle() functionality

Changes since version 0.2.0 (2003-07-31)

  - Major BC break
  - License change from PHP 2.02 to 3.0
  - Parse CSS from string (Laurent)
  - Read and parse CSS from file (Laurent)
  - Retrieve the settings of individual properties (Laurent)
  - Fully redesigned group handling
  - Output to file
  - new Error handling introduced (Laurent)
  - Added unit tests (Laurent)

