Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 853 Bytes

CHANGELOG.md

File metadata and controls

29 lines (19 loc) · 853 Bytes

spotless Changelog

[Unreleased]

[1.0.7]

  • Bump highest supported version to 2022.1 @RinOrz

[1.0.6]

  • Change LOG.error to LOG.warn to avoid thrown exception.

[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