Skip to content

0.40.0

Compare
Choose a tag to compare
@migueldeicaza migueldeicaza released this 27 Feb 15:48
· 160 commits to main since this release
  • 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 exposes localizedDescription 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.