Skip to content

Releases: jeremymailen/kotlinter-gradle

4.3.0

18 Mar 05:24
51d21f2
Compare
Choose a tag to compare

Upgrade to ktlint 1.2.1

4.2.0

14 Jan 06:48
aec6e30
Compare
Choose a tag to compare
  • Upgrade to ktlint 1.1.1 (which also takes us through 1.1.0)
  • Upgrade various tooling and library versions

Note: compatibility matrix has upgraded to require minimum of Kotlin 1.9.20.

4.1.1

28 Dec 00:42
707c219
Compare
Choose a tag to compare

Small release, but two important fixes:

4.1.0

14 Nov 05:08
243931c
Compare
Choose a tag to compare

New feature to failBuildWhenCannotAutoFormat for the formatKotlin task - thanks @acreddy9
See new configuration options here.

4.0.1

13 Nov 02:12
41e5da6
Compare
Choose a tag to compare

Update to ktlint 1.0.1

4.0.0

08 Oct 02:12
7876456
Compare
Choose a tag to compare

Upgrade to ktlint 1.0.0

3.16.0

13 Aug 05:13
7861f4e
Compare
Choose a tag to compare

This release upgrades to ktlint 0.50.0.
Please read the linked release notes to learn about new features and fixes.

3.15.0

27 May 23:41
e567e20
Compare
Choose a tag to compare

Includes upgrades to ktlint

Read the release notes above if you use custom reporters or rules as there have been compatibility changes.

Also note that all experimental ktlint rules have been moved into the standard set.

3.14.0

14 Mar 16:41
5c890e8
Compare
Choose a tag to compare

3.14.0 contains all the changes for ktlint 0.48.1 and 0.48.2. This fixes issue #316.

Compatibility breaking change

  • Remove configuration for disabledRules and experimentalRules to fully delegate this to .editorconfig

Other bugfixes

  • Address issue #242 by providing readme example of excluding source files at the project tree level
  • Address issue #314 by including sources in published artifacts
  • Fix issue #313 by exporting ReporterType
  • Address issue #315 by logging format log statements at level WARNING so they can be hidden

3.13.0

21 Dec 09:22
10049e9
Compare
Choose a tag to compare

What's Changed

  • Added support for org.jetbrains.kotlin.js plugin in #300

Full Changelog: 3.12.0...3.13.0