* fix: allow multiple quantifiers with relaxed ordering * fix!: don't parse unquoted predicate args specially * feat: support anonymous node subtypes - Update to version 0.7.0: * fix: support predicates without parameters - Update to version 0.6.2: * fix: use token.immediate() on end string quote * fix: align escape sequences to the query.c logic * fix: disallow $ from identifiers - Update to version 0.6.1: * fix: disallow newlines in strings - Update to version 0.6.0: * fix: once again disallow empty groupings, alternations OBS-URL: https://build.opensuse.org/package/show/editors:tree-sitter/tree-sitter-query?expand=0&rev=4
55 lines
2.0 KiB
Plaintext
55 lines
2.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Dec 22 01:20:42 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
|
|
|
- Update to version 0.8.0:
|
|
* fix: allow multiple quantifiers with relaxed ordering
|
|
* fix!: don't parse unquoted predicate args specially
|
|
* feat: support anonymous node subtypes
|
|
- Update to version 0.7.0:
|
|
* fix: support predicates without parameters
|
|
- Update to version 0.6.2:
|
|
* fix: use token.immediate() on end string quote
|
|
* fix: align escape sequences to the query.c logic
|
|
* fix: disallow $ from identifiers
|
|
- Update to version 0.6.1:
|
|
* fix: disallow newlines in strings
|
|
- Update to version 0.6.0:
|
|
* fix: once again disallow empty groupings, alternations
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 15 12:44:13 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
|
|
|
- update to 0.5.1:
|
|
* nothing of relevance
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 3 14:46:14 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
|
|
|
- update to 0.5.0:
|
|
* fix: disallow empty groupings
|
|
* revert: fix: disallow empty groupings, alternations
|
|
* Support dot-prefixed predicates and MISSING keyword
|
|
* fix: allow captures, quantifiers after MISSING keyword
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 4 23:32:38 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
|
|
|
- adapt spec file to other grammars
|
|
- switch to download_files service
|
|
- enable devel package
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 15 20:04:16 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
|
|
|
- change spec file, so neovim autodetects the grammar
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 24 12:51:50 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
|
|
|
- fix set_version service, as it was set to buildtime
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 21 11:18:02 UTC 2024 - Richard Rahl <rrahl0@disroot.org>
|
|
|
|
- initial packaging
|