Skip to content

v0.13.1

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Apr 17:23

[0.13.1] - 2022-04-11

Fixed

General

  • Fixed leading trivia on semicolon lost when semicolon is removed (#431)
  • Fixed shape calculation of the RHS of a binary expression not correctly reset when hanging, causing it to expand unnecessarily (#432)
  • Fixed unstable formatting of tables at column width boundary (#436)
  • Fixed assignments no longer hanging at equals token if a comment is present, but the expression is not hangable at a binop. (#439)

Luau

  • Fixed unstable formatting around comments within type declarations (#397, #430)
  • Fixed parentheses around type assertions in a binary expression being removed leading to incorrect semantics. (#441)

What's Changed

Full Changelog: v0.13.0...v0.13.1