v0.15.2
[0.15.2] - 2022-10-31
Fixed
- Fix incorrect indentation level used for hanging expressions in if expression syntax (#596)
- Fixed Luau return type in parentheses containing a comment on the last item being collapsed causing a syntax error (#608)
- Fix parentheses removed which highlight precedence in
(not X) == Y
causing linting errors (#609) - Fix build script for
@johnnymorganz/stylua
to include all lua and luau features (#614)
What's Changed
- Update readme (collapse_simple_statement) by @uga-rosa in #590
- Add default collapse_simple_statement to README.md by @kawarimidoll in #598
- Add
serialize
,fromstr
andwasm-bindgen
features by @RubixDev in #592 - Add hang level to hanging if expression by @JohnnyMorganz in #599
- Don't collapse when comment present in typeinfo tuple by @JohnnyMorganz in #612
- Don't remove excess parentheses which are highlighting precedence by @JohnnyMorganz in #610
- fix: 614 support all features in wasm by @ktrz in #615
New Contributors
- @uga-rosa made their first contribution in #590
- @RubixDev made their first contribution in #592
- @kawarimidoll made their first contribution in #598
- @ktrz made their first contribution in #615
Full Changelog: v0.15.1...v0.15.2