v3.0.0-RC4
Pull Requests
- RedundantBraces: keep in macro quotes/splices (#2557) @kitbellew
- FormatOps: matchingOpt unless tok from FormatToken (#2556) @kitbellew
- [Scala 3] Add tests for indented curried params (#2553) @tgodzik
- Update scalameta to 4.4.19 (#2552) @tgodzik
- Update sbt-jmh to 0.4.2 (#2551) @scala-steward
- Update munit to 0.7.26 (#2550) @scala-steward
- Update mdoc, sbt-mdoc to 2.2.21 (#2549) @scala-steward
- Update scalacheck to 1.15.4 (#2548) @scala-steward
- Update sbt to 1.5.2 (#2547) @scala-steward
- Update scala-parallel-collections to 1.0.3 (#2545) @scala-steward
- Update scala-library, scala-reflect to 2.13.6 (#2544) @scala-steward
- Update sbt-mima-plugin to 0.9.2 (#2543) @scala-steward
- RedundantBraces: remove single-block-within-block (#2542) @kitbellew
- FormatTokens: informative message if token missing (#2541) @kitbellew
- AlignToken: add an optional
parent
pattern (#2540) @kitbellew - Trees: use .toString to get original input syntax (#2538) @kitbellew
- Make sure ExpandImportSelectors uses correct dialect (#2537) @tgodzik
- FormatOps: add optional braces after
package a:
(#2536) @kitbellew - FormatWriter: fix lineId computation for
BOF
(#2534) @kitbellew - FormatWriter: insert optional-braces end markers (#2533) @kitbellew
- FormatOps: refactor optional braces code, add owner of such region (#2532) @kitbellew
- ScalafmtConfig: switch to using ConfDecoderEx (#2528) @kitbellew
- ScalafmtParser: add an encodable parser wrapper (#2531) @kitbellew
- Configured: use new methods from metaconfig (#2530) @kitbellew
- Metaconfig: upgrade to v0.9.13 (#2529) @kitbellew
- RewriteScala3Settings: fix the decoder (#2527) @kitbellew
- FormatOps: fix forced newline for optional braces (#2526) @kitbellew
- BaseStyle: remove as unused (#2525) @kitbellew
- Display filename alongside line information when debugging (#2514) @tgodzik
- Make sure that lambda newlines are preserved under keep (#2520) @tgodzik