Skip to content

1.55.0

Choose a tag to compare

@github-actions github-actions released this 19 Oct 10:36
Immutable release. Only release title and notes can be modified.

[1.55.0] - 2025-10-19

Added

  • Require graph functionality is now available on the command line, with
    luau-lsp require-graph [--sourcemap PATH] <files>. There are two
    output modes: --output-mode=json (default) and --output-mode=dot. The JSON output is currently experimental and is
    subject to change.
  • The VSCode extension now provides a Getting Started walkthrough to guide you through common configuration to change (
    platform, sourcemap, global types). You can access this walkthrough at any time by running
    Luau: Open Walkthrough (#973)

Fixed

  • Fixed broken visualization of require graph due to missing libraries
  • Hidden variadic parameters no longer show in autocomplete of functions when new type solver is
    enabled (#1129)

Changed

  • Sync to upstream Luau 696

External Contributions

Full Changelog: 1.54.0...1.55.0