Skip to content

Releases: projectwallace/css-parser

v0.12.4

Choose a tag to compare

@bartveneman bartveneman released this 20 Jan 19:56

What's Changed

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

v0.12.3

Choose a tag to compare

@bartveneman bartveneman released this 18 Jan 22:59

What's Changed

Full Changelog: v0.12.2...v0.12.3

v0.12.2

Choose a tag to compare

@bartveneman bartveneman released this 17 Jan 22:52

What's Changed

Full Changelog: v0.12.1...v0.12.2

v0.12.1

Choose a tag to compare

@bartveneman bartveneman released this 17 Jan 22:16

What's Changed

  • fix: parse comments and whitespace around selector operators by @bartveneman in #128

Full Changelog: v0.12.0...v0.12.1

v0.12.0

Choose a tag to compare

@bartveneman bartveneman released this 17 Jan 20:18

What's Changed

  • breaking: replace skip_comments option with on_comment by @bartveneman in #127

Full Changelog: v0.11.4...v0.12.0

v0.11.4

Choose a tag to compare

@bartveneman bartveneman released this 16 Jan 08:41

What's Changed

Full Changelog: v0.11.3...v0.11.4

v0.11.3

Choose a tag to compare

@bartveneman bartveneman released this 11 Jan 15:18

What's Changed

Full Changelog: v0.11.2...v0.11.3

v0.11.2

Choose a tag to compare

@bartveneman bartveneman released this 04 Jan 18:19

What's Changed

Full Changelog: v0.11.1...v0.11.2

v0.11.1

Choose a tag to compare

@bartveneman bartveneman released this 04 Jan 11:09

What's Changed

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

v0.11.0

Choose a tag to compare

@bartveneman bartveneman released this 04 Jan 09:48

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