Skip to content

v2.0.0

Compare
Choose a tag to compare
@poslegm poslegm released this 19 Mar 13:19

Versioning scheme

From this release the plugin version does not match the version of scalafmt core. Major versions will be equal but minor plugin changes will be released indepedently.

Improvements

  • sbt plugin will format only recently changed files (#23) @poslegm
  • Perfomance improvements by global scalafmt instance creation (#25) @jrudolph
  • scalafmtCheck lists all unformatted files (#17) @poslegm
  • Update scalafmt to 2.0.0-RC5 (#30) @tanishiking

Bug fixes

  • Fixed bug with formatting removed files (#24) @poslegm