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

v2.0-beta7

Choose a tag to compare

@Trey2k Trey2k released this 19 Jun 18:10
· 50 commits to main since this release

What's Changed

  • All Linux builds including GDExtension now use buildroot to support older glibc versions.
  • yield_await got performance/stability improvements.
  • Removed most TODO items from the docs and code.
  • A permissive mode was added in the form of a field on the LuaAPI Object. When true lua_fields is treated as a blacklist instead of a whitelist. By default no method calls will be allowed on a object at all now. Unless permissive mode is set. metamethods still take overall priority.
  • IOS, Android and Web export templates are now included.
  • Nightly builds are no longer provided as a nightly.link in the README.
  • All export templates are provided in a single .tpz file much like the official ones.