voidedWarranties
released this
29 Jul 21:07
·
63 commits
to master
since this release
Breaking Changes
This release introduces major breaking changes to class registration. Refer to the new documentation for details.
Changelog
- New annotation class registration system
- Fixed global script class base declaration
- Aliased
StringName
andNodePath
types tostring
, gave dedicated types fromSN
/NP
N
(native) suffix - AST registration now recognizes custom class types referenced through
require
- Removed ability to manually register methods, properties, etc. in favor of annotations/AST registration
- Added
podman
build containers used for releases - Code style improvements
- Marked
Script
asINTERNAL
- Updated to Godot 4.1.1-stable
Full Changelog: v0.7.0...v0.8.0