0.40.0
-
Makes @export work with GArray and Variant types, fixes #410 by Miguel
-
API typo fix for degreesToRadians, spotted by @jbromberg
-
Fixes Exported VariantCollection and ObjectCollection types do not
appear in the Editor (#408) by Estevan Hernandez. -
Enumerations now conform to CustomDebugStringConvertible to assist
in your debugging and GodotError exposeslocalizedDescription
by Miguel) -
Fixes running tests with
swift test
when using --verbose mode
(Issue #407) by Mikhail Tishin -
Fixes Unable to use await for Timer.timeout signal (#403) by Mikhail Tishin.