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 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)