Releases: palantir/palantir-java-format
Releases · palantir/palantir-java-format
2.0.1
Type |
Description |
Link |
Fix |
Fix line breaks in switch expression |
#394 |
2.0.0
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
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
Type |
Description |
Link |
Improvement |
Update spotless to 5.7.0 |
#358 |
1.0.1
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 |
0.3.28
Type |
Description |
Link |
Fix |
Fix edge case with empty levels causing formattings very close to the column limit to throw. |
#257 |
0.3.27
Type |
Description |
Link |
Improvement |
Case statements with a body consisting of a single block now inline their block. |
#252 |
0.3.26
Type |
Description |
Link |
Fix |
Make lambda/assignment logic more resilient so it doesn't crash when encountering long comments. |
#203 |
0.3.25
Type |
Description |
Link |
Fix |
Fix bug in 0.3.24 that could sometimes cause a NPE when encountering a newline right after a string concatenation expression. |
#193 |