Skip to content

v0.11.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@khvzak khvzak released this 07 May 11:55
· 22 commits to main since this release
9b45663

What's Changed

  • New require-by-string for Luau (with Require trait and async support)
  • Added Thread::resume_error support for Luau
  • 52 bit integers support for Luau (this is a breaking change)
  • New features for Luau compiler (constants, disabled builtins, known members)
  • AsyncThread<A, R> changed to AsyncThread<R> (A pushed to stack immediately)
  • Lifetime 'a moved from AsChunk<'a> to AsChunk::source
  • Lua::scope pass &Scope instead of &mut Scope to closure
  • Added global hooks support (Lua 5.1+)
  • Added per-thread hooks support (Lua 5.1+)
  • Lua::init_from_ptr renamed to Lua::get_or_init_from_ptr and returns &Lua
  • Lua:load_from_function is deprecated (this is register_module now)
  • Added Lua::register_module and Lua::preload_module

Full Changelog: v0.10.4...v0.11.0-beta.1