Skip to content

Commit 45df29d

Browse files
committed
Release 1.5.0
1 parent b5578f0 commit 45df29d

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ To learn more about MapStruct have a look at the [mapstruct](https://github.com/
2525
* Completion of `target` and `source` properties in `@Mapping` annotation (nested properties also work)
2626
* Completion of `target` and `source` properties in `@ValueMapping` annotation
2727
* Completion of `componentModel` in `@Mapper` and `@MapperConfig` annotations
28+
* Completion of `qualifiedByName` in `@Mapping` annotation
2829
* Go To Declaration for properties in `target` and `source` to setters / getters
30+
* Go To Declaration for `Mapping#qualifiedByName`
2931
* Find usages of properties in `target` and `source` and find usages of setters / getters in `@Mapping` annotations
3032
* Highlighting properties in `target` and `source`
3133
* Errors and Quick fixes:

change-notes.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<html lang="en">
2+
<h2>1.5.0</h2>
3+
<ul>
4+
<li>Support for completion and go to declaration for <code>Mapping#qualifiedByName</code></li>
5+
<li>Adding unmapped target property quick fix should move cursor to source</li>
6+
</ul>
27
<h2>1.4.0</h2>
38
<ul>
49
<li>Support for Java records</li>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runGenerators = true
1010

1111
pluginGroup = org.mapstruct
1212
pluginName = mapstruct-intellij
13-
pluginVersion = 1.4.1-SNAPSHOT
13+
pluginVersion = 1.5.0
1414

1515
publishPluginId =
1616
publishUsername =

0 commit comments

Comments
 (0)