|
2 | 2 |
|
3 | 3 | # Kotlin Function Arguments Helper Changelog |
4 | 4 |
|
5 | | -## [Unreleased] |
| 5 | +## Unreleased |
| 6 | + |
| 7 | +### Added |
| 8 | + |
6 | 9 | ### Changed |
7 | 10 |
|
| 11 | +### Deprecated |
| 12 | + |
| 13 | +### Removed |
| 14 | + |
| 15 | +### Fixed |
| 16 | + |
| 17 | +### Security |
| 18 | + |
| 19 | +## 2022.1.2 - 2022-12-06 |
| 20 | + |
| 21 | +### Changed |
8 | 22 | - Update kotlin to v1.7.22 |
9 | 23 | - Update compatibility for IDEA 2021.3 - 2023.1 |
10 | 24 |
|
11 | | -## [2022.1.1] |
| 25 | +## 2022.1.1 |
| 26 | + |
12 | 27 | ### Changed |
13 | 28 | - Applied changes from [IntelliJ Platform Plugin Template#Next@f8b4bb9](https://github.com/JetBrains/intellij-platform-plugin-template/tree/next) |
14 | 29 | - Update kotlin to v1.7.10 |
15 | 30 | - Update `platformVersion` to `2021.3.3` |
16 | 31 | - Change since/until build to `213-222.*` (2021.3 - 2022.2) |
17 | 32 |
|
18 | | -## [2022.1.0] |
| 33 | +## 2022.1.0 |
| 34 | + |
19 | 35 | ### Changed |
20 | | -- imported changes from yet unsubmitted PR [IntelliJ Platform Plugin Template#Next](https://github.com/JetBrains/intellij-platform-plugin-template/pull/240/files) |
21 | | -- upgraded |
22 | | - - Update `platformVersion` to `2021.2.4` |
| 36 | +- imported changes from yet unsubmitted PR [IntelliJ Platform Plugin Template#Next](https://github.com/JetBrains/intellij-platform-plugin-template/pull/240/files) |
| 37 | +- - Update `platformVersion` to `2021.2.4` |
23 | 38 | - Change since/until build to `212-221.*` (2021.2 - 2022.1) |
24 | 39 | - Dependencies - upgrade `org.jetbrains.intellij` to `1.6.0` |
25 | 40 | - Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.6.21` |
|
29 | 44 | - Dependencies (GitHub Actions) - upgrade `actions/upload-artifact` to `3` |
30 | 45 | - Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `5.1.0` |
31 | 46 |
|
32 | | -## [2021.3.0] |
| 47 | +## 2021.3.0 |
| 48 | + |
33 | 49 | ### Added |
34 | | -- arguments of type lambda filled with lambda stub and |
35 | | - - if lambda has 2+ parameters: add also parameter with guessed names |
| 50 | +- - if lambda has 2+ parameters: add also parameter with guessed names |
36 | 51 |
|
37 | 52 | ### Changed |
38 | 53 | - rebased on latest [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template) |
39 | | -- upgraded |
40 | | - - *gradle* to 7.3 |
| 54 | +- - *gradle* to 7.3 |
41 | 55 | - *kotlin* to 1.6.0 |
42 | 56 | - *detekt* to 1.18.1 |
43 | 57 |
|
44 | | -## [2021.2.0] |
| 58 | +## 2021.2.0 |
| 59 | + |
45 | 60 | ### Added |
46 | | -- Plugin configuration options. You can now change the plugin behavior by setting options in the inspections settings. Currently, these two options are supported: |
47 | | - - Don't add default values (guessed by variable type) |
| 61 | +- - Don't add default values (guessed by variable type) |
48 | 62 | - Do not add arguments that have default values declared |
49 | 63 |
|
50 | 64 | ### Changed |
51 | 65 | - Kotlin Function Arguments Helper is now an inspection instead of a intention (because they can have options) |
52 | 66 | - Quick fix is now named `Add missing constructor arguments` and `Add missing function arguments` instead of `Fill (constructor|function) arguments` |
53 | | -- upgraded |
54 | | - - *gradle* to 7.0.2 |
| 67 | +- - *gradle* to 7.0.2 |
55 | 68 | - *kotlin* to 1.5.0 |
56 | 69 | - detekt is using default configuration from [https://github.com/detekt/detekt/blob/master/detekt-core/src/main/resources/default-detekt-config.yml](https://github.com/detekt/detekt/blob/693f4f3/detekt-core/src/main/resources/default-detekt-config.yml) |
57 | 70 | - Plugin is verified against release 2021.1 instead of pre-release 211.5538.20 |
|
62 | 75 | ### Fixed |
63 | 76 | - patching `CHANGELOG.md` leaded to build error |
64 | 77 |
|
65 | | -## [2021.1.2] |
| 78 | +## 2021.1.2 |
| 79 | + |
66 | 80 | ### Added |
67 | 81 | - plugin logo |
68 | 82 |
|
|
77 | 91 | - runs now with IDEA `2021.*` |
78 | 92 | - Release build pipeline |
79 | 93 |
|
80 | | -## [2020.1.2] |
| 94 | +## 2020.1.2 |
| 95 | + |
81 | 96 | ### Added |
82 | 97 | - Added demo animation. |
83 | 98 |
|
84 | 99 | ### Changed |
85 | 100 | - Widened range of IDE compatibility. |
86 | | -- Build with Kotlin ${kotlinVersion} |
| 101 | +- Build with Kotlin ${kotlinVersion} |
0 commit comments