Skip to content

Releases: Salling-Group/sg-java-format

sg-java-format-5

19 Apr 10:49
e987461
Compare
Choose a tag to compare

What's Changed

Full Changelog: sg-java-format-4...sg-java-format-5

sg-java-format 4

28 Nov 13:35
ef06a56
Compare
Choose a tag to compare

This 4th release contains upstream changes from v1.13.0 -> v1.15.0.

sg-java-format 3

22 Nov 11:12
fe34175
Compare
Choose a tag to compare

This is the third release of sg-java-format with the latest upstream changes including support for Java 17.

A noteworthy change from upstream contains changes related to the placement of annotations.
More details about this change can be found in the original commit

sg-java-format 2

24 Jun 10:29
Compare
Choose a tag to compare

This is the second release of sg-java-format (SG Java Format).

It includes latest upstream changes from this commit and supports java 16 syntax.

sg-java-format 1

07 Dec 11:29
Compare
Choose a tag to compare

This is the first release of sg-java-format (SG Java Format).

This release forked from google-java-format 1.6. It includes this additional functionality:

  • A new option, --style, which takes one of the values google, aosp, and salling-group, selects the formatting style to apply. All styles are close variations of each other. The default value is google in order to make sg-java-format's CLI drop-in compatible and preserve the original test suite.
  • Within the now-existing dimensions of configuration, defining a new style is straight-forward.
  • The official unofficial IntelliJ Google Java style configuration has been mainlined and adjusted for SG.