Releases: Salling-Group/sg-java-format
Releases · Salling-Group/sg-java-format
sg-java-format-5
What's Changed
- Rebase google v1 16 0 by @casper-la-cour-sg in #29
Full Changelog: sg-java-format-4...sg-java-format-5
sg-java-format 4
This 4th release contains upstream changes from v1.13.0 -> v1.15.0.
sg-java-format 3
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
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
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 valuesgoogle
,aosp
, andsalling-group
, selects the formatting style to apply. All styles are close variations of each other. The default value isgoogle
in order to makesg-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.