Releases: rgrove/crass
Releases · rgrove/crass
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
- Many parsing and tokenization tweaks to bring us into full compliance with the 14 November 2014 editor's draft of the CSS syntax spec. The most significant outwardly visible change is that quoted URLs like
url("foo")
are now returned as:function
tokens and not:url
tokens due to a change in the tokenization spec. - Teensy tiny speed and memory usage improvements that you almost certainly won't notice.
- Fixed: A semicolon following a
@charset
rule would be omitted during serialization. - Fixed: A multibyte char at the beginning of an id token could trigger an encoding error because
StringScanner#peek
is a jerkface.