Releases: palantir/palantir-java-format
Releases · palantir/palantir-java-format
2.10.0
Type |
Description |
Link |
Improvement |
Cherry-pick upstream changes. |
#615 |
2.9.0
Type |
Description |
Link |
Fix |
Fix deadlock trying to format large input |
#583 |
2.8.0
Type |
Description |
Link |
Fix |
Revert using bootstrapping formatter for Java 15 |
#582 |
2.7.0
Type |
Description |
Link |
Improvement |
Enable bootstrapping formatter on java 15+ |
#580 |
2.6.0
Type |
Description |
Link |
Fix |
Idea plugin: Fix NumberFormatException: For input string: "15.0.5" |
#575 |
2.5.0
Type |
Description |
Link |
Improvement |
Add required exports to the jar manifest |
#566 |
2.4.0
Type |
Description |
Link |
Improvement |
Bootstrap new jvm for running formatter with flags |
#562 |
2.3.0
Type |
Description |
Link |
Improvement |
Fix java 16 compatibility |
#559 |
2.2.0
Type |
Description |
Link |
Improvement |
Convert InitialConfigurationComponent from project component to postStartupActivity |
#503 |
2.1.0
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 |