Skip to content

v0.6.0

Latest

Choose a tag to compare

@mxpv mxpv released this 03 Dec 23:02
076dc97

Changed

  • Updated Luau dependency from version 0.688 to 0.702
  • Raw Luau C API is now re-exported from the library via the c module
  • BREAKING: Replaced Table.setClosure() with Lua.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