You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.