Changelog
Version 0.12.0
Support for escape sequences according to specifications (#97).
Now follows https://www.w3.org/TR/selectors-3/#lex for parsing and https://w3c.github.io/csswg-drafts/cssom/#common-serializing-idioms for serializing.
Possibly breaking changes:
"
character were serialized as single-quoted previously, now all strings serialized as double-quoted, per spec suggestion.Changelog
Version 0.9.1
rollup-plugin-cleanup
to condition published files.Changelog
Version 0.9.0
moo
and nearley
with my leac and peberminta packages. Now parseley
with all dependencies are TypeScript, dual CommonJS/ES module packages;denoify
.Changelog
Version 0.8.0
Changelog
Version 0.7.0
sort()
to normalize()
in order to better reflect what it does;compareArrays()
with compareSpecificity()
and compareSelectors()
- more sensible API;