| @@ -5,12 +5,14 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format ( |
|
|
| 5 |
5 |
## [Unreleased] |
| 6 |
6 |
### Added |
| 7 |
7 |
* Add a `jsonPatch` step to `json` formatter configurations. This allows patching of JSON documents using [JSON Patches](https://jsonpatch.com). ([#1753](https://github.com/diffplug/spotless/pull/1753)) |
|
8 |
+* Support GJF own import order. ([#1780](https://github.com/diffplug/spotless/pull/1780)) |
| 8 |
9 |
### Fixed |
| 9 |
10 |
* Add support for `prettier` version `3.0.0` and newer. ([#1760](https://github.com/diffplug/spotless/pull/1760), [#1751](https://github.com/diffplug/spotless/issues/1751)) |
| 10 |
11 |
* Fix npm install calls when npm cache is not up-to-date. ([#1760](https://github.com/diffplug/spotless/pull/1760), [#1750](https://github.com/diffplug/spotless/issues/1750)) |
| 11 |
12 |
### Changes |
| 12 |
13 |
* Bump default `eslint` version to latest `8.31.0` -> `8.45.0` ([#1761](https://github.com/diffplug/spotless/pull/1761)) |
| 13 |
14 |
* Bump default `prettier` version to latest (v2) `2.8.1` -> `2.8.8`. ([#1760](https://github.com/diffplug/spotless/pull/1760)) |
|
15 |
+* Bump default `greclipse` version to latest `4.27` -> `4.28`. ([#1775](https://github.com/diffplug/spotless/pull/1775)) |
| 14 |
16 |
|
| 15 |
17 |
## [2.38.0] - 2023-07-17 |
| 16 |
18 |
### Added |
| @@ -22,7 +24,6 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format ( |
|
|
| 22 |
24 |
* Bump default `ktlint` version to latest `0.49.1` -> `0.50.0`. ([#1741](https://github.com/diffplug/spotless/issues/1741)) |
| 23 |
25 |
* Dropped support for `ktlint 0.47.x` following our policy of supporting two breaking changes at a time. |
| 24 |
26 |
* Dropped support for deprecated `useExperimental` parameter in favor of the `ktlint_experimental` property. |
| 25 |
|
-* Support GJF own import order. ([#1780](https://github.com/diffplug/spotless/pull/1780)) |
| 26 |
27 |
|
| 27 |
28 |
## [2.37.0] - 2023-05-24 |
| 28 |
29 |
### Added |