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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,13 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
12
12
## [Unreleased]
13
13
### Added
14
14
*`enum OnMatch { INCLUDE, EXCLUDE }` so that `FormatterStep.filterByContent` can not only include based on the pattern but also exclude. ([#1749](https://github.com/diffplug/spotless/pull/1749))
15
-
* Bump default `ktlint` version to latest `0.49.1` -> `0.50.0`.([#1741](https://github.com/diffplug/spotless/issues/1741))
16
-
* Dropped support for `ktlint 0.47.x` following our policy of supporting two breaking changes at a time.
17
-
* Dropped support for deprecated `useExperimental` parameter in favor of the `ktlint_experimental` property.
18
-
### Changes
19
-
* Bump default `cleanthat` version to latest `2.13` -> `2.16`. ([#1725](https://github.com/diffplug/spotless/pull/1725))
20
15
### Fixed
21
16
* Update documented default `semanticSort` to `false`. ([#1728](https://github.com/diffplug/spotless/pull/1728))
17
+
### Changes
18
+
* Bump default `cleanthat` version to latest `2.13` -> `2.17`. ([#1734](https://github.com/diffplug/spotless/pull/1734))
19
+
* Bump default `ktlint` version to latest `0.49.1` -> `0.50.0`. ([#1741](https://github.com/diffplug/spotless/issues/1741))
20
+
* Dropped support for `ktlint 0.47.x` following our policy of supporting two breaking changes at a time.
21
+
* Dropped support for deprecated `useExperimental` parameter in favor of the `ktlint_experimental` property.
Copy file name to clipboardExpand all lines: plugin-gradle/CHANGES.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,6 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
5
5
## [Unreleased]
6
6
### Added
7
7
* Add target option `targetExcludeIfContentContains` and `targetExcludeIfContentContainsRegex` to exclude files based on their text content. ([#1749](https://github.com/diffplug/spotless/pull/1749))
8
-
* Bump default `ktlint` version to latest `0.49.1` -> `0.50.0`. ([#1741](https://github.com/diffplug/spotless/issues/1741))
9
-
* Dropped support for `ktlint 0.47.x` following our policy of supporting two breaking changes at a time.
10
-
* Dropped support for deprecated `useExperimental` parameter in favor of the `ktlint_experimental` property.
11
8
* Add an overload for `FormatExtension.addStep` which provides access to the `FormatExtension`'s `Provisioner`, enabling custom steps to make use of third-party dependencies.
12
9
### Fixed
13
10
* Correctly support the syntax
@@ -18,6 +15,11 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
18
15
}
19
16
}
20
17
```
18
+
### Changes
19
+
* Bump default `cleanthat` version to latest `2.13` -> `2.17`. ([#1734](https://github.com/diffplug/spotless/pull/1734))
20
+
* Bump default `ktlint` version to latest `0.49.1` -> `0.50.0`. ([#1741](https://github.com/diffplug/spotless/issues/1741))
21
+
* Dropped support for `ktlint 0.47.x` following our policy of supporting two breaking changes at a time.
22
+
* Dropped support for deprecated `useExperimental` parameter in favor of the `ktlint_experimental` property.
0 commit comments