Releases: Daylily-Zeleen/GUS-Godot-Universal-Serializer-2.0
Releases · Daylily-Zeleen/GUS-Godot-Universal-Serializer-2.0
v2.1.9 - The last version for Godot 4.2
This is the last version for Godot 4.2. Next version will work with Godot 4.3.
- Update dependency and compile for Godot 4.2.
v2.1.8
Update dependency to fix memory leak.
Full Changelog: v2.1.7...v2.1.8
v2.1.7 - For Godot 4.2 stable 🎉
Updata dependencies for godot 4.2 stable.
v2.1.6 - for Godot 4.1 stable
- Handle big/little endin.
- Get rid of c++20.
- Compile multi platforms.
v2.1.5 - For Godot 4.1 stable
- Handle
Object
,RID
,Callable
,Signal
by print an error message and skip it. - Optionally using zigzag algorithm to encode
PackedIntxxArray
. - Optimiz code and create build tool with post process.
V2.1.4 - For Godot 4.0 stable
Compile for Godot 4.0 stable.
V2.1.3 - For Godot 4.0 RC1
- Update for RC1.
- Fixed bug of String serialize.
v2.1.2
Compiled for Godot 4.0 Beta 13.
v2.1.1
Update for Godot 4.0 Beta 10
v2.1.0
Refectored, implemented as static, improve performence.