Fixed #296: val does not resolve correct type for initializer with generic diamond
Fixed #437: Wrong compile error when using AllArgsConstructor.staticName
Dropped support of deprecated lombok annotations: lombok.experimental.Value and lombok.experimental.Builder;
Use lombok.Value and lombok.Builder instead
0.22
Performance improvements #516: Editor UI freezes when editing a particular class
Fixed #504: Added Support for Delombok of @EqualsAndHashcode and @ToString Exclude/Include annotations
Fixed #507: @Value and @FieldDefaults should skip static fields
Fixed #472: Lombok should not interfer with java 10 'var'
Fixed #530: Remove explicit type argument leads to error
Fixed #531: Inspection for Lombok annotations incorrectly highlights 'var'
0.21
Fixed Regression #533: StackOverflowError with PsiFieldImpl.isDeprecated
Removed obsolete support for hrisey
0.20
Fixed #119: IDEA doesn't rename builder method when field is renamed
Fixed #144: Find usages on field should find usages of builder/wither methods
Fixed #186: Find usages doesn't work (for example Accessors with Setter/Getter)