Skip to content

Releases: palantir/palantir-java-format

2.2.0

06 Jul 18:53
48fd9ad
Compare
Choose a tag to compare
Type Description Link
Improvement Convert InitialConfigurationComponent from project component to postStartupActivity #503

2.1.0

05 Jul 09:47
69279a7
Compare
Choose a tag to compare
Type Description Link
Fix Support Intellij 212 API level (2021.2 EAP). The type signature changed from Collection<TextRange> to Collection<? extends TextRange>. This is inspired by same fix in bazel intellij plugin to avoid compiling multiple versions #502

2.0.1

06 Jan 16:11
9bffe0e
Compare
Choose a tag to compare
Type Description Link
Fix Fix line breaks in switch expression #394

2.0.0

24 Nov 18:16
67ab146
Compare
Choose a tag to compare
Type Description Link
Break * Add support for java 14 language features.
* Break: Increase minimum source compatibility from java 8 to java 11.
* To use version 2.x of the formatter, you need to run on java 11 or higher.
* If you require the formatter to run on java 8, you won't be able to upgrade past version 1.x. Note that you can still produce java 8 jars from your repo but need to use at least java 11 to run the formatter.
#365

2.0.0-rc1

17 Nov 14:44
65f8b1a
Compare
Choose a tag to compare
2.0.0-rc1 Pre-release
Pre-release
Type Description Link
Break * Add support for java 14 language features.
* Break: Increase minimum source compatibility from java 8 to java 11.
#365

1.1.0

05 Nov 15:23
29972a8
Compare
Choose a tag to compare
Type Description Link
Improvement Update spotless to 5.7.0 #358

1.0.1

29 Jun 16:12
6046c15
Compare
Choose a tag to compare
Type Description Link
Fix Explicitly extend the IntelliJ CodeStyleManagerImpl so that any methods added in newer releases are inherited automatically with a reasonable default implementation. #313

1.0.0

02 Apr 12:57
1a54242
Compare
Choose a tag to compare

// identical to 0.3.28

0.3.28

30 Mar 16:46
0bc7d35
Compare
Choose a tag to compare
Type Description Link
Fix Fix edge case with empty levels causing formattings very close to the column limit to throw. #257

0.3.27

27 Mar 17:24
bf3b0fd
Compare
Choose a tag to compare
Type Description Link
Improvement Case statements with a body consisting of a single block now inline their block. #252