Skip to content

[0.25.0] - 2023-03-12

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 00:23

Added

  • Added CFrame.fromEulerAngles to the Roblox standard library.
  • Added validate-config command, which will report any errors in your configuration.
  • Added capabilities command, which will report the feature set of the selene installation. This is useful for consumers like the VS Code extension.

Changed

  • Unknown keys in configuration files are accepted less often now.
  • Updated internal parser, supporting Chinese characters better.

Fixed

  • "Legacy" Roblox enums (such as Enum.RaycastFilterType.Whitelist/Blacklist) are now automatically created and marked as deprecated in generated standard libraries.
  • Fixed a bug where manual_table_clone would incorrectly lint code in loops. (#479)