Releases: projectwallace/css-parser
Releases · projectwallace/css-parser
v0.14.8
What's Changed
- fix: set correct child types for pseudo selectors by @bartveneman in #212
Full Changelog: v0.14.7...v0.14.8
v0.14.7
Full Changelog: v0.14.6...v0.14.7
No changes.
v0.14.6
Full Changelog: v0.14.5...v0.14.6
No changes.
v0.14.5
What's Changed
- fix: skip
npm i -g npmduring release by @bartveneman in #211
Full Changelog: v0.14.4...v0.14.5
v0.14.4
What's Changed
- fix: continue release process when
npm i -g npmfails by @bartveneman in #210
Full Changelog: v0.14.3...v0.14.4
v0.14.3
What's Changed
- fix: improve types for
.has_next,.next_siblingand.first_childby @bartveneman in #209
Full Changelog: v0.14.2...v0.14.3
v0.14.2
What's changed
- fix: add missing
nameproperty to LangSelector by @bartveneman in #208
What else
- chore(deps-dev): bump knip from 6.0.1 to 6.0.6 by @dependabot[bot] in #203
- chore(deps-dev): bump tsdown from 0.21.4 to 0.21.5 by @dependabot[bot] in #201
- chore(deps-dev): bump the oxc group with 2 updates by @dependabot[bot] in #200
- chore(deps-dev): bump the vite group across 1 directory with 2 updates by @dependabot[bot] in #199
- chore(deps): bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in #198
- chore(deps-dev): bump typescript from 5.9.3 to 6.0.2 by @dependabot[bot] in #202
Full Changelog: v0.14.1...v0.14.2
v0.14.1
What's Changed
- fix: add missing types for node's children by @bartveneman in #207
Full Changelog: v0.14.0...v0.14.1
v0.14.0
Breaking changes
- Breaking: Add zero-cost TypeScript node type narrowing layer by @bartveneman in #205
- CSSNode is now a type-aware type, responding differently to whatever node type it is
What's Changed
- chore: add tests for container queries with name-only syntax by @bartveneman in #204
- perf: derive attribute operator and flags from source text on demand (11% memory win) by @bartveneman in #206
Full Changelog: v0.13.11...v0.14.0
v0.13.11
What's Changed
- perf: add child_count getter to CSSNode for efficient child counting by @bartveneman in #197
Full Changelog: v0.13.10...v0.13.11