Releases: projectwallace/css-parser
Releases · projectwallace/css-parser
Release list
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
v0.11.0
What's Changed
- perf: Replace if-else chain with switch-based token dispatch by @bartveneman in #103
- perf: shave off some bytes by using
peek()more often by @bartveneman in #105 - perf: inline character classes in hot paths by @bartveneman in #106
- breaking: add intermedia
AtrulePreludenode type by @bartveneman in #107 - breaking: add structured prelude property to AT_RULE and STYLE_RULE by @bartveneman in #110
- breaking: mark unreachable cssnode properties as undefined by @bartveneman in #113
- breaking: rm unused
*-compound-*properties fromCSSNodeby @bartveneman in #115 - fix: incorrect line/column tracking for selector lists by @bartveneman in #114
Full Changelog: v0.10.0...v0.11.0