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 --display-style=json2, which gives the same outputs as --display-style=json, but with an extra type field so that it can support more than diagnostics. Extensions should move over to --display-style=json2 as more becomes available for it, but take care to check for type. Currently the only possible value is "Diagnostic".
Added rawlen to the Luau standard library.
Added Font.fromEnum, Font.fromName, and Font.fromId to the Roblox standard library.
Added the missing table.foreachi function to Lua 5.1 standard library as deprecated.
Fixed
warn in the Roblox standard library now properly works with all data types instead of only strings.