File google-java-format.changes of Package google-java-format
-------------------------------------------------------------------
Fri May 3 15:45:52 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v1.22.0
* Changes
+ Improve support for tokens that span multiple lines (9bdae02)
+ Fix an issue with text block formatting, when the text block
is the receiver of a method call (#1081)
+ google-java-format-diff.py now parallelizes the calls to the
formatter, for better performance (3ee6e2a)
- Update to v1.21.0
* Formatting changes:
+ Adjust indentation of text blocks (ce3cb59)
* Bug fixes:
+ Fix a crash with comments inside string templates (e946e82)
+ Native image -version reports HEAD-SNAPSHOT instead of the
correct version (#1068)
+ Improve compatibility with older glibc versions (#1072)
- Update to v1.20.0
* This release includes GraalVM native-image binaries for
google-java-format for windows, linux, and mac. These binaries
offer improved startup performance.
* Changes:
+ Keep type-use annotation with type when wrapping (03efe44)
+ Handle 'any' patterns (#1037)
-------------------------------------------------------------------
Sat Jan 27 22:09:34 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v1.19.2
* Changes
+ Improve support for string templates (#1010)
+ Handle var in record patterns (#1020)
- Update to v1.19.1
* Changes
+ Fix support for Java 21 features by enabling JDK 21 for
release builds (#1014).
- Update to v1.19.0
* Changes
This release adds initial support for more Java 21 features,
including:
+ String templates (#981)
+ Unnamed variables (#978)
+ Pattern matching and guard clauses in switch expressions
(#937, #880, #983, #988)
* Other changes:
+ Handle type annotations on method reference qualifiers
(53390d9)
+ Avoid reflowing text blocks (#976)
- Update to v1.18.1
* Changes
+ Fixed version number for Eclipse plugin (#744)
- Update to v1.18.0
* Changes
+ Update Guava version to resolve GHSA-7g45-4rm6-3mm3 (#950)
+ Handle final var lambda variables (#959)
-------------------------------------------------------------------
Tue Sep 5 11:11:12 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
- Initial packaging with v1.17.0