All Versions
18
Latest Version
Avg Release Cycle
29 days
Latest Release
1357 days ago

Changelog History
Page 2

  • v2.0.7 Changes

    October 11, 2019

    What’s Changed

  • v2.0.6 Changes

    September 28, 2019

    What’s Changed

    • ⚡️ Update to the latest Scalafmt that doesn't use coursier-small (#50) @olafurpg
  • v2.0.5 Changes

    September 16, 2019

    What’s Changed

    • More info about exceptions without messages (#48) @poslegm
    • ensure unformatted sources are not reprocessed by scalafmtCheck (#47) @bjaglin
  • v2.0.4 Changes

    August 27, 2019

    What’s Changed

  • v2.0.3 Changes

    August 07, 2019

    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 Changes

    June 28, 2019

    What’s Changed

  • v2.0.1 Changes

    June 06, 2019

    What’s Changed

  • v2.0.0 Changes

    March 19, 2019

    🔖 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