Releases: HtmlUnit/htmlunit-cssparser
Releases · HtmlUnit/htmlunit-cssparser
HtmlUnit-CSSParser 3.9.0
- only version no changed
see HtmlUnit release notes for more details
HtmlUnit-CSSParser 3.8.0
- bunch of javadoc fixes
- Stack replaced by Deque
see HtmlUnit release notes for more details
HtmlUnit-CSSParser 3.7.0
- switched from JavaCC to ParserGeneratorCC (https://github.com/tulipcc/ParserGeneratorCC). Based on this we have to chance to update the ParserGeneratorCC to fix some of our problems with the generated code. See https://github.com/tulipcc/ParserGeneratorCC/pulls for more.
- README.md improved
see HtmlUnit release notes for more details
HtmlUnit-CSSParser 3.6.0
- fix: 'only'' is a valid class selector name (#36)
- README.md improved
see HtmlUnit release notes for more details
HtmlUnit-CSSParser 3.5.0
- fix: 'inherit'' is a valid class selector name (#32)
see HtmlUnit release notes for more details
HtmlUnit-CSSParser 3.4.0
- only version no changed
see HtmlUnit release notes for more details
HtmlUnit-CSSParser 3.3.0
- only version no changed
see HtmlUnit release notes for more details
HtmlUnit-CSSParser 3.2.0
- custom properties without values are valid
see HtmlUnit release notes for more details
HtmlUnit-CSSParser 3.1.0
- simplified parser
HtmlUnit-CSSParser 3.0.0
- group name changed to org.htmlunit
- package names changed to org.htmlunit.cssparser