Skip to content

Releases: projectwallace/css-parser

v0.11.1

04 Jan 11:09

Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.11.1

v0.11.0

04 Jan 09:48

Choose a tag to compare

What's Changed

  • perf: Replace if-else chain with switch-based token dispatch by @bartveneman in #103
  • perf: shave off some bytes by using peek() more often by @bartveneman in #105
  • perf: inline character classes in hot paths by @bartveneman in #106
  • breaking: add intermedia AtrulePrelude node type by @bartveneman in #107
  • breaking: add structured prelude property to AT_RULE and STYLE_RULE by @bartveneman in #110
  • breaking: mark unreachable cssnode properties as undefined by @bartveneman in #113
  • breaking: rm unused *-compound-* properties from CSSNode by @bartveneman in #115
  • fix: incorrect line/column tracking for selector lists by @bartveneman in #114

Full Changelog: v0.10.0...v0.11.0

v0.10.0

02 Jan 16:49

Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

v0.9.0

01 Jan 23:10

Choose a tag to compare

What's Changed

  • breaking: parse media feature names and values into structured nodes by @bartveneman in #95

Full Changelog: v0.8.10...v0.9.0

v0.8.10

01 Jan 22:28

Choose a tag to compare

What's Changed

Full Changelog: v0.8.9...v0.8.10

v0.8.9

01 Jan 21:46

Choose a tag to compare

What's Changed

  • fix: make value property work for Layer name in artrule prelude by @bartveneman in #93

Full Changelog: v0.8.8...v0.8.9

v0.8.8

01 Jan 21:25

Choose a tag to compare

What's Changed

  • fix: custom property is not a browserhack by @bartveneman in #91
  • fix: make value property work for SupportsQuery and LayerName insid… by @bartveneman in #92

Full Changelog: v0.8.7...v0.8.8

v0.8.7

01 Jan 19:25

Choose a tag to compare

What's Changed

Full Changelog: v0.8.6...v0.8.7

v0.8.6

25 Dec 22:44

Choose a tag to compare

What's Changed

Full Changelog: v0.8.5...v0.8.6

v0.8.5

24 Dec 22:01

Choose a tag to compare

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