v0.15.3
[0.15.3] - 2022-12-07
Fixed
General
- Fixed necessary parentheses removed in
(-X) ^ Y
causing change in semantics (#623) - Take into account
function
token size when formatting an anonymous functionfunction() end
(particularly relevant when collapsing simple statements) (#619)
Luau
- Support hanging inside of Luau type arrays
{ T }
to fix formatting issues when comments are present (#617)
Full Changelog: v0.15.2...v0.15.3