Releases: projectwallace/css-parser
Releases · projectwallace/css-parser
v0.15.1
What's Changed
- feat: allow type-narrowing of nodes based on
type_nameby @bartveneman in #230 - chore: update use of deprecated
toMatchTypeOfby @bartveneman in #231
Full Changelog: v0.15.0...v0.15.1
v0.15.0
What's Changed
- breaking/feat: parse
@supportsprelude into declarations by @bartveneman in #223 - feat: add vendor-prefix support in mediafeature by @bartveneman in #225
- fix: add
namespacegetter for type selectors by @bartveneman in #228
other
- chore(deps-dev): bump the vite group across 1 directory with 2 updates by @dependabot[bot] in #215
- chore(deps-dev): bump the oxc group with 2 updates by @dependabot[bot] in #216
- chore(deps-dev): bump tsdown from 0.21.5 to 0.21.10 by @dependabot[bot] in #217
- chore(deps-dev): bump postcss from 8.5.8 to 8.5.13 by @dependabot[bot] in #219
- chore(deps-dev): bump @types/node from 24.12.0 to 24.12.2 by @dependabot[bot] in #218
- chore: bump dependencies by @bartveneman in #224
Full Changelog: v0.14.10...v0.15.0
v0.14.10
What's Changed
- fix: narrow next_sibling type on children to match parent's child union by @bartveneman in #214
- fix: only return name/property/etc for relevant node types by @bartveneman in #221
Full Changelog: v0.14.9...v0.14.10
v0.14.9
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