Skip to content

Commit 52c66f7

Browse files
committed
New minor release
Signed-off-by: Mike Lischke <[email protected]>
1 parent 1b19849 commit 52c66f7

File tree

3 files changed

+217
-212
lines changed

3 files changed

+217
-212
lines changed

ReadMe.md

+5
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@ The example file is a copy of the largest test file in [this repository](https:/
143143

144144
## Release Notes
145145

146+
### 2.0.4
147+
148+
- 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.
149+
- `ParserRuleContext.getChild` now accepts any constructor type.
150+
146151
### 2.0.3
147152

148153
- 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).

0 commit comments

Comments
 (0)