Skip to content

v0.10.1

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Aug 12:17

[0.10.1] - 2021-08-08

Fixed

  • Fixed an incorrect trailing comma being added to function args as part of a multiline expression list leading to a syntax error. (#227)
  • Fixed the first expression in a multiple assignment prematurely hanging even if its below the column width. (#233)
  • Updated internal parser to fix parsing issues for Luau code under the luau feature flag.