From 3de5b4137d218d11bc78108e3070ff4b3328316d Mon Sep 17 00:00:00 2001 From: Mike Lischke Date: Sun, 17 Dec 2023 15:38:23 +0100 Subject: [PATCH] New point release Signed-off-by: Mike Lischke --- cli/ReadMe.md | 4 ++++ cli/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cli/ReadMe.md b/cli/ReadMe.md index c7b46cd..ed1c298 100644 --- a/cli/ReadMe.md +++ b/cli/ReadMe.md @@ -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: diff --git a/cli/package.json b/cli/package.json index 5cdfc66..675d0e7 100644 --- a/cli/package.json +++ b/cli/package.json @@ -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": [