1
0
Files
tree-sitter-cpp/tree-sitter-cpp.changes
Björn Bidar 3948956696 - Update to version 0.22.3:
* Add tests for template/comparison ambiguities
  * Fix ambiguity between template and comparison
  * fix: remove `choice` wrapper around 'virtual'
  * fix(query): remove duplicate rule

OBS-URL: https://build.opensuse.org/package/show/editors/tree-sitter-cpp?expand=0&rev=5
2024-08-03 15:52:01 +00:00

35 lines
1.3 KiB
Plaintext

-------------------------------------------------------------------
Thu Aug 01 21:52:23 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de>
- Update to version 0.22.3:
* Add tests for template/comparison ambiguities
* Fix ambiguity between template and comparison
* fix: remove `choice` wrapper around 'virtual'
* fix(query): remove duplicate rule
-------------------------------------------------------------------
Mon Apr 29 21:52:37 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de>
- Update to version 0.22.0:
* feat: support reference declarators in types
* feat: add optional attribute declarations after 'namespace'
* feat: support pure virtual destructors
* fix: specifier and virtual do not strictly require each other
* fix(scanner): only call memcpy if `length` is greater than 0
* feat(scanner): use alloc header
-------------------------------------------------------------------
Sun Feb 25 18:08:06 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de>
- Initial packaging for openSUSE
- Update to version 0.20.5:
* fix: allow qualified identifiers in field expressions
* fix: give for statement bodies a higher `dynamic` precedence to avoid parse errors
* fix(scanner): return false during error recovery
* chore: update tree-sitter-c
* docs: update badges
* chore(scanner): formatting improvements
* fix: hide aliased rule