Skip to content

Commit dded4b9

Browse files
authored
Merge pull request #62 from DeveloperUtils/changelog-update-v2022.1.2
Changelog update - `v2022.1.2`
2 parents 4b6708a + ac437d6 commit dded4b9

File tree

1 file changed

+34
-19
lines changed

1 file changed

+34
-19
lines changed

CHANGELOG.md

Lines changed: 34 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,39 @@
22

33
# Kotlin Function Arguments Helper Changelog
44

5-
## [Unreleased]
5+
## Unreleased
6+
7+
### Added
8+
69
### Changed
710

11+
### Deprecated
12+
13+
### Removed
14+
15+
### Fixed
16+
17+
### Security
18+
19+
## 2022.1.2 - 2022-12-06
20+
21+
### Changed
822
- Update kotlin to v1.7.22
923
- Update compatibility for IDEA 2021.3 - 2023.1
1024

11-
## [2022.1.1]
25+
## 2022.1.1
26+
1227
### Changed
1328
- Applied changes from [IntelliJ Platform Plugin Template#Next@f8b4bb9](https://github.com/JetBrains/intellij-platform-plugin-template/tree/next)
1429
- Update kotlin to v1.7.10
1530
- Update `platformVersion` to `2021.3.3`
1631
- Change since/until build to `213-222.*` (2021.3 - 2022.2)
1732

18-
## [2022.1.0]
33+
## 2022.1.0
34+
1935
### 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`
2338
- Change since/until build to `212-221.*` (2021.2 - 2022.1)
2439
- Dependencies - upgrade `org.jetbrains.intellij` to `1.6.0`
2540
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.6.21`
@@ -29,29 +44,27 @@
2944
- Dependencies (GitHub Actions) - upgrade `actions/upload-artifact` to `3`
3045
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `5.1.0`
3146

32-
## [2021.3.0]
47+
## 2021.3.0
48+
3349
### 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
3651

3752
### Changed
3853
- 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
4155
- *kotlin* to 1.6.0
4256
- *detekt* to 1.18.1
4357

44-
## [2021.2.0]
58+
## 2021.2.0
59+
4560
### 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)
4862
- Do not add arguments that have default values declared
4963

5064
### Changed
5165
- Kotlin Function Arguments Helper is now an inspection instead of a intention (because they can have options)
5266
- 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
5568
- *kotlin* to 1.5.0
5669
- 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)
5770
- Plugin is verified against release 2021.1 instead of pre-release 211.5538.20
@@ -62,7 +75,8 @@
6275
### Fixed
6376
- patching `CHANGELOG.md` leaded to build error
6477

65-
## [2021.1.2]
78+
## 2021.1.2
79+
6680
### Added
6781
- plugin logo
6882

@@ -77,10 +91,11 @@
7791
- runs now with IDEA `2021.*`
7892
- Release build pipeline
7993

80-
## [2020.1.2]
94+
## 2020.1.2
95+
8196
### Added
8297
- Added demo animation.
8398

8499
### Changed
85100
- Widened range of IDE compatibility.
86-
- Build with Kotlin ${kotlinVersion}
101+
- Build with Kotlin ${kotlinVersion}

0 commit comments

Comments
 (0)