File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,17 @@ This document is intended for Spotless developers.
10
10
We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 1.27.0 ` ).
11
11
12
12
## [ Unreleased]
13
+ ### Fixed
14
+ * Support ` ktlint ` 0.48+ new rule disabling syntax ([ #1456 ] ( https://github.com/diffplug/spotless/pull/1456 ) ) fixes ([ #1444 ] ( https://github.com/diffplug/spotless/issues/1444 ) )
13
15
### Changes
14
- * Fix ktlint 0.48.x and bump to ktlint 0.48.1 ([ #1444 ] ( https://github.com/diffplug/spotless/issues/1444 ) )
15
16
* Bump the dev version of Gradle from ` 7.5.1 ` to ` 7.6 ` ([ #1409 ] ( https://github.com/diffplug/spotless/pull/1409 ) )
16
17
* We also removed the no-longer-required dependency ` org.codehaus.groovy:groovy-xml `
17
18
* Breaking changes to Spotless' internal testing infrastructure ` testlib ` ([ #1443 ] ( https://github.com/diffplug/spotless/pull/1443 ) )
18
19
* ` ResourceHarness ` no longer has any duplicated functionality which was also present in ` StepHarness `
19
20
* ` StepHarness ` now operates on ` Formatter ` rather than a ` FormatterStep `
20
21
* ` StepHarnessWithFile ` now takes a ` ResourceHarness ` in its constructor to handle the file manipulation parts
21
22
* Standardized that we test exception * messages* , not types, which will ease the transition to linting later on
23
+ * Bump default ` ktlint ` version to latest ` 0.47.1 ` -> ` 0.48.1 ` ([ #1456 ] ( https://github.com/diffplug/spotless/pull/1456 ) )
22
24
23
25
## [ 2.31.1] - 2023-01-02
24
26
### Fixed
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
5
5
## [ Unreleased]
6
6
### Fixed
7
7
* Prevent tool configurations from being resolved outside project ([ #1447 ] ( https://github.com/diffplug/spotless/pull/1447 ) fixes [ #1215 ] ( https://github.com/diffplug/spotless/issues/1215 ) )
8
+ * Support ` ktlint ` 0.48+ new rule disabling syntax ([ #1456 ] ( https://github.com/diffplug/spotless/pull/1456 ) ) fixes ([ #1444 ] ( https://github.com/diffplug/spotless/issues/1444 ) )
9
+ ### Changes
10
+ * Bump default ` ktlint ` version to latest ` 0.47.1 ` -> ` 0.48.1 ` ([ #1456 ] ( https://github.com/diffplug/spotless/pull/1456 ) )
8
11
9
12
## [ 6.12.1] - 2023-01-02
10
13
### Fixed
Original file line number Diff line number Diff line change 3
3
We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 1.27.0 ` ).
4
4
5
5
## [ Unreleased]
6
+ ### Fixed
7
+ * Support ` ktlint ` 0.48+ new rule disabling syntax ([ #1456 ] ( https://github.com/diffplug/spotless/pull/1456 ) ) fixes ([ #1444 ] ( https://github.com/diffplug/spotless/issues/1444 ) )
8
+ ### Changes
9
+ * Bump default ` ktlint ` version to latest ` 0.47.1 ` -> ` 0.48.1 ` ([ #1456 ] ( https://github.com/diffplug/spotless/pull/1456 ) )
6
10
7
11
## [ 2.29.0] - 2023-01-02
8
12
### Added
You can’t perform that action at this time.
0 commit comments