sbt-scalafmt v2.0.0 Release Notes

Release Date: 2019-03-19 // about 5 years ago
  • ๐Ÿ”– 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