Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Releases: mplushnikov/lombok-intellij-plugin

0.28 Release for IntelliJ 2017.2 - 2017.3

01 Dec 18:49
Compare
Choose a tag to compare

New release (0.28) for IntelliJ 2017.2 - 2017.3

Fixed #394: New feature request: Add SneakyThrows QuickFix, thanks to @Lekanich (Aleksandr Lekanich)
Fixed #440: NPE inspection false positive with lazy getters, thanks to @Lekanich (Aleksandr Lekanich)
Fixed #633: @Builder.Default causes a warning message, thanks to @Lekanich (Aleksandr Lekanich)
Fixed #672: Add support for @CustomLog, thanks to @juriad (Adam Juraszek)
Fixed #687: Support static constructors using already-defined private constructors, thanks to @vanam (Martin Váňa)

0.28 Release for IntelliJ 2017.1

01 Dec 18:49
Compare
Choose a tag to compare

New release (0.28) for IntelliJ 2017.1

Fixed #394: New feature request: Add SneakyThrows QuickFix, thanks to @Lekanich (Aleksandr Lekanich)
Fixed #440: NPE inspection false positive with lazy getters, thanks to @Lekanich (Aleksandr Lekanich)
Fixed #633: @Builder.Default causes a warning message, thanks to @Lekanich (Aleksandr Lekanich)
Fixed #672: Add support for @CustomLog, thanks to @juriad (Adam Juraszek)
Fixed #687: Support static constructors using already-defined private constructors, thanks to @vanam (Martin Váňa)

0.28 Release for IntelliJ 2016.2-2016.3

01 Dec 18:47
Compare
Choose a tag to compare

New release (0.28) for IntelliJ 2016.2 and 2016.3

Fixed #394: New feature request: Add SneakyThrows QuickFix, thanks to @Lekanich (Aleksandr Lekanich)
Fixed #440: NPE inspection false positive with lazy getters, thanks to @Lekanich (Aleksandr Lekanich)
Fixed #633: @Builder.Default causes a warning message, thanks to @Lekanich (Aleksandr Lekanich)
Fixed #672: Add support for @CustomLog, thanks to @juriad (Adam Juraszek)
Fixed #687: Support static constructors using already-defined private constructors, thanks to @vanam (Martin
Váňa)

0.28 Release for IntelliJ 2019.3+

01 Dec 18:52
Compare
Choose a tag to compare

New release (0.28) for IntelliJ 2019.3+

Fixed #394: New feature request: Add SneakyThrows QuickFix, thanks to @Lekanich (Aleksandr Lekanich)
Fixed #440: NPE inspection false positive with lazy getters, thanks to @Lekanich (Aleksandr Lekanich)
Fixed #633: @Builder.Default causes a warning message, thanks to @Lekanich (Aleksandr Lekanich)
Fixed #672: Add support for @CustomLog, thanks to @juriad (Adam Juraszek)
Fixed #687: Support static constructors using already-defined private constructors, thanks to @vanam (Martin Váňa)

0.27 Release for IntelliJ 2018.1 - 2019.1

03 Oct 13:50
Compare
Choose a tag to compare

Fixed #513: Add support for @SuperBuilder
Fixed #629: Add support for lombok.fieldNameConstants.uppercase = true from lombok 1.18.8
Fixed #630: Add support for suppress generation of the builder method when using @builder from lombok 1.18.8
Fixed #631: Add support for change the access modifier of generated builder classes from lombok 1.18.8
Fixed #526: StackOverflow with LombokLightParameterListBuilder.equals
Fixed #660: Performance problems in autocomplete/code analysis
Fixed #663: Method with varArgs gives an error in IntelliJ
Fixed #670: Non-idempotent computation issue with @DeleGate usages
Fixed #673: Add support for @with

0.27 Release for IntelliJ 2017.2 - 2017.3

03 Oct 14:07
Compare
Choose a tag to compare

Fixed #513: Add support for @SuperBuilder
Fixed #629: Add support for lombok.fieldNameConstants.uppercase = true from lombok 1.18.8
Fixed #630: Add support for suppress generation of the builder method when using @builder from lombok 1.18.8
Fixed #631: Add support for change the access modifier of generated builder classes from lombok 1.18.8
Fixed #526: StackOverflow with LombokLightParameterListBuilder.equals
Fixed #660: Performance problems in autocomplete/code analysis
Fixed #663: Method with varArgs gives an error in IntelliJ
Fixed #670: Non-idempotent computation issue with @DeleGate usages
Fixed #673: Add support for @with

0.27 Release for IntelliJ 2017.1

03 Oct 14:15
Compare
Choose a tag to compare

Fixed #513: Add support for @SuperBuilder
Fixed #629: Add support for lombok.fieldNameConstants.uppercase = true from lombok 1.18.8
Fixed #630: Add support for suppress generation of the builder method when using @builder from lombok 1.18.8
Fixed #631: Add support for change the access modifier of generated builder classes from lombok 1.18.8
Fixed #526: StackOverflow with LombokLightParameterListBuilder.equals
Fixed #660: Performance problems in autocomplete/code analysis
Fixed #663: Method with varArgs gives an error in IntelliJ
Fixed #670: Non-idempotent computation issue with @DeleGate usages
Fixed #673: Add support for @with

0.27 Release for IntelliJ 2016.2-2016.3

03 Oct 14:25
Compare
Choose a tag to compare

Fixed #513: Add support for @SuperBuilder
Fixed #629: Add support for lombok.fieldNameConstants.uppercase = true from lombok 1.18.8
Fixed #630: Add support for suppress generation of the builder method when using @builder from lombok 1.18.8
Fixed #631: Add support for change the access modifier of generated builder classes from lombok 1.18.8
Fixed #526: StackOverflow with LombokLightParameterListBuilder.equals
Fixed #660: Performance problems in autocomplete/code analysis
Fixed #663: Method with varArgs gives an error in IntelliJ
Fixed #670: Non-idempotent computation issue with @DeleGate usages
Fixed #673: Add support for @with

0.27 Release for IntelliJ 2019.2

03 Oct 12:51
Compare
Choose a tag to compare

Fixed #513: Add support for @SuperBuilder
Fixed #629: Add support for lombok.fieldNameConstants.uppercase = true from lombok 1.18.8
Fixed #630: Add support for suppress generation of the builder method when using @builder from lombok 1.18.8
Fixed #631: Add support for change the access modifier of generated builder classes from lombok 1.18.8
Fixed #526: StackOverflow with LombokLightParameterListBuilder.equals
Fixed #660: Performance problems in autocomplete/code analysis
Fixed #663: Method with varArgs gives an error in IntelliJ
Fixed #670: Non-idempotent computation issue with @DeleGate usages
Fixed #673: Add support for @with

BugFix Release for IntelliJ 2019.2

22 Aug 16:49
Compare
Choose a tag to compare

BugFix Release for IntelliJ 2019.2:
Fixes #637 Non-idempotent computation in Intellij 2019.2
Fixes #648 IDEA 2019.2 highlights builder() method invocation as an error