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
|
? |
|
Type |
Changes |
By |
 |
Removed the deprecated classes com.steadystate.css.CSS2Parser, com.steadystate.css.RGBColorImpl
and com.steadystate.css.HexColor. |
|
 |
Correctly unescape escaped characters in strings. Fixes 1226128
. |
|
 |
CSSStyleDeclarationImpl.getCssText() fixed to not return curly braces (as per the spec). Fixes 1874800
. |
|
 |
Removed unused class ParseException (one of two classes with this name). Fixes 1337730
. |
|
 |
Updated the minimum required Java version to Java 5. |
|
 |
Removed the W3C DOM and SAC classes, using instead the classes in the JDK and the official SAC JAR. |
|
 |
Moved build system to Maven 2. |
|
 |
Added parseMedia() to SACParser. |
|
 |
Modified CSSOMParser to allow parser creation within the sandbox. |
|
 |
JavaCC-generated files removed from the repository. |
|
 |
css2.jj renamed to SACParser.jj. |
|
 |
Initial JUnit tests added. |
|
Type |
Changes |
By |
 |
Fixed a bug in the '@page' rule where a space after an identifier or a pseudo page caused a parser exception. |
|
Type |
Changes |
By |
 |
Made several modifications to provide JDK 1.1 compatability. |
|
 |
Fixed a bug that caused
negative floating-point values to be excessively trimmed. |
|
Type |
Changes |
By |
 |
Updated the SAC to version 1.2. |
|
 |
Updated the CSSOM to comply with the W3C recommendation. |
|
 |
Made the CSSOM serializable. |
|
Type |
Changes |
By |
 |
Implemented the SAC (Simple API for CSS). |
|
 |
Converted the CSS DOM to be implemented on top of the SAC. |
|
Type |
Changes |
By |
 |
Fixed case-sensitivity bug in ASTStyleDeclaration. |
|
 |
Renamed methods in ASTMediaList to bring it into line with CR-DOM-Level-2-20000510. |
|
 |
Reduced the number of states in the lexer to simplify matters and to aid with improved handling of invalid statements. |
|