From d4fa36ced63d191575768ee3705dd5c32614fec0 Mon Sep 17 00:00:00 2001 From: Mike Lischke Date: Sun, 21 Jan 2024 13:14:54 +0100 Subject: [PATCH] New point release Signed-off-by: Mike Lischke --- ReadMe.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index a765822..35cdf52 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -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 diff --git a/package.json b/package.json index 172d1f2..19f7f2c 100644 --- a/package.json +++ b/package.json @@ -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",