File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## v0.12.0 (Jul 05, 2026)
2+
3+ Changes since v0.12.0-rc.2
4+
5+ - Create root re-exports are refactored (only essentials are re-exported, the rest is in the new submodules)
6+ - Added ` ThreadStatus::Normal ` and ` Thread::is_normal ` (mimic ` coroutine.status ` )
7+ - Added ` Lua::set_jit_options ` with support of Luau JIT inliner (Luau)
8+ - Added ` Value::as_vector ` /` Value::is_vector ` (Luau)
9+ - Added ` Table::remove `
10+ - ` serde ` : tables with the array metatable are always encoded as arrays (incl. ` detect_mixed_tables ` option)
11+ - impl ` Hash ` for ` BorrowedStr ` /` BorrowedBytes `
12+ - ` Lua::current_thread ` resolves implicit async threads to their root owner (#706 )
13+ - Bugfixes and improvements
14+
115## v0.12.0-rc.2 (Jun 06, 2026)
216
317- Add ` #[derive(UserData)] ` and ` #[mlua::userdata_impl] ` macros
You can’t perform that action at this time.
0 commit comments