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
+1
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
12
12
## [Unreleased]
13
13
### Added
14
14
* Add option `editorConfigFile` for `ktLint`[#142](https://github.com/diffplug/spotless/issues/142)
15
+
***POTENTIALLY BREAKING**`ktlint` step now modifies license headers. Make sure to put `licenseHeader`*after*`ktlint`.
15
16
* Added `skipLinesMatching` option to `licenseHeader` to support formats where license header cannot be immediately added to the top of the file (e.g. xml, sh). ([#1441](https://github.com/diffplug/spotless/pull/1441)).
16
17
### Fixed
17
18
* 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))
Copy file name to clipboardexpand all lines: lib/src/compatKtLint0Dot34Dot2/java/com/diffplug/spotless/glue/ktlint/compat/KtLintCompat0Dot34Dot2Adapter.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ public String format(final String text, Path path, final boolean isScript,
Copy file name to clipboardexpand all lines: lib/src/compatKtLint0Dot45Dot2/java/com/diffplug/spotless/glue/ktlint/compat/KtLintCompat0Dot45Dot2Adapter.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ public String format(final String text, Path path, final boolean isScript,
Copy file name to clipboardexpand all lines: lib/src/compatKtLint0Dot46Dot0/java/com/diffplug/spotless/glue/ktlint/compat/KtLintCompat0Dot46Dot0Adapter.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ public String format(final String text, Path path, final boolean isScript,
Copy file name to clipboardexpand all lines: plugin-gradle/CHANGES.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
4
4
5
5
## [Unreleased]
6
6
### Added
7
-
* Add option `editorConfigFile` for `ktLint`[#142](https://github.com/diffplug/spotless/issues/142)
7
+
***POTENTIALLY BREAKING**`ktlint` step now supports `.editorconfig` ([#1442](https://github.com/diffplug/spotless/pull/1442) implements [#142](https://github.com/diffplug/spotless/issues/142))
8
+
***POTENTIALLY BREAKING**`ktlint` step now modifies license headers. Make sure to put `licenseHeader`*after*`ktlint`.
8
9
* Added `skipLinesMatching` option to `licenseHeader` to support formats where license header cannot be immediately added to the top of the file (e.g. xml, sh). ([#1441](https://github.com/diffplug/spotless/pull/1441))
9
10
### Fixed
10
11
* 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))
Copy file name to clipboardexpand all lines: plugin-maven/CHANGES.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
5
5
## [Unreleased]
6
6
### Added
7
7
* Add option `editorConfigFile` for `ktLint`[#142](https://github.com/diffplug/spotless/issues/142)
8
+
***POTENTIALLY BREAKING**`ktlint` step now modifies license headers. Make sure to put `licenseHeader`*after*`ktlint`.
8
9
* Added `skipLinesMatching` option to `licenseHeader` to support formats where license header cannot be immediately added to the top of the file (e.g. xml, sh). ([#1441](https://github.com/diffplug/spotless/pull/1441))
10
+
* Add JSON support ([#1446](https://github.com/diffplug/spotless/pull/1446))
9
11
### Fixed
10
12
* 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))
11
13
### Changes
@@ -15,7 +17,6 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
15
17
## [2.29.0] - 2023-01-02
16
18
### Added
17
19
* Added support for M2E's incremental compilation ([#1414](https://github.com/diffplug/spotless/pull/1414) fixes [#1413](https://github.com/diffplug/spotless/issues/1413))
18
-
* Add JSON support ([#1446](https://github.com/diffplug/spotless/pull/1446))
19
20
### Fixed
20
21
* Improve memory usage when using git ratchet ([#1426](https://github.com/diffplug/spotless/pull/1426))
21
22
* Support `ktlint` 0.48+ ([#1432](https://github.com/diffplug/spotless/pull/1432)) fixes ([#1430](https://github.com/diffplug/spotless/issues/1430))
0 commit comments