Skip to content

0.10.0

Compare
Choose a tag to compare
@Jemy191 Jemy191 released this 15 May 22:23
· 6 commits to main since this release

This version as some breaking change.
Backup and check if the project compile after updating it.

Breaking change

  • [GlobalClass] is no longer added in the generated code. You can add it on your class if needed.
  • GdScript with C# reserved keyword are translated to @Keyword. Thanks to @Meythulhu
  • GdScript function starting with "get_" or "set_" when there is a matching variable are marked as _compat so property backing field don't clash with them.

New feature

  • Strip default values from parameter signature, and instead generate overload functions. Thanks to @Meythulhu

What's Changed

  • Update README.md by @Jemy191 in #3
  • Sanitize parameter names, Add overload function generation by @Meythulhu in #5
  • Fix bug where function starting with set_ or get_ clash with property backing field by @Jemy191 in #6
  • Update Test.yml to lastest action version.yml by @Jemy191 in #7
  • Remove GlobalClassAttribute from generated class by @Jemy191 in #8

New Contributors

Full Changelog: 0.9.0...0.10.0