Skip to content
This repository was archived by the owner on Dec 29, 2024. It is now read-only.

v2.0-rc1

Choose a tag to compare

@Trey2k Trey2k released this 24 Jun 21:11
· 47 commits to main since this release
f254a24

What's changed

  • permissive set to true by default
  • LuaCalllable class has been removed in favor of returning a callable with the func ref bound. This allows us to also support the functionality in GDExtension builds. The only difference is now argument must be passed as an Array.
  • Other misc cleanup tasks

This release marks a feature freeze for v2.0. Moving forward API comparability will be guaranteed in v2.0, hopefully we will have the first v2.0 stable release shortly. Stay tuned!