Skip to content

Releases: scalameta/sbt-scalafmt

v2.0.3

07 Aug 14:07
Compare
Choose a tag to compare

What’s Changed

  • Changes to .scalafmt.conf invalidates cache (#41) @bjaglin
  • scalafmt and scalafmtCheck shares same the cache (#39) @bjaglin
  • Fixed bug with two scalafmt executions for non-formatted sources (#38) @bjaglin

v2.0.2

28 Jun 21:18
e219fd5
Compare
Choose a tag to compare

What’s Changed

v2.0.1

06 Jun 17:56
64647fd
Compare
Choose a tag to compare

What’s Changed

v2.0.0

19 Mar 13:19
Compare
Choose a tag to compare

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

v2.0.0-RC5

05 Mar 14:33
56504e7
Compare
Choose a tag to compare
v2.0.0-RC5 Pre-release
Pre-release
Merge pull request #21 from tanishiking/change-organization

Change organization to org.scalameta