You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,11 @@ 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
## [TBD lint release]
13
-
***BREAKING** Removed `isClean`, `applyTo`, and `applyToAndReturnResultIfDirty` from `Formatter` because users should instead use `PaddedCell.check()`.
14
-
***BREAKING** Removed `FormatterStep.Strict` because it was unnecessary and unused implementation detail.
15
-
***BREAKING** Moved `PaddedCell.DirtyState` to its own top-level class with new methods.
13
+
***BREAKING** Removed `isClean`, `applyTo`, and `applyToAndReturnResultIfDirty` from `Formatter` because users should instead use new class `DirtyState.of`
14
+
***BREAKING** Removed `FormatterStep.Strict` because it was an unnecessary and unused implementation detail
16
15
***BREAKING** Removed `rootDir` and `exceptionPolicy` parameters from `Formatter`
16
+
***BREAKING** Renamed `PipeStepPair` to `FenceStep` and changed its approach to be lint-friendly
17
+
***BREAKING** Modified `StepHarness` and `StepHarnessWithFile` to stop asserting on exceptions (to prepare for Lint)
0 commit comments