Changes Report

Release History

Version Date Description
0.9.5 ? Long-overdue release with lots of bugfixes.
0.9.4 ?
0.9.3 ?
0.9.2 ?
0.9.1 ?
0.9.0 ?
0.1.4 ?


Release 0.9.5 - ?

Type Changes By
remove Removed the deprecated classes com.steadystate.css.CSS2Parser, com.steadystate.css.RGBColorImpl and com.steadystate.css.HexColor.
fix Correctly unescape escaped characters in strings. Fixes 1226128 .
fix CSSStyleDeclarationImpl.getCssText() fixed to not return curly braces (as per the spec). Fixes 1874800 .
remove Removed unused class ParseException (one of two classes with this name). Fixes 1337730 .
update Updated the minimum required Java version to Java 5.
remove Removed the W3C DOM and SAC classes, using instead the classes in the JDK and the official SAC JAR.
update Moved build system to Maven 2.
add Added parseMedia() to SACParser.
update Modified CSSOMParser to allow parser creation within the sandbox.
remove JavaCC-generated files removed from the repository.
update css2.jj renamed to SACParser.jj.
add Initial JUnit tests added.

Release 0.9.4 - ?

Type Changes By
add Ant buildfile added.

Release 0.9.3 - ?

Type Changes By
fix Fixed a bug in the '@page' rule where a space after an identifier or a pseudo page caused a parser exception.

Release 0.9.2 - ?

Type Changes By
update Made several modifications to provide JDK 1.1 compatability.
fix Fixed a bug that caused negative floating-point values to be excessively trimmed.

Release 0.9.1 - ?

Type Changes By
update Updated the SAC to version 1.2.
update Updated the CSSOM to comply with the W3C recommendation.
update Made the CSSOM serializable.

Release 0.9.0 - ?

Type Changes By
update Implemented the SAC (Simple API for CSS).
update Converted the CSS DOM to be implemented on top of the SAC.

Release 0.1.4 - ?

Type Changes By
fix Fixed case-sensitivity bug in ASTStyleDeclaration.
update Renamed methods in ASTMediaList to bring it into line with CR-DOM-Level-2-20000510.
update Reduced the number of states in the lexer to simplify matters and to aid with improved handling of invalid statements.