Skip to content

[0.28.0] - 2025-01-09

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jan 03:06

Added

  • Added Path2DControlPoint.new, Content.fromUri, Content.fromAssetId, and Content.fromObject to the Roblox standard library
  • Adds lua_versions to standard library definitions. Specifying this will only allow the syntax used by those languages. The default standard libraries now specify these, meaning that invalid syntax for that language will no longer be supported.
  • Added missing third parameter to PathWaypoint.new in the Roblox standard library
  • Added vector library to Luau standard library
  • Added math.map to the Luau standard library

Changed

  • Upgrades to full-moon 1.0.0, which should provide faster parse speeds, support for multiple parsing errors at the same time, and support for some new Luau syntax.