File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,11 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
13
13
### Changes
14
14
* Bump the dev version of Gradle from ` 7.5.1 ` to ` 7.6 ` ([ #1409 ] ( https://github.com/diffplug/spotless/pull/1409 ) )
15
15
* We also removed the no-longer-required dependency ` org.codehaus.groovy:groovy-xml `
16
+ * Breaking changes to Spotless' internal testing infrastructure ` testlib ` ([ #1443 ] ( https://github.com/diffplug/spotless/pull/1443 ) )
17
+ * ` ResourceHarness ` no longer has any duplicated functionality which was also present in ` StepHarness `
18
+ * ` StepHarness ` now operates on ` Formatter ` rather than a ` FormatterStep `
19
+ * ` StepHarnessWithFile ` now takes a ` ResourceHarness ` in its constructor to handle the file manipulation parts
20
+ * Standardized that we test exception * messages* , not types, which will ease the transition to linting later on
16
21
17
22
## [ 2.31.1] - 2023-01-02
18
23
### Fixed
You can’t perform that action at this time.
0 commit comments