Skip to content

Commit 50ffdbe

Browse files
committed
New point release
Signed-off-by: Mike Lischke <[email protected]>
1 parent 36975fe commit 50ffdbe

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

readme.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,20 @@ Bug fixing and what feels appealing to hack on.
7070

7171
### 2.4.3
7272

73-
Updated 3rd party dependencies.
73+
- Updated 3rd party dependencies.
74+
- Extracted the formatter into an own Node.js package for broader use.
75+
- Added new animation to call graphs, which highlights (in steps) which rule calls another rule. This is an implementation from Garry Miller.
76+
- Fixed bug #134 alignColons formatting setting affects semicolon on first line
77+
- Fixed bug #151: Formatting comments adds empty lines in some situations
78+
- Fixed bug #150: Language server fails to accept 'fail' option after semantic predicate.
79+
- Added support for predicate options.
80+
- Fixed bug #180: How to pass multi CLI arguments to antlr?
81+
- Fixed bug #182: Setting no generation language should not automatically apply Java as default
82+
- Fixed bug #210: RangeError: Maximum call stack size exceeded
83+
- Added a check to avoid endless recursion if a grammar uses itself as token vocabulary.
84+
- Added a new semantic check for this (erroneous situation).
85+
- Interpreter data is now also regenerated on start of the extension, if the grammar is newer than existing data and diagnostic checks are executed on startup.
86+
- Fixed bug #235: Extension does not work on Windows
7487

7588
### 2.4.0 - 2.4.2
7689

0 commit comments

Comments
 (0)