Releases: diffplug/spotless
Releases Β· diffplug/spotless
Maven Plugin v2.46.1
Fixed
spotless:install-git-pre-push-hook
didn't work on windows, now fixed. (#2562)
Lib v3.3.1
Fixed
GitPrePushHookInstaller
didn't work on windows, now fixed. (#2562)
Gradle Plugin v7.2.1
Fixed
spotlessInstallGitPrePushHook
didn't work on windows, now fixed. (#2562)
Maven Plugin v2.46.0
Lib v3.3.0
Added
- Allow specifying path to Biome JSON config file directly in
biome
step. Requires biome 2.x. (#2548) GitPrePushHookInstaller
, a reusable library component for installing a Gitpre-push
hook that runs formatter checks. (#2553)- Allow setting Eclipse XML config from a string, not only from files (#2361)
Changed
Gradle Plugin v7.2.0
Added
- Allow specifying path to Biome JSON config file directly in
biome
step. Requires biome 2.x. (#2548) spotlessInstallGitPrePushHook
task, which installs a Gitpre-push
hook to runspotlessCheck
andspotlessApply
. (#2553)- Allow setting Eclipse XML config from a string, not only from files (#2361)
Changed
Maven Plugin v2.45.0
Added
- Support for
idea
(#2020, #2535) - Add support for removing wildcard imports via
removeWildcardImports
step. (#2517)
Fixed
SortPom
disable expandEmptyElements, to avoid empty body warnings. (#2520)- Fix biome formatter for new major release 2.x of biome (#2537)
- Make sure npm-based formatters use the correct
node_modules
directory when running in parallel. (#2542)
Changed
- Bump internal dependencies for npm-based formatters (#2542)
Changed
- scalafmt: enforce version consistency between the version configured in Spotless and the version declared in Scalafmt config file (#2460)
Lib v3.2.0
Added
- Support for
idea
(#2020, #2535) - Add support for removing wildcard imports via
removeWildcardImports
step. (#2517) - scalafmt: enforce version consistency between the version configured in Spotless and the version declared in Scalafmt config file (#2460)
Fixed
SortPom
disable expandEmptyElements, to avoid empty body warnings. (#2520)- Fix biome formatter for new major release 2.x of biome (#2537)
- Make sure npm-based formatters use the correct
node_modules
directory when running in parallel. (#2542)
Changed
- Bump internal dependencies for npm-based formatters (#2542)
Gradle Plugin v7.1.0
Added
- Support for
idea
(#2020, #2535) - Add support for removing wildcard imports via
removeWildcardImports
step. (#2517)
Fixed
- Fix biome formatter for new major release 2.x of biome (#2537)
- Make sure npm-based formatters use the correct
node_modules
directory when running in parallel. (#2542)
Changed
- Bump internal dependencies for npm-based formatters (#2542)
Changed
- scalafmt: enforce version consistency between the version configured in Spotless and the version declared in Scalafmt config file (#2460)