Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elamaunt committed Dec 23, 2023
1 parent cfa2076 commit a28630d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit a28630d

Please sign in to comment.