v0.11.0-beta.1
Pre-release
Pre-release
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 toAsyncThread<R>
(A
pushed to stack immediately)- Lifetime
'a
moved fromAsChunk<'a>
toAsChunk::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 toLua::get_or_init_from_ptr
and returns&Lua
Lua:load_from_function
is deprecated (this isregister_module
now)- Added
Lua::register_module
andLua::preload_module
Full Changelog: v0.10.4...v0.11.0-beta.1