Skip to content

Releases: scalameta/scalafmt

v0.4.2

28 Sep 17:10
Compare
Choose a tag to compare

v0.4.1

27 Sep 17:12
Compare
Choose a tag to compare

v0.4.0

27 Sep 15:58
Compare
Choose a tag to compare

0.4.0-SNAPSHOT

23 Sep 16:56
Compare
Choose a tag to compare
0.4.0-SNAPSHOT Pre-release
Pre-release

0.4 introduces new HOCON configuration, as discussed in #316. This is a pre-release to collect early feedback before cutting the release.

If you are not using custom configuration, you don't have to do anything except bump up the version number.

If you are using custom configuration, I recommend you run the CLI to automatically migrate your old configuration.

The easiest way to install the CLI is to download the 12kb scalafmt bootstrap script attached to this release. Alternatively, see https://olafurpg.github.io/scalafmt/#CLI

Once you have the CLI installed, run

scalafmt --migrate2hocon .scalafmt

Make sure that each line in your configuration is on a separate line like this

// OK
--maxColumn 100
--style defaultWithAlign
// BAD
--maxColumn 100 --style defaultWithAlign

The migration may still be buggy, please report if it does not work correctly.

v0.3.1

24 Aug 08:06
Compare
Choose a tag to compare

v0.3.0

17 Aug 10:53
Compare
Choose a tag to compare

v0.3.0-RC1

13 Aug 20:42
Compare
Choose a tag to compare

v0.2.12

05 Aug 19:33
Compare
Choose a tag to compare

v0.2.11

08 Jul 14:24
Compare
Choose a tag to compare

v0.2.10

30 Jun 20:02
Compare
Choose a tag to compare