Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

41 lines (25 loc) · 1.04 KB

spotless Changelog

[Unreleased]

[2.0.0]

Introduce new "Reformat all files" command to run Spotless on all files in a project rather than just the current one.

This may unbind current keyboard shortcuts, hence the major version bump.

Logic for reformatting the current file remains unchanged.

[1.0.10]

[1.0.9]

  • Bump latest version of IntelliJ supported

[1.0.8]

[1.0.7]

[1.0.6]

[1.0.5]

[1.0.4]

  • Add Gradle version parsing to determine if we should append --no-configuration-cache option to the spotlessApply command.

[1.0.3]

[1.0.2]

  • Updated version range lower bound to 211

[1.0.1]

  • Update README for a more helpful plugin description

[1.0.0]

  • Initial scaffold created from IntelliJ Platform Plugin Template
  • Implemented initial version of spotlessApply action which executes the gradle task in the background asynchronously
  • Users can now execute spotlessApply for their current file by selecting Code > Reformat Code with Spotless