Skip to content

Releases: DeveloperUtils/kotlin-function-arguments-helper

v2022.1.2

06 Dec 14:56
4b6708a
Compare
Choose a tag to compare

Changed

  • Update kotlin to v1.7.22
  • Update compatibility for IDEA 2021.3 - 2023.1

v2022.1.1

06 Aug 23:33
bce40ab
Compare
Choose a tag to compare

Changed

v2022.1.0

22 Jul 08:10
af08f20
Compare
Choose a tag to compare

Changed

  • imported changes from yet unsubmitted PR IntelliJ Platform Plugin Template#Next
  • upgraded
    • Update platformVersion to 2021.2.4
    • Change since/until build to 212-221.* (2021.2 - 2022.1)
    • Dependencies - upgrade org.jetbrains.intellij to 1.6.0
    • Dependencies - upgrade org.jetbrains.kotlin.jvm to 1.6.21
    • Dependencies (GitHub Actions) - upgrade actions/checkout to 3
    • Dependencies (GitHub Actions) - upgrade actions/cache to 3
    • Dependencies (GitHub Actions) - upgrade actions/setup-java to 3
    • Dependencies (GitHub Actions) - upgrade actions/upload-artifact to 3
    • Dependencies (GitHub Actions) - upgrade JetBrains/qodana-action to 5.1.0

v2021.3.0

03 Dec 15:17
Compare
Choose a tag to compare

Added

  • arguments of type lambda filled with lambda stub and
    • if lambda has 2+ parameters: add also parameter with guessed names

Changed

v2021.2.0

19 May 16:13
e586873
Compare
Choose a tag to compare

Added

  • Plugin configuration options. You can now change the plugin behavior by setting options in the inspections settings. Currently, these two options are supported:
    • Don't add default values (guessed by variable type)
    • Do not add arguments that have default values declared

Changed

  • Kotlin Function Arguments Helper is now an inspection instead of a intention (because they can have options)
  • Quick fix is now named Add missing constructor arguments and Add missing function arguments instead of Fill (constructor|function) arguments
  • upgraded
    • gradle to 7.0.2
    • kotlin to 1.5.0
  • detekt is using default configuration from https://github.com/detekt/detekt/blob/master/detekt-core/src/main/resources/default-detekt-config.yml
  • Plugin is verified against release 2021.1 instead of pre-release 211.5538.20

Removed

  • KotlinFunctionArgumentsHelperIntention

Fixed

  • patching CHANGELOG.md leaded to build error

v2021.1.2

09 Feb 07:10
435b005
Compare
Choose a tag to compare

Added

  • plugin logo

Changed

Removed

  • dropped support for IDEA before 2020.3

Fixed

  • runs now with IDEA 2021.*
  • Release build pipeline

v2021.1.1

08 Feb 21:19
Compare
Choose a tag to compare
v2021.1.1 Pre-release
Pre-release

Added

  • plugin logo

Changed

  • dropped support for IDEA before 2020.3
  • build with kotlin 1.4.30

Fixed

  • runs now with IDEA 2021.*