Releases: DeveloperUtils/kotlin-function-arguments-helper
Releases · DeveloperUtils/kotlin-function-arguments-helper
v2022.1.2
v2022.1.1
Changed
- Applied changes from IntelliJ Platform Plugin Template#Next@f8b4bb9
- Update kotlin to v1.7.10
- Update
platformVersion
to2021.3.3
- Change since/until build to
213-222.*
(2021.3 - 2022.2)
v2022.1.0
Changed
- imported changes from yet unsubmitted PR IntelliJ Platform Plugin Template#Next
- upgraded
- Update
platformVersion
to2021.2.4
- Change since/until build to
212-221.*
(2021.2 - 2022.1) - Dependencies - upgrade
org.jetbrains.intellij
to1.6.0
- Dependencies - upgrade
org.jetbrains.kotlin.jvm
to1.6.21
- Dependencies (GitHub Actions) - upgrade
actions/checkout
to3
- Dependencies (GitHub Actions) - upgrade
actions/cache
to3
- Dependencies (GitHub Actions) - upgrade
actions/setup-java
to3
- Dependencies (GitHub Actions) - upgrade
actions/upload-artifact
to3
- Dependencies (GitHub Actions) - upgrade
JetBrains/qodana-action
to5.1.0
- Update
v2021.3.0
Added
- arguments of type lambda filled with lambda stub and
- if lambda has 2+ parameters: add also parameter with guessed names
Changed
- rebased on latest IntelliJ Platform Plugin Template
- upgraded
- gradle to 7.3
- kotlin to 1.6.0
- detekt to 1.18.1
v2021.2.0
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
andAdd missing function arguments
instead ofFill (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
Added
- plugin logo
Changed
- rebased plugin on IntelliJ Platform Plugin Template
- build with kotlin
1.4.30
Removed
- dropped support for IDEA before
2020.3
Fixed
- runs now with IDEA
2021.*
- Release build pipeline
v2021.1.1
Added
- plugin logo
Changed
- dropped support for IDEA before
2020.3
- build with kotlin
1.4.30
Fixed
- runs now with IDEA
2021.*