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 f3fff0c commit 3de5b41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions cli/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ in the root of your project, where you installed the package.
## Release Notes
### 1.0.7
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.
### 1.0.5 - 1.0.6
Code generation changes:
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antlr4ng-cli",
"version": "1.0.6",
"version": "1.0.7",
"description": "ANTLR4 NG command line tool for TypeScript",
"author": "Mike Lischke",
"files": [
Expand Down

0 comments on commit 3de5b41

Please sign in to comment.