Skip to content

Latest commit

 

History

History
235 lines (186 loc) · 24.2 KB

CHANGELOG.md

File metadata and controls

235 lines (186 loc) · 24.2 KB

Change Log

Version 0.25.0 (In development)

Version 0.24.0 (2023-11-22)

  • Breaking change: Only support ktlint 1.x and upwards. Removal of experimental setting. #286 (vanniktech)

Version 0.23.0 (2023-07-02)

  • Kotlin Inputs: Exclude src/test/snapshots/ to fix 'ktlint uses this output of task testDebugUnitTest without declaring an explicit or implicit dependency'. #274 (vanniktech)
  • Gradle: Use Java 11, Android Gradle Plugin 8.0.2 & update all dependencies. #273 (vanniktech)

Version 0.22.0 (2022-07-14)

Version 0.21.0 (2022-03-11)

Version 0.20.0 (2020-04-10)

  • Resolves Cpd Task Creation Failure #204 (keciciler)
  • Detekt: Add --parallel parameter support #202 (budnyjj)
  • Detekt: Add --build-upon-default-config parameter support #201 (budnyjj)

Version 0.19.0 (2019-08-20)

Version 0.18.0 (2019-04-18)

Version 0.17.0 (2019-02-18)

Version 0.16.0 (2019-01-28)

  • Convert everything to Kotlin. #172 (vanniktech)
  • Convert all Extension classes to Kotlin. #170 (vanniktech)
  • Detekt + ktlint: Create configurations once when plugin is applied. Leverage @PathSensitive. #169 (vanniktech)

Version 0.15.0 (2018-12-25)

Version 0.14.0 (2018-11-06)

  • Refactor ktlint integration to use Tasks and Gradle Configuration Avoidance API. #157 (vanniktech)
  • Update Kotlin to 1.3.0, Android Gradle Plugin to 3.2.1, ktlint to 0.29.0, Gradle to 4.10.2 & Junit JaCoCo Plugin to 0.13.0 #156 (vanniktech)
  • Implement breaking changes for Detekt 1.0.0.RC10 #155 (vanniktech)
  • Verify that Detekt 1.0.0.RC9.2 works. #154 (vanniktech)
  • Implement Task Configuration avoidance for Detekt and check task dependencies. Requires Gradle 4.9 or higher. #153 (vanniktech)
  • Update dependencies. #152 (vanniktech)
  • Support Detekt 1.0.0.RC9 #151 (vanniktech)
  • Support Cacheable Task with DetektCheckTask. #149 (vanniktech)

Version 0.13.0 (2018-08-30)

Version 0.12.0 (2018-06-24)

  • Reupload 0.11.0 binary with a new version since mavenCentral upload was flaky.

Version 0.11.0 (2018-06-24)

Version 0.10.0 (2018-03-13)

Version 0.9.0 (2018-01-06)

Version 0.8.0 (2017-08-12)

  • Fix findbugs tasks when running on Java Module with Gradle 4.* #81 (vanniktech)

Version 0.7.0 (2017-08-02)

Version 0.6.0 (2017-07-08)

Version 0.5.0 (2017-07-01)

Version 0.4.0 (2016-07-16)

Version 0.3.0 (2016-05-16)

Version 0.2.0 (2016-02-13)

  • Add abortOnError & warningsAsErrors on lint extension #11 (vanniktech)
  • Add documentation on CodeQualityToolsPluginExtension #9 (vanniktech)
  • Fix configuration. Add lint to tools & configuration has enabled flag for all tools #5 (vanniktech)
  • Add CodeQualityToolsExtension and some configuration options #3 (vanniktech)

Version 0.1.0 (2016-01-10)

  • Initial release