From a28630d6d0c5259655db539419cd643d86d9461d Mon Sep 17 00:00:00 2001 From: Semenov Dmitry Date: Sat, 23 Dec 2023 17:15:59 +0400 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 18d99b5..4dc2748 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Currently the latest **4.0.0-alpha version** from [Nuget](https://www.nuget.org/ Installation from Nuget console: ``` -Install-Package GDShrapt.Reader -Version 3.1.2-alpha +Install-Package GDShrapt.Reader -Version 4.0.1-alpha ``` ## Capabilities, plan and what can be parsed @@ -62,6 +62,10 @@ Install-Package GDShrapt.Reader -Version 3.1.2-alpha ## Version history +#### 4.0.1-alpha +Minor fixes for invalid tokens parsing. Fixed methods to extract visible declarations. +Added BuildName method to GDTypeNode. + #### 4.0.0-alpha Global rework to support GDScript 2.0 (Godot 4.0+). Older GDScript versions mostly are not supported now. Fixed many StackOverflow exceptions during invalid code parsing. Improved sameline expressions parsing. Improved back slash parsing.