Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphr committed Apr 2, 2023
1 parent b5578f0 commit 45df29d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ To learn more about MapStruct have a look at the [mapstruct](https://github.com/
* Completion of `target` and `source` properties in `@Mapping` annotation (nested properties also work)
* Completion of `target` and `source` properties in `@ValueMapping` annotation
* Completion of `componentModel` in `@Mapper` and `@MapperConfig` annotations
* Completion of `qualifiedByName` in `@Mapping` annotation
* Go To Declaration for properties in `target` and `source` to setters / getters
* Go To Declaration for `Mapping#qualifiedByName`
* Find usages of properties in `target` and `source` and find usages of setters / getters in `@Mapping` annotations
* Highlighting properties in `target` and `source`
* Errors and Quick fixes:
Expand Down
5 changes: 5 additions & 0 deletions change-notes.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<html lang="en">
<h2>1.5.0</h2>
<ul>
<li>Support for completion and go to declaration for <code>Mapping#qualifiedByName</code></li>
<li>Adding unmapped target property quick fix should move cursor to source</li>
</ul>
<h2>1.4.0</h2>
<ul>
<li>Support for Java records</li>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runGenerators = true

pluginGroup = org.mapstruct
pluginName = mapstruct-intellij
pluginVersion = 1.4.1-SNAPSHOT
pluginVersion = 1.5.0

publishPluginId =
publishUsername =
Expand Down

0 comments on commit 45df29d

Please sign in to comment.