Changed
- Updated Luau dependency from version 0.688 to 0.702
- Raw Luau C API is now re-exported from the library via the
cmodule - BREAKING: Replaced
Table.setClosure()withLua.Capture()for creating closures with upvalues. New API:table.set("name", Lua.Capture(upvalues, func))
Fixed
- registerUserData() now properly detects global name collisions when registering types from different modules with the same short name
Luau version: 0.702