Changelog for
tree-sitter-java-0.23.5-1.1.i586.rpm :
* Tue Dec 31 2024 Richard Rahl
- udate to 0.23.5:
* feat(highlights): add more keywords
* fix: give yield in _reserved_identifier a precedence of 0
* fix: allow annotations after the ellipsis in a spread parameter
* fix: correct floating point literal parsing
* feat: allow reserved identifiers in element_value_pair
* chore: generate
* Wed Dec 04 2024 Richard Rahl - update to 0.23.4:
* irrelevant changes to openSUSE- update to 0.23.3:
* build: update bindings
* fix: remove comment from supertypes
* chore: regenerate
* build: update bindings
* build: set minimum Go version to 1.22- update to 0.23.0:
* chore: generate- switch to download_files service- add neovim links- enable devel package
* Mon Apr 29 2024 Björn Bidar - Remove 0001-fix-unescaped-curly-brace-in-regex-and-invert-query-.patch that was cherry picked from master, it is now included in the current update below.- Update to version 0.21.0:
* fix: tweak escape sequence and identifier rules
* refactor: remove condition rule
* fix(test): remove leading space
* fix: unescaped curly brace in regex and invert query precedence for test
* Fri Mar 22 2024 Björn Bidar - Add patch from 0001-fix-unescaped-curly-brace-in-regex-and-invert-query-.patch master branch to fix build against tree-sitter 0.22.x
* Mon Feb 26 2024 Björn Bidar - Initial packaging for openSUSE- Update to version 0.20.2:
* Update workflow to publish crate, NPM package, and create GitHub release
* chore: generate
* fix: allow semicolons in annotation_type_declaration
* fix: double-backslash escapes
* fix: escaped quote immediately before triple quote
* fix: annotations following type arguments
* fix: a receiver parameter can be followed by more parameters