Skip to content

Releases: usefulness/ktlint-gradle-plugin

v0.4.0

29 Jun 21:27
c35f239
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.1

29 May 10:12
0d6056e
Compare
Choose a tag to compare

What's Changed

  • Fix warning message shown when format task could not auto-correct files - #78

Full Changelog: v0.3.0...v0.3.1

v0.3.0

13 May 08:05
466b76d
Compare
Choose a tag to compare

What's Changed

  • Bump Ktlint to 0.49.1

Full Changelog: v0.2.2...v0.3.0

v0.2.2

22 Mar 13:02
bae9263
Compare
Choose a tag to compare

What's Changed

  • Expose worker jvm args to enable profiling - #50

Full Changelog: v0.2.1...v0.2.2

v0.2.1

06 Feb 21:49
89b9049
Compare
Choose a tag to compare

What's Changed

  • Fix FormatTask#ignoreFailures=false to fail only when some files couldn't be autocorrected

Full Changelog: v0.2.0...v0.2.1

v0.2.0

05 Feb 07:53
68aeafa
Compare
Choose a tag to compare

What's Changed

  • Make formatKotlin task look at changed files only
  • Make lintKotlin & formatKotlin tasks run over files in chunks (configurable via ktlint.chunkSize property)
  • Add baseline support (configurable via ktlint.baselineFile property)
  • formatKotin can now generate reports
  • formatKotlin can now be configured the same way lintKotlin was (it can ignoreFailures or have its own reporters)

Full Changelog: v0.1.1...v0.2.0

v0.1.1

29 Jan 21:20
fee9bbf
Compare
Choose a tag to compare

What's Changed

  • Fix 0.1.0 not being available on Gradle Plugin portal
  • Fix overriding task sources multiple times

Full Changelog: v0.1.0...v0.1.1

v0.1.0

29 Jan 16:09
7e6b585
Compare
Choose a tag to compare

What's Changed

  • Initial plugin release