Releases: projectwallace/css-parser
Releases · projectwallace/css-parser
v0.6.1
What's Changed
- fix: add attribute selector flag property by @bartveneman in #17
- fix
has_childrenfor pseudo class with empty parens by @bartveneman in #18
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- Tree structure by @bartveneman in #6
- merge
parse-*.tsandparse-*.tsfiles by @bartveneman in #10 - dedupe token restoring by @bartveneman in #15
New Contributors
- @bartveneman made their first contribution in #6
Full Changelog: v0.5.0...v0.6.0
v0.5.0
Full Changelog: v0.4.0...v0.5.0
breaking: always wrap selectors in selector_list node
v0.4.0
Full Changelog: v0.3.0...v0.4.0
- Add
has_declarationsconvenience property toCSSNode
v0.3.0
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Full Changelog: https://github.com/projectwallace/css-parser/commits/v0.2.0
- add
columntoCSSNode