Skip to content

[0.23.0] - 2022-12-06

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Dec 03:11

Added

  • 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.