Releases: projectwallace/css-parser
Releases · projectwallace/css-parser
v0.8.6
What's Changed
- chore: configure codecov reporting and bundle size analysis by @bartveneman in #82
- chore: merge lexer into tokenizer file by @bartveneman in #83
- chore: move lengthy source code comments to API.md by @bartveneman in #84
- Move lengthy comments by @bartveneman in #86
- feat: add
is_custom(str: string): booleanhelper by @bartveneman in #87 - fix: handle super large (65535+ char) token lengths by @bartveneman in #88
Full Changelog: v0.8.5...v0.8.6
v0.8.5
What's Changed
- perf: increase parse speed ~10% by increasing initial arena size by @bartveneman in #80
Full Changelog: v0.8.4...v0.8.5
v0.8.4
What's Changed
- feat: expose
parse_declarationby @bartveneman in #72 - perf: share main lexer with declaration parser by @bartveneman in #73
Full Changelog: v0.8.3...v0.8.4
v0.8.3
What's Changed
- fix: calculate
node.lengthcorrectly for nestedvar()by @bartveneman in #70
Full Changelog: v0.8.2...v0.8.3
v0.8.2
What's Changed
- fix: correct value line/column instead of values always having line 1 by @bartveneman in #69
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
- fix: trailing whitespace in complex selector by @bartveneman in #64
- Add JSDoc to CssNode by @bartveneman in #65
- feat: add BREAK and SKIP symbols for walker by @bartveneman in #66
- feat: export
NODE_TYPESby @bartveneman in #67
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- feat: add
value_as_numberto css-node by @bartveneman in #53 - perf: make
is_vendor_prefixed()lazy evaluation by @bartveneman in #57 - perf: reorganize arena to save
48 bytes (20%) by @bartveneman in #59 - BREAKING: rename
offsettostart; addendby @bartveneman in #60
Full Changelog: v0.7.3...v0.8.0
v0.7.3
What's Changed
- fix: make sure all string comparisons are case-insensitive by @bartveneman in #52
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
- chore(doc): add arena explainer inline doc by @bartveneman in #48
- fix: URL-node
.valueshould be the contents ofurl()by @bartveneman in #49
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- remove knip by @bartveneman in #45
- fix: type_name union instead of string by @bartveneman in #47
Full Changelog: v0.7.0...v0.7.1