Releases: projectwallace/css-parser
Releases · projectwallace/css-parser
v0.13.0
What's Changed
- add support for parsing unicode ranges by @bartveneman in #137
- breaking: remove
.nameproperty from Declaration nodes by @bartveneman in #138 - breaking: Operator node provide
.value, not.nameby @bartveneman in #139 - fix:
declaration.childrenshould beundefinedby @bartveneman in #141 - breaking: return human readable
attr_operatorandattr_flagsin `… by @bartveneman in #142
Full Changelog: v0.12.4...v0.13.0
v0.12.4
What's Changed
- Export package.json from package.json by @bartveneman in #133
Full Changelog: v0.12.3...v0.12.4
v0.12.3
What's Changed
- fix: parse keyframes percentage selectors by @bartveneman in #131
Full Changelog: v0.12.2...v0.12.3
v0.12.2
What's Changed
- fix: more whitespace/comment parsing fixes by @bartveneman in #129
Full Changelog: v0.12.1...v0.12.2
v0.12.1
What's Changed
- fix: parse comments and whitespace around selector operators by @bartveneman in #128
Full Changelog: v0.12.0...v0.12.1
v0.12.0
What's Changed
- breaking: replace
skip_commentsoption withon_commentby @bartveneman in #127
Full Changelog: v0.11.4...v0.12.0
v0.11.4
What's Changed
- feat: expose
parse_dimension()by @bartveneman in #126
Full Changelog: v0.11.3...v0.11.4
v0.11.3
What's Changed
- fix nesting depth in
walk()by @bartveneman in #123
Full Changelog: v0.11.2...v0.11.3
v0.11.2
What's Changed
- fix: correct parsing of selector lists with comments by @bartveneman in #120
Full Changelog: v0.11.1...v0.11.2
v0.11.1
What's Changed
- fix: always create an atrule prelude node if the atrule has a prelude by @bartveneman in #116
- fix: correct locations for selector combinators by @bartveneman in #117
- fix: parse vendor prefixed atrules correctly by @bartveneman in #118
Full Changelog: v0.11.0...v0.11.1