v0.13.1
[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
- Fix semicolon leading comments lost when semicolon removed by @JohnnyMorganz in #433
- Reset RHS expression shape when hanging at binop by @JohnnyMorganz in #434
- Fix unstable formatting of tables at column width boundary by @JohnnyMorganz in #437
- Hang at equals token in assignment if expression cannot hang internally by @JohnnyMorganz in #440
- Fix unstable formatting around comments in type declarations by @JohnnyMorganz in #435
- Keep parens around type assertion if in binexp by @JohnnyMorganz in #443
Full Changelog: v0.13.0...v0.13.1