Skip to content

Commit 5ddf6e0

Browse files
committed
Update changelog.
1 parent f527b03 commit 5ddf6e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugin-maven/CHANGES.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
44

55
## [Unreleased]
66
### Added
7+
* Add `-DspotlessIdeHook` that provides the ability to apply Spotless exclusively to a specified file. It accepts the absolute path of the file. ([#1782](https://github.com/diffplug/spotless/pull/1782))
8+
* BETA, subject to change until we have proven compatibility with some IDE plugins.
79
* Added support for `google-java-format`'s `skip-javadoc-formatting` option ([#1793](https://github.com/diffplug/spotless/pull/1793))
810
* Added support for biome. The Rome project [was renamed to Biome](https://biomejs.dev/blog/annoucing-biome/).
911
The configuration is still the same, but you should switch to the new `<biome>` tag and adjust
@@ -31,7 +33,6 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
3133
### Added
3234
* 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))
3335
* Support GJF own import order. ([#1780](https://github.com/diffplug/spotless/pull/1780))
34-
* Add `-DspotlessIdeHook` that provides the ability to apply Spotless exclusively to a specified file. It accepts the absolute path of the file. ([#200](https://github.com/diffplug/spotless/issues/200))
3536
### Fixed
3637
* 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))
3738
* 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))

0 commit comments

Comments
 (0)