Skip to content

v0.12.0-rc.2

Pre-release
Pre-release

Choose a tag to compare

@khvzak khvzak released this 06 Jun 15:41
· 6 commits to main since this release
v0.12.0-rc.2
0711c61

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_fallback in Require trait (Luau)
  • Prevent XRc overflow when dropping RawLua with foreign Lua state
  • Implement Not for StdLib (#699)
  • Fix String::to_pointer return NULL in Lua <5.4

Full Changelog: v0.12.0-rc.1...v0.12.0-rc.2