[0.17.1] - 2023-03-30
Fixed
- Bumped internal parser dependency which should fix parsing problems for comments with Chinese characters, and multiline string escapes
- Fixed comments in punctuated lists for return statements or assignments being incorrectly formatted leading to syntax errors (#662)
- Fixed line endings not being correctly formatted in multiline string literals and comments (#665)
What's Changed
- Adding Homebrew instructions by @benfrain in #661
- Fix comments in punctuated list for returns and assignments by @JohnnyMorganz in #663
- Cleanup trivia code by @JohnnyMorganz in #664
- Format line endings in multiline strings and comments by @JohnnyMorganz in #666
New Contributors
Full Changelog: v0.17.0...v0.17.1