Skip to content

v0.11.1

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Nov 14:35

[0.11.1] - 2021-11-08

Changed

  • Updated internal parser to fix parsing issues and update luau parsing. (#229, #231)
  • Default glob now matches **/*.luau (as well as **/*.lua) when the luau flag is enabled. (#291)

Fixed

  • Fixed indentation of type callback specifier parameters when parameters have leading comment trivia. (#278)
  • Fixed trailing comma not being taken into account when determining the width of a field in a multiline table. (#282)
  • Fixed --num-threads 1 causing a deadlock. (#281)
  • Fixed whitespace around parts of a binary expression causing it to over-hang in first pass, leading to unstable formatting. (#287)