File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1+ ## v0.11.0 (Jul 8, 2025)
2+
3+ Changes since v0.11.0-beta.3
4+ - ` Lua::inspect_stack ` takes a callback passing ` &Debug ` arguments, instead of returning ` Debug ` directly
5+ - Added ` Debug::function ` method to get function running at a given level
6+ - Added ` Lua::set_globals ` method to replace global environment
7+ - ` Table::set_metatable ` now returns ` Result<()> ` (this operation can fail in sandboxed Luau mode)
8+ - ` impl ToString ` replaced with ` Into<StdString> ` in ` UserData ` registration
9+ - ` Value::as_str ` and ` Value::as_string_lossy ` methods are deprecated (as they are non-idiomatic)
10+ - Bugfixes and improvements
11+
112## v0.11.0-beta.3 (Jun 23, 2025)
213
314- Luau in sandboxed mode has reduced options in ` collectgarbage ` function (to follow the official doc)
You can’t perform that action at this time.
0 commit comments