1.8 KiB
1.1.3 (2024-10-05)
Bug fixes
Allow identifiers to contain non-ASCII chars.
1.1.2 (2024-04-19)
Bug fixes
Fix incorrect precedences for binary operators.
1.1.1 (2023-12-28)
Bug fixes
Tag comments and strings as isolating for the purpose of bidirectional text.
1.1.0 (2023-11-17)
New features
The new "ClassContent" top rule allows you to parse only class body declarations.
1.0.4 (2023-07-03)
Bug fixes
Make the package work with new TS resolution styles.
1.0.3 (2023-02-11)
Bug fixes
Allow multiple adjacent underscores in number literals.
1.0.2 (2023-02-06)
Bug fixes
Add missing highlighting tag for the var keyword.
1.0.1 (2023-02-02)
Bug fixes
Fix highlighting information for float literals.
1.0.0 (2022-06-06)
New features
First stable version.
0.16.0 (2022-04-20)
Breaking changes
Move to 0.16 serialized parser format.
Bug fixes
Support triple-quoted textblock literals.
New features
The parser now includes syntax highlighting information in its node types.
0.15.0 (2021-08-11)
Breaking changes
The module's name changed from lezer-java to @lezer/java.
Upgrade to the 0.15.0 lezer interfaces.
0.13.2 (2020-12-09)
New features
The method name in MethodInvocation nodes is now wrapped in a MethodName node.
0.13.1 (2020-12-04)
Bug fixes
Fix versions of lezer packages depended on.
0.13.0 (2020-12-04)
0.12.0 (2020-10-23)
Breaking changes
Adjust to changed serialized parser format.
0.11.1 (2020-09-26)
Bug fixes
Fix lezer depencency versions
0.11.0 (2020-09-26)
Breaking changes
Follow change in serialized parser format.
Bug fixes
Fix a conflict previously hidden by a bug in the generator.
0.10.0 (2020-09-10)
Breaking changes
First numbered release.