[0.12.3] - 2022-02-17
Fixed
General
- Fixed call chains not hanging when comments were present in between calls, leading to a syntax error. (#367)
Luau
- Fixed if-expression syntax getting unnecessarily expanded further due to trailing comments. (#375)
- Fixed formatting of leading comments of a keyword in if-expression syntax. (#374)
- Fixed formatting of long type declarations which go over the line width to hang if possible. (#372)
- Fixed mistransformation of comments within a type union leading to a syntax error. (#378)
What's Changed
- Automate test case retrieval by @JohnnyMorganz in #370
- Force call chain hanging if comments present by @JohnnyMorganz in #369
- Fix mistransformation of comments within IfExpressions by @JohnnyMorganz in #376
- Fix handling of long type declarations and comments in type unions by @JohnnyMorganz in #379
Full Changelog: v0.12.2...v0.12.3