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 Jan 21, 2024
1 parent 9b82aff commit d4fa36c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,15 @@ The example file is a copy of the largest test file in [this repository](https:/

## Release Notes

### 2.0.8

- Fixed string construction with class names (which doesn't work when bundling the sources).

### 2.0.7

- Added an InterpreterDataReader implementation (copied from the vscode-antlr4 extension).
- Benchmark values listed here are now computed from 5 runs, instead just one.

- Added `RuleContext.toStringTree()` overload.

### 2.0.6

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antlr4ng",
"version": "2.0.7",
"version": "2.0.8",
"type": "module",
"description": "Alternative JavaScript/TypeScript runtime for ANTLR4",
"main": "dist/index.cjs",
Expand Down

0 comments on commit d4fa36c

Please sign in to comment.