Skip to content

0.5.5

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Mar 12:59
7cc1aad

Added

  • Added support for running scripts by passing absolute file paths in the CLI
    • This does not have the restriction of scripts having to use the .luau or .lua extension, since it is presumed that if you pass an absolute path you know exactly what you are doing

Changed

  • Improved error messages for passing invalid file names / file paths substantially - they now include helpful formatting to make file names distinct from file extensions, and give suggestions on how to solve the problem
  • Improved general formatting of error messages, both in the CLI and for Luau scripts being run

Fixed

  • Fixed the CLI being a bit too picky about file names when trying to run files in lune or .lune directories
  • Fixed documentation misses from large changes made in version 0.5.0