Skip to content

Commit

Permalink
New point release
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Lischke <[email protected]>
  • Loading branch information
mike-lischke committed Dec 17, 2023
1 parent 1b19849 commit f3fff0c
Show file tree
Hide file tree
Showing 3 changed files with 217 additions and 212 deletions.
5 changes: 5 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,11 @@ The example file is a copy of the largest test file in [this repository](https:/

## Release Notes

### 2.0.4

- Code generation improvements, especially for local rule attributes. Attributes in a rule (which are implemented as local variables in the generated code) can be unassigned and need extra null-safety checks (the ? operator) or non-null assertions. The code generator now adds these checks automatically.
- `ParserRuleContext.getChild` now accepts any constructor type.

### 2.0.3

- Removed last reference to a Node.js specific type (Buffer), which avoids the automatic reference to the Node.js typings and an "resolution-mode" assertion for "require" (CommonJS).
Expand Down
Loading

0 comments on commit f3fff0c

Please sign in to comment.