Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Releases: JohnnyMorganz/luau-analyze-rojo

0.520.1

31 Mar 15:40
Compare
Choose a tag to compare
  • RBXScriptSignal is now generic over the parameters passed to the callback function
  • Converted to std::filesystem::path for path resolution and I/O, hopefully picking up and comparing paths better
  • Further improved ClassName resolution for scripts and Folders
  • script is now properly typed to provide direct index access to its children by resolving the source map. It is typed as LuaSourceContainer & { child: Instance & { grandChild: Instance, ... }, ... }

Other:

0.520.0

30 Mar 21:18
Compare
Choose a tag to compare

Initial Release