* build: update package-lock.json * fix: allow host as a standalone class name * fix: don't disallow single quotes when determining pseudo class selection * fix: improve error recovery with incomplete pseudo-class selectors * fix: mark selectors before combinators as optional * build: bump deps * chore: generate OBS-URL: https://build.opensuse.org/package/show/editors:tree-sitter/tree-sitter-css?expand=0&rev=2
53 lines
1.8 KiB
Plaintext
53 lines
1.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Jan 17 03:47:46 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
|
|
|
- update to 0.23.2:
|
|
* build: update package-lock.json
|
|
* fix: allow host as a standalone class name
|
|
* fix: don't disallow single quotes when determining pseudo class selection
|
|
* fix: improve error recovery with incomplete pseudo-class selectors
|
|
* fix: mark selectors before combinators as optional
|
|
* build: bump deps
|
|
* chore: generate
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 4 22:13:06 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
|
|
|
- update to 0.23.1:
|
|
* feat: allow escape sequences in class names
|
|
* feat: improve string parsing
|
|
* fix: prefer attribute selectors in pseudo class selectors
|
|
* feat: add string_content
|
|
* fix: allow :host, :host-context, :nth-child
|
|
* build: update bindings
|
|
- update to 0.23.0:
|
|
* build: update bindings
|
|
- update to 0.21.1:
|
|
* fix: do not consume braces in a string
|
|
* fix: correct identifier regex
|
|
* fix: Restrict :has, :not, :is, and :where to selector arguments
|
|
* chore: remove reset function
|
|
- update to 0.21.0:
|
|
* build: update bindings
|
|
* docs: update badges
|
|
- add neovim links
|
|
- switch to download_files service, as nothing special happens with
|
|
the source
|
|
- add devel package
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 26 07:09:21 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de>
|
|
|
|
- Initial packaging for openSUSE
|
|
- Update to version 0.20.0:
|
|
* feat: add issue templates
|
|
* feat: add ci actions
|
|
* docs: add badges to readme
|
|
* chore: update bindings and manifests
|
|
* feat: add and apply eslint formatting
|
|
* chore: generate
|
|
* fix: don't make strings a token
|
|
* feat: support postcss statements
|
|
* fix: pseudo class selector colons not being parsed correct
|
|
|