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": [