File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
2020* Bump default ` gson ` version to latest ` 2.13.1 ` -> ` 2.13.2 ` . ([ #2615 ] ( https://github.com/diffplug/spotless/pull/2615 ) )
2121* ** BREAKING** Bump default ` ktfmt ` version to latest ` 0.53 ` -> ` 0.58 ` ([ #2613 ] ( https://github.com/diffplug/spotless/pull/2613 ) )
2222 * use ` TrailingCommaManagementStrategy ` enum instead of ` manageTrailingCommas ` boolean configuration option
23+ ### Fixed
24+ * Fix ` spaceBeforeSeparator ` in Jackson formatter. ([ #2103 ] ( https://github.com/diffplug/spotless/pull/2103 ) )
2325
2426## [ 3.3.1] - 2025-07-21
2527### Fixed
@@ -140,7 +142,6 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
140142* Bump default ` cleanthat ` version to latest ` 2.20 ` -> ` 2.21 ` . ([ #2210 ] ( https://github.com/diffplug/spotless/pull/2210 ) )
141143* Bump default ` google-java-format ` version to latest ` 1.22.0 ` -> ` 1.23.0 ` . ([ #2212 ] ( https://github.com/diffplug/spotless/pull/2212 ) )
142144### Fixed
143- * Fix ` spaceBeforeSeparator ` in Jackson formatter. ([ #2103 ] ( https://github.com/diffplug/spotless/pull/2103 ) )
144145* Fix compatibility issue introduced by ` ktfmt ` ` 0.51 ` . ([ #2172 ] ( https://github.com/diffplug/spotless/issues/2172 ) )
145146### Added
146147* Add option ` manageTrailingCommas ` to ` ktfmt ` . ([ #2177 ] ( https://github.com/diffplug/spotless/pull/2177 ) )
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1616
1717### Fixed
1818* Respect system gitconfig when performing git operations ([ #2404 ] ( https://github.com/diffplug/spotless/issues/2404 ) )
19+ * Fix ` spaceBeforeSeparator ` in Jackson formatter. ([ #2103 ] ( https://github.com/diffplug/spotless/pull/2103 ) )
1920
2021## [ 7.2.1] - 2025-07-21
2122### Fixed
@@ -131,7 +132,6 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
131132* Bump default ` cleanthat ` version to latest ` 2.20 ` -> ` 2.21 ` . ([ #2210 ] ( https://github.com/diffplug/spotless/pull/2210 ) )
132133* Bump default ` google-java-format ` version to latest ` 1.22.0 ` -> ` 1.23.0 ` . ([ #2212 ] ( https://github.com/diffplug/spotless/pull/2212 ) )
133134### Fixed
134- * Fix ` spaceBeforeSeparator ` in Jackson formatter. ([ #2103 ] ( https://github.com/diffplug/spotless/pull/2103 ) )
135135* Fix compatibility issue introduced by ` ktfmt ` ` 0.51 ` . ([ #2172 ] ( https://github.com/diffplug/spotless/issues/2172 ) )
136136### Added
137137* Add option ` manageTrailingCommas ` to ` ktfmt ` . ([ #2177 ] ( https://github.com/diffplug/spotless/pull/2177 ) )
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1313* Bump default ` gson ` version to latest ` 2.13.1 ` -> ` 2.13.2 ` . ([ #2615 ] ( https://github.com/diffplug/spotless/pull/2615 ) )
1414* ** BREAKING** Bump default ` ktfmt ` version to latest ` 0.53 ` -> ` 0.58 ` ([ #2613 ] ( https://github.com/diffplug/spotless/pull/2613 ) )
1515 * use ` TrailingCommaManagementStrategy ` enum instead of ` manageTrailingCommas ` boolean configuration option
16+ ### Fixed
17+ * Fix ` spaceBeforeSeparator ` in Jackson formatter. ([ #2103 ] ( https://github.com/diffplug/spotless/pull/2103 ) )
1618
1719## [ 2.46.1] - 2025-07-21
1820### Fixed
@@ -116,7 +118,6 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
116118* Bump default ` cleanthat ` version to latest ` 2.20 ` -> ` 2.21 ` . ([ #2210 ] ( https://github.com/diffplug/spotless/pull/2210 ) )
117119* Bump default ` google-java-format ` version to latest ` 1.22.0 ` -> ` 1.23.0 ` . ([ #2212 ] ( https://github.com/diffplug/spotless/pull/2212 ) )
118120### Fixed
119- * Fix ` spaceBeforeSeparator ` in Jackson formatter. ([ #2103 ] ( https://github.com/diffplug/spotless/pull/2103 ) )
120121* Fix compatibility issue introduced by ` ktfmt ` ` 0.51 ` . ([ #2172 ] ( https://github.com/diffplug/spotless/issues/2172 ) )
121122### Added
122123* Add option ` manageTrailingCommas ` to ` ktfmt ` . ([ #2177 ] ( https://github.com/diffplug/spotless/pull/2177 ) )
You can’t perform that action at this time.
0 commit comments