Skip to content

v0.12.4

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Mar 22:08

[0.12.4] - 2022-03-02

Fixed

General

  • Fixed comments being lost around a condition when unnecessary parentheses are removed. (#389)
  • Fixed multiline expression with comments inside parentheses being collapsed leading to a syntax error. (#386)
  • Fixed ignore comments not respected in child blocks of ignored statements. (#387)

Luau

  • Fixed long comments forcing unnecessary hanging of type declarations. (#384)
  • Fixed long intersection types not hanging. (#382)
  • Fixed values in type tables not hanging when over width. (#394)
  • Fixed type info generics not hanging when over width. (#394)
  • Fixed callback types with binop type parameters / return types not hanging leading to a syntax error when comments are present. (#396)
  • Fixed type declarations not hanging properly causing them to go over width. This includes hanging at the equals token and hanging union/intersection types.