Skip to content

Releases: projectwallace/css-parser

v0.14.8

05 Apr 19:08
2f2fb6d

Choose a tag to compare

What's Changed

Full Changelog: v0.14.7...v0.14.8

v0.14.7

04 Apr 12:23

Choose a tag to compare

Full Changelog: v0.14.6...v0.14.7

No changes.

v0.14.6

04 Apr 12:21

Choose a tag to compare

Full Changelog: v0.14.5...v0.14.6

No changes.

v0.14.5

04 Apr 12:06
b4d9041

Choose a tag to compare

What's Changed

Full Changelog: v0.14.4...v0.14.5

v0.14.4

04 Apr 12:00
495c0b2

Choose a tag to compare

What's Changed

Full Changelog: v0.14.3...v0.14.4

v0.14.3

03 Apr 21:05
50a9b45

Choose a tag to compare

What's Changed

  • fix: improve types for .has_next, .next_sibling and .first_child by @bartveneman in #209

Full Changelog: v0.14.2...v0.14.3

v0.14.2

03 Apr 20:02
7078ab0

Choose a tag to compare

What's changed

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

03 Apr 19:20
0eb66e9

Choose a tag to compare

What's Changed

Full Changelog: v0.14.0...v0.14.1

v0.14.0

03 Apr 15:05
c375f50

Choose a tag to compare

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

25 Mar 08:13
b5706aa

Choose a tag to compare

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