v0.12.0-rc.2
Pre-release
Pre-release
The new stable version is almost ready and will be released after some testing
What's Changed
- Add
#[derive(UserData)]and#[userdata_impl]macros - Support thread create/resume/yield callbacks for all Lua versions (including Luau)
- Support
to_alias_override/to_alias_fallbackinRequiretrait (Luau) - Prevent XRc overflow when dropping RawLua with foreign Lua state
- Implement Not for StdLib (#699)
- Fix
String::to_pointerreturnNULLin Lua <5.4
Full Changelog: v0.12.0-rc.1...v0.12.0-rc.2