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 Nov 7, 2023
1 parent fcb471e commit 7e027c1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions cli/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,17 @@ in the root of your project, where you installed the package.
## Release Notes
### 1.0.4
**Compatible with antlr4ng 2.0.0**
Code generation changes:
- More locations where the `override` keyword is needed in generated classes.
- `ParserRuleContext._ctx` was renamed to `ParserRuleContext.context` in the runtime.
- Optional null result for listener/walker methods.
- `TokenStream.getText` no longer needs a temporary interval as parameter, but can directly work with start and stop values.
### 1.0.3
- Non-optional token members of a rule context no longer return null, which makes explicit non-null assertions in user code unnecessary.
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.3",
"version": "1.0.4",
"description": "ANTLR4 NG command line tool for TypeScript",
"author": "Mike Lischke",
"files": [
Expand Down

0 comments on commit 7e027c1

Please sign in to comment.