v0.11.0-beta.2
Pre-release
Pre-release
What's Changed
- Lua 5.4 updated to 5.4.8
- Terminate Rust
Future
whenAsyncThread
is dropped (without relying on Lua GC) - Added
loadstring
function to Luau - Make
AsChunk
trait dyn-friendly - Luau
Require
trait synced with Luau 0.674 - Luau
Require
trait methods now can returnError
variant (inNavigateError
enum) - Added
__type
toError
's userdata metatable (fortypeof
function) parking_log/send_guard
is moved touserdata-wrappers
feature flag- New
serde
feature flag to replaceserialize
(the old one is still available)
Full Changelog: v0.11.0-beta.1...v0.11.0-beta.2