
2007-02-18 Laurent Laville

  * VERSION: Version 1.1.3 (stable) released.
  - fixed bug #10103 : oneline attribute typo error in class constructor

2007-01-03 Laurent Laville

  * VERSION: Version 1.1.2 (stable) released.
  - fixed error into grepStyle() method : conflict between goup (alibis) and simple element

2007-01-01 Laurent Laville

  * VERSION: Version 1.1.1 (stable) released.
  - fixed error catch into parseData() method (related to 2006-12-21 modification)

2007-01-01 Laurent Laville

  * VERSION: Version 1.1.0 (stable) released.
  - add new function grepStyle(), and example CSS_grepStyles.php
  - upgraded copyright notice to new year 2007

2006-12-21 Laurent Laville

  * VERSION: Version 1.0.1 (stable) released.
  - bug fix with wrong initialisation of $_lastError indicator in isError() method.

2006-06-24 Laurent Laville

  * VERSION: Version 1.0.0 (stable) released.

2006-06-22 Laurent Laville

  - unified API arguments for all group functions:
    2nd arg of createGroup() was renamed from $identifier to $group

2006-06-17 Laurent Laville

  - copyright dates updates in all headers comment blocks
  - add @ignore phpdoc tag in all unit tests to hide them in API doc generation.

2005-12-15 Laurent Laville

  * VERSION: Version 1.0.0RC2 (beta) released.
  - adds 2 new functions : parseData(), isError()

2005-07-26 Klaus Guenther, Laurent Laville

  * VERSION: Version 1.0.0RC1 (beta) released.
  - Allows to fix a HTML_Progress problem (bug #2784)
  - Inappropriate style rule reordering (bug #3920)
  - Removes PEAR_ErrorStack and Log packages dependencies
  - All unitTests are now fully PEAR_Error compatible
  - apiVersion() returns now a string rather than a float; compatible with php.version_compare()
  - createGroup() always returns a value now
  - parseSelectors() status goes from public to protected
  - collapseInternalSpaces() status goes from public to protected
  - setSameStyle() is now optimized and single old reference is removed from CSS declarations
  - toArray reimplemented (API changed if duplicates allowed)
  - Updates headers comment block on all files

2004-11-21 Klaus Guenther, Laurent Laville

  * VERSION: Version 0.4.0 (beta) no-public released.
  - Removes PEAR_ErrorStack and Log packages dependencies
  - Uses the basic error handler PEAR_Error (see examples/CSS_Logger.php)
  - Allows to fix a HTML_Progress problem (see bug #2784)
  - Adds testcase for setXhtmlCompliance API

2004-05-21 Klaus Guenther, Laurent Laville

  * VERSION: Version 0.3.4 (beta) released.
  - Added testcases for all bugs (Laurent)
  - Added dependency on PEAR 1.3.1 or greater (necessary for error handling)

2004-05-20 Klaus Guenther, Laurent Laville

  * VERSION: Version 0.3.3 (beta) released.
  - Added more testcases (Laurent)
  - Output definitions on single line
  - fixed bug #1072 incomplete internal inheritance support in parseString and getStyle
  - fixed bug #1084 parseSelectors unable to handle inheritance

2004-03-24 Klaus Guenther, Laurent Laville

  * VERSION: Version 0.3.2 (beta) released.
  - setXhtmlCompliance(bool)
      Determines whether elements are automatically lowercased
      for XHTML compliance. May also be passed to class constructor
      as array element 'xhtml'.
  - Selectors are now properly parsed to ensure compliance
  - fixed bug #725  Elements differentiated because of whitespace
  - fixed bug #998  parseString failure to parse property value when it contained a colon
  - fixed bug #1066 Trim property values in parseString

2003-11-03 Klaus Guenther, Laurent Laville

  * VERSION: Version 0.3.1 (beta) released.
  * VERSION: Version 0.3.0 (beta) released.

2003-07-31 Klaus Guenther

  * VERSION: Version 0.2.0 (stable) released.
  - Initial PEAR public release

