Skip to content

v0.11.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@khvzak khvzak released this 12 Jun 15:17
· 92 commits to main since this release
9c24c99

What's Changed

  • Lua 5.4 updated to 5.4.8
  • Terminate Rust Future when AsyncThread 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 return Error variant (in NavigateError enum)
  • Added __type to Error's userdata metatable (for typeof function)
  • parking_log/send_guard is moved to userdata-wrappers feature flag
  • New serde feature flag to replace serialize (the old one is still available)

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