·
37 commits
to refs/heads/main
since this release
Features
- Imports: optionally sort the catch-all group (#5026) @kitbellew
Bug fixes
- FormatOps: Defn.Type cannot have braces (#5049) @kitbellew
- OptimizationEntities: handle EnumCase with KwCase (#5039) @kitbellew
- CoursierDependencyDownloader: add back snapshots (#5041) @kitbellew
- FormatWriter: fix align container when isSlc=true (#5045) @kitbellew
- FormatWriter: refactor getAlignContainer w/ isSlc (#5044) @kitbellew
- FormatWriter: processLineEnd after processLine (#5043) @kitbellew
- FormatWriter: determine isSlc in alignmentTokens (#5042) @kitbellew
- Imports: fix removeRedundantSelectors for groups (#5036) @kitbellew
- ConvertToNewSyntax: fix for-yield handling (#5037) @kitbellew
- FormatWriter:
Defnis not own align container (#5033) @kitbellew - Splits: don't allow space between
-> <multiline>(#5032) @kitbellew - FormatOps: CtrlBody.unfolded to respect slbOnly (#5028) @kitbellew
- Imports: bug w/ redundant name and rename/wildcard (#5025) @kitbellew
Build and dependency updates
- Scalameta: upgrade to v4.14.2 (#5051) @kitbellew
- Scala: upgrade 2.13 to patch 18 (#5050) @kitbellew
- Bump actions/checkout from 5 to 6 (#5048) @dependabot[bot]
- Build and test on arm64 runner (#4802) @harryzcy