We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a84ba03 commit bb242e6Copy full SHA for bb242e6
change-notes.html
@@ -1,4 +1,10 @@
1
<html lang="en">
2
+<h2>1.6.1</h2>
3
+<ul>
4
+ <li>Add smart completion for target in <code>Mapping</code> (already mapped target are not proposed)</li>
5
+ <li>Bug fix: Fix auto-completion for nested public fields</li>
6
+ <li>Bug fix: Fix IndexOutOfBoundsException for target methods without parameter</li>
7
+</ul>
8
<h2>1.6.0</h2>
9
<ul>
10
<li>Support <code>@InheritConfiguration</code> for unmapped target properties inspection</li>
gradle.properties
@@ -10,7 +10,7 @@ runGenerators = true
11
pluginGroup = org.mapstruct
12
pluginName = mapstruct-intellij
13
-pluginVersion = 1.6.1-SNAPSHOT
+pluginVersion = 1.6.1
14
15
publishPluginId =
16
publishUsername =
0 commit comments