76 lines
1.2 KiB
Markdown
76 lines
1.2 KiB
Markdown
## 1.0.2 (2023-12-28)
|
|
|
|
### Bug fixes
|
|
|
|
Tag comments and strings as isolating for the purpose of bidirectional text.
|
|
|
|
## 1.0.1 (2023-07-03)
|
|
|
|
### Bug fixes
|
|
|
|
Make the package work with new TS resolution styles.
|
|
|
|
## 1.0.0 (2022-06-06)
|
|
|
|
### New features
|
|
|
|
First stable version.
|
|
|
|
## 0.16.1 (2022-04-26)
|
|
|
|
### Bug fixes
|
|
|
|
Allow arbitrary bracketed token trees to appear after attribute names
|
|
|
|
## 0.16.0 (2022-04-20)
|
|
|
|
### Breaking changes
|
|
|
|
Move to 0.16 serialized parser format.
|
|
|
|
### New features
|
|
|
|
The parser now includes syntax highlighting information in its node types.
|
|
|
|
## 0.15.1 (2022-03-21)
|
|
|
|
### Bug fixes
|
|
|
|
Allow arbitrary token trees after `=` in attributes.
|
|
|
|
## 0.15.0 (2021-08-11)
|
|
|
|
### Breaking changes
|
|
|
|
The module's name changed from `lezer-rust` to `@lezer/rust`.
|
|
|
|
Upgrade to the 0.15.0 lezer interfaces.
|
|
|
|
## 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-10-01)
|
|
|
|
### New features
|
|
|
|
Expression statements are now wrapped in an `ExpressionStatement` node.
|
|
|
|
The package now provides TypeScript type definitions.
|
|
|
|
## 0.11.0 (2020-09-29)
|
|
|
|
### Breaking changes
|
|
|
|
First numbered release.
|