Skip to content

Scalafmt v2.0.0-RC8

Pre-release
Pre-release

Choose a tag to compare

@tanishiking tanishiking released this 06 Jun 16:50
107fefa

This release fixes several issues that were reported, and some new features to scalafmt-cli since v2.0.0-RC7.

  • #1384 by @jrudolph Use a simple cache based on futures to avoid redownloading on concurrent usage
  • #1416 by @stremlenye Add the CLI option to fetch only recently changed files for formating.
  • #1419 by @vlovgr Remove space for variance annotations with underscore
  • #1425 by @poslegm Fixed bug with RedundantBraces for string interpolation
  • #1428 by @poslegm Fixed spaces.beforeContextBoundColon=IfMultipleBounds behavior for case with subtyping
  • #1429 by @poslegm Fixed error with includeNoParensInSelectChains and full qualified names

If #1384 fixes #1399, this release will be the final release before 2.0.0 🎉