Skip to content

Releases: mplushnikov/lombok-intellij-plugin

0.34.1 Release for IntelliJ 2018.1-2019.1

20 Jan 16:29
Compare
Choose a tag to compare

Fix #998 regression: Icon cannot be found 'icons/lombok.svg

0.34 Release for IntelliJ 2020.1 and 2020.2

17 Jan 10:49
Compare
Choose a tag to compare

Updated all lombok icons
Reworked and simplified plugin settings page
Automatically activate annotation processing if lombok library is present in background
Automatically suggestion to add lombok library if not present in project with lombok annotations
Fixed #919: Builder ignores visibility of XArgsConstructor
Fixed #21: Experimental support for @ExtensionMethods, thanks to @NekoCaffeine

0.34 Release for IntelliJ 2019.3

17 Jan 10:48
Compare
Choose a tag to compare

Updated all lombok icons
Reworked and simplified plugin settings page
Automatically activate annotation processing if lombok library is present in background
Automatically suggestion to add lombok library if not present in project with lombok annotations
Fixed #919: Builder ignores visibility of XArgsConstructor
Fixed #21: Experimental support for @ExtensionMethods, thanks to @NekoCaffeine

0.34 Release for IntelliJ 2019.2

17 Jan 10:47
Compare
Choose a tag to compare

Updated all lombok icons
Reworked and simplified plugin settings page
Automatically activate annotation processing if lombok library is present in background
Automatically suggestion to add lombok library if not present in project with lombok annotations
Fixed #919: Builder ignores visibility of XArgsConstructor
Fixed #21: Experimental support for @ExtensionMethods, thanks to @NekoCaffeine

0.34 Release for IntelliJ 2018.1-2019.1

17 Jan 10:46
Compare
Choose a tag to compare

Updated all lombok icons
Reworked and simplified plugin settings page
Automatically activate annotation processing if lombok library is present in background
Automatically suggestion to add lombok library if not present in project with lombok annotations
Fixed #919: Builder ignores visibility of XArgsConstructor

0.33 Release for IntelliJ 2020.1 and 2020.2

28 Oct 08:13
Compare
Choose a tag to compare

Implemented new intention actions to replace explicit getter and setter by lombok annotation
Fixed #799: @SneakyThrows mistakenly swallow checked exception in lambda without "throws"
Fixed #838: @Builder.Default and final keyword: erroneous ConstantConditions warning
Fixed #938: @SneakyThrows hides compilation error: Variable might not have been not initialized
Fixed #964: @with + @Builder.Default on Field doesn't work well with @value on Class

0.33 Release for IntelliJ 2019.3

28 Oct 08:12
Compare
Choose a tag to compare

Implemented new intention actions to replace explicit getter and setter by lombok annotation
Fixed #799: @SneakyThrows mistakenly swallow checked exception in lambda without "throws"
Fixed #838: @Builder.Default and final keyword: erroneous ConstantConditions warning
Fixed #938: @SneakyThrows hides compilation error: Variable might not have been not initialized
Fixed #964: @with + @Builder.Default on Field doesn't work well with @value on Class

0.33 Release for IntelliJ 2019.2

28 Oct 08:11
Compare
Choose a tag to compare

Implemented new intention actions to replace explicit getter and setter by lombok annotation
Fixed #799: @SneakyThrows mistakenly swallow checked exception in lambda without "throws"
Fixed #838: @Builder.Default and final keyword: erroneous ConstantConditions warning
Fixed #938: @SneakyThrows hides compilation error: Variable might not have been not initialized
Fixed #964: @with + @Builder.Default on Field doesn't work well with @value on Class

0.33 Release for IntelliJ 2018.1-2019.1

27 Oct 17:52
Compare
Choose a tag to compare

Implemented new intention actions to replace explicit getter and setter by lombok annotation
Fixed #799: @SneakyThrows mistakenly swallow checked exception in lambda without "throws"
Fixed #838: @Builder.Default and final keyword: erroneous ConstantConditions warning
Fixed #938: @SneakyThrows hides compilation error: Variable might not have been not initialized
Fixed #964: @with + @Builder.Default on Field doesn't work well with @value on Class

0.32 Release for IntelliJ 2017.1

03 Oct 18:42
Compare
Choose a tag to compare

Fixed #761: EqualsAndHashCode: Wrong warning 'A method with one of those names already exists'
Fixed #826: Error if using @FieldNameConstants in switch case
Fixed #858: Delombok produces duplicate @nonnull annotations on setters/getters
Fixed #933: Enable annotation processing warning showing everytime project is opened