Skip to content

Releases: projectwallace/css-parser

v0.13.9

18 Mar 12:13
5c5383f

Choose a tag to compare

Fixes

  • fix: pseudo-class selector parsing at start of at-rule blocks by @bartveneman in #189
  • fix: dashed idents being parsed as type selectors in pseudo-element functions by @bartveneman in #186

What's Changed

  • chore: Add Knip dead code detection to CI pipeline by @bartveneman in #173
  • chore(deps-dev): bump tinybench from 2.9.0 to 6.0.0 by @dependabot[bot] in #176
  • chore: Configure Dependabot dependency grouping for npm packages by @bartveneman in #181
  • chore(deps-dev): bump the oxc group with 2 updates by @dependabot[bot] in #183
  • chore: Add regression test for multiple @function rules with result descriptor by @bartveneman in #188
  • chore(deps-dev): bump the vite group with 2 updates by @dependabot[bot] in #182
  • chore(deps-dev): bump tsdown from 0.21.0 to 0.21.2 by @dependabot[bot] in #184
  • chore(deps-dev): bump @types/node from 24.10.4 to 24.12.0 by @dependabot[bot] in #177
  • chore: Automate package.json version bumping in release workflow by @bartveneman in #190

Full Changelog: v0.13.8...v0.13.9

v0.13.8

11 Mar 09:24

Choose a tag to compare

What's Changed

  • chore(deps-dev): bump @vitest/coverage-v8 from 4.0.16 to 4.0.18 by @dependabot[bot] in #160
  • chore(deps-dev): bump css-tree from 3.1.0 to 3.2.1 by @dependabot[bot] in #159
  • fix: remove value from atrule nodes, fix MediaType/MediaFeature accessors by @bartveneman in #171

New Contributors

Full Changelog: v0.13.7...v0.13.8

v0.13.6

10 Mar 08:34

Choose a tag to compare

What's Changed

Full Changelog: v0.13.5...v0.13.6

v0.13.5

06 Mar 22:03

Choose a tag to compare

What's Changed

Full Changelog: v0.13.4...v0.13.5

v0.13.4

03 Mar 12:28

Choose a tag to compare

What's Changed

Full Changelog: v0.13.3...v0.13.4

v0.13.3

26 Feb 20:16

Choose a tag to compare

What's Changed

Some tokenizer performance updates with ~12% speed improvement.

  • fix: Eliminate unsafe manual token position updates in CSS parser by @bartveneman in #147
  • perf: optimize advance() with lazy line/column tracking by @bartveneman in #148
  • perf: inline is_ident_char() in hot tokenizer loops via CHAR_IDENT bi… by @bartveneman in #149

Full Changelog: v0.13.2...v0.13.3

v0.13.2

19 Feb 14:25

Choose a tag to compare

What's Changed

Full Changelog: 0.13.1...v0.13.2

0.13.1

10 Feb 17:57

Choose a tag to compare

What's Changed

  • fix: continue parsing declarations after encountering ; in data-url by @bartveneman in #144

Full Changelog: v0.13.0...0.13.1

v0.13.0

21 Jan 12:36

Choose a tag to compare

What's Changed

Full Changelog: v0.12.4...v0.13.0

v0.12.4

20 Jan 19:56

Choose a tag to compare

What's Changed

Full Changelog: v0.12.3...v0.12.4