Skip to content

qss-parser 0.2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 19 May 14:25
· 3 commits to main since this release

qss-parser v0.2.1

Overview

Version 0.2.1 of qss-parser.

Changes

  • Fix: QSS selector matching to include pseudo-states, pseudo-elements, and attributes with full typing (6233cb7)
  • Update: logos (0c883d9)
  • Fix: QSSParser to strip selector comments and add full property assertions in test. (552df6c)
  • Remove: prints on tests (3b103a9)
  • Fix: ignore single-line (8bde494)
  • Remove: restriction on pseudo-states in comma-separated selectors and enhance rule splitting (94ca200)
  • Fix: QSS parser to handle hyphenated pseudo-elements correctly (f294556)
  • Add: subcontrol to list pseudo elements (a56168d)
  • Fix: incorrect semicolon validation in single-line QSS rule parsing (ab85483)
  • Fix: ":" when inside of the attribute (605ade4)
  • Fix: accept _ for custom properties (6c92445)

Installation

pip install qss-parser==0.2.1

See the README.md for more details.