Skip to content

v3.3.2

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jan 02:59

Features

Format scala3 while-do/if-then/for-do consistently

Scaladoc with embedded elements

  • Scalameta: upgrade to 4.4.32 (scaladoc fixes) (#3054) @kitbellew
  • FormatWriter: refactor scaladoc formatting, escape text a-la code fence (#3036) @kitbellew
  • FormatWriter: do not start "```" on top line (part 7) (#3046) @kitbellew
  • FormatWriter: pass indent parameter to scaladoc (part 6) (#3045) @kitbellew
  • FormatWriter: reuse scaladoc formatTextAfterMargin (part 5) (#3044) @kitbellew
  • FormatWriter: refactor formatting a code block (part 4) (#3043) @kitbellew
  • FormatWriter: extract logic to terminate a MLC (part 3) (#3042) @kitbellew
  • FormatWriter: remove appendWithMargin for scaladoc (part 2) (#3041) @kitbellew
  • FormatWriter: refactor, extract Scaladoc format (part 1) (#3040) @kitbellew

Bug fixes

Other changes