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-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
12
12
## [Unreleased]
13
13
### Added
14
14
### Fixed
15
-
*Format more type annotations as type annotations [#1494](https://github.com/diffplug/spotless/pull/1494)
15
+
*The default list of type annotations used by `formatAnnotations` has had 8 more annotations from the Checker Framework added[#1494](https://github.com/diffplug/spotless/pull/1494)
Copy file name to clipboardExpand all lines: plugin-gradle/CHANGES.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
15
15
* 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))
16
16
* 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))
17
17
* Fix subgroups leading catch all matcher.
18
-
*Format more type annotations as type annotations [#1494](https://github.com/diffplug/spotless/pull/1494)
18
+
*The default list of type annotations used by `formatAnnotations` has had 8 more annotations from the Checker Framework added[#1494](https://github.com/diffplug/spotless/pull/1494)
19
19
### Changes
20
20
* Bump default `ktlint` version to latest `0.47.1` -> `0.48.1` ([#1456](https://github.com/diffplug/spotless/pull/1456))
21
21
* Bump default version for `prettier` from `2.0.5` to `2.8.1` ([#1453](https://github.com/diffplug/spotless/pull/1453))
Copy file name to clipboardExpand all lines: plugin-maven/CHANGES.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
16
16
### Fixed
17
17
* 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))
18
18
* Fix subgroups leading catch all matcher.
19
-
*Format more type annotations as type annotations [#1494](https://github.com/diffplug/spotless/pull/1494)
19
+
*The default list of type annotations used by `formatAnnotations` has had 8 more annotations from the Checker Framework added[#1494](https://github.com/diffplug/spotless/pull/1494)
20
20
### Changes
21
21
* Bump default `ktlint` version to latest `0.47.1` -> `0.48.1` ([#1456](https://github.com/diffplug/spotless/pull/1456))
22
22
* Reduce spurious invalidations of the up-to-date index file ([#1461](https://github.com/diffplug/spotless/pull/1461))
0 commit comments