Skip to content

Releases: mplushnikov/lombok-intellij-plugin

0.30 Release for IntelliJ 2020.1

14 Apr 18:40
Compare
Choose a tag to compare

Provided new release build for IntelliJ 2020.1

0.29 Release for IntelliJ 2020 EAP

01 Mar 20:00
Compare
Choose a tag to compare

Added link for simply annotation processing activation into warning message box, thanks to @wyhasany (Michał Rowicki)
Added new inspection for redundant class and field modifiers for @value annotated classes, thanks to @wyhasany (Michał Rowicki)
Fixed #740: Builder.build() method throws exceptions from wrong constructor
Fixed #735: FieldDefaults processing should check for @UtilityClass annotation, thanks to @Sheigutn (Florian Böhm)
Fixed #724: @accessors with prefix can break with numbers, thanks to @Lekanich (Aleksandr Zhelezniak)
Fixed #719: Add support for new setterPrefix for Builder enhancement, thanks to @ocadaruma (Okada Haruki)
Fixed #680: Add support for lombok.builder.className config property, thanks to @tagae (Sebastián González)

0.29 Release for IntelliJ 2019.3

01 Mar 19:59
Compare
Choose a tag to compare

Added link for simply annotation processing activation into warning message box, thanks to @wyhasany (Michał Rowicki)
Added new inspection for redundant class and field modifiers for @value annotated classes, thanks to @wyhasany (Michał Rowicki)
Fixed #740: Builder.build() method throws exceptions from wrong constructor
Fixed #735: FieldDefaults processing should check for @UtilityClass annotation, thanks to @Sheigutn (Florian Böhm)
Fixed #724: @accessors with prefix can break with numbers, thanks to @Lekanich (Aleksandr Zhelezniak)
Fixed #719: Add support for new setterPrefix for Builder enhancement, thanks to @ocadaruma (Okada Haruki)
Fixed #680: Add support for lombok.builder.className config property, thanks to @tagae (Sebastián González)

0.29 Release for IntelliJ 2019.2

01 Mar 19:58
Compare
Choose a tag to compare

Added link for simply annotation processing activation into warning message box, thanks to @wyhasany (Michał Rowicki)
Added new inspection for redundant class and field modifiers for @value annotated classes, thanks to @wyhasany (Michał Rowicki)
Fixed #740: Builder.build() method throws exceptions from wrong constructor
Fixed #735: FieldDefaults processing should check for @UtilityClass annotation, thanks to @Sheigutn (Florian Böhm)
Fixed #724: @accessors with prefix can break with numbers, thanks to @Lekanich (Aleksandr Zhelezniak)
Fixed #719: Add support for new setterPrefix for Builder enhancement, thanks to @ocadaruma (Okada Haruki)
Fixed #680: Add support for lombok.builder.className config property, thanks to @tagae (Sebastián González)

0.29 Release for IntelliJ 2018.1- 2019.1

01 Mar 19:58
Compare
Choose a tag to compare

Added link for simply annotation processing activation into warning message box, thanks to @wyhasany (Michał Rowicki)
Added new inspection for redundant class and field modifiers for @value annotated classes, thanks to @wyhasany (Michał Rowicki)
Fixed #740: Builder.build() method throws exceptions from wrong constructor
Fixed #735: FieldDefaults processing should check for @UtilityClass annotation, thanks to @Sheigutn (Florian Böhm)
Fixed #724: @accessors with prefix can break with numbers, thanks to @Lekanich (Aleksandr Zhelezniak)
Fixed #719: Add support for new setterPrefix for Builder enhancement, thanks to @ocadaruma (Okada Haruki)
Fixed #680: Add support for lombok.builder.className config property, thanks to @tagae (Sebastián González)

0.29 Release for IntelliJ 2017.2 - 2017.3

01 Mar 19:56
Compare
Choose a tag to compare

Added link for simply annotation processing activation into warning message box, thanks to @wyhasany (Michał Rowicki)
Added new inspection for redundant class and field modifiers for @value annotated classes, thanks to @wyhasany (Michał Rowicki)
Fixed #740: Builder.build() method throws exceptions from wrong constructor
Fixed #735: FieldDefaults processing should check for @UtilityClass annotation, thanks to @Sheigutn (Florian Böhm)
Fixed #724: @accessors with prefix can break with numbers, thanks to @Lekanich (Aleksandr Zhelezniak)
Fixed #719: Add support for new setterPrefix for Builder enhancement, thanks to @ocadaruma (Okada Haruki)
Fixed #680: Add support for lombok.builder.className config property, thanks to @tagae (Sebastián González)

0.29 Release for IntelliJ 2017.1

01 Mar 19:55
Compare
Choose a tag to compare

Added link for simply annotation processing activation into warning message box, thanks to @wyhasany (Michał Rowicki)
Added new inspection for redundant class and field modifiers for @value annotated classes, thanks to @wyhasany (Michał Rowicki)
Fixed #740: Builder.build() method throws exceptions from wrong constructor
Fixed #735: FieldDefaults processing should check for @UtilityClass annotation, thanks to @Sheigutn (Florian Böhm)
Fixed #724: @accessors with prefix can break with numbers, thanks to @Lekanich (Aleksandr Zhelezniak)
Fixed #719: Add support for new setterPrefix for Builder enhancement, thanks to @ocadaruma (Okada Haruki)
Fixed #680: Add support for lombok.builder.className config property, thanks to @tagae (Sebastián González)

0.29 Release for IntelliJ 2016.2-2016.3

01 Mar 19:53
Compare
Choose a tag to compare

Added link for simply annotation processing activation into warning message box, thanks to @wyhasany (Michał Rowicki)
Added new inspection for redundant class and field modifiers for @value annotated classes, thanks to @wyhasany (Michał Rowicki)
Fixed #740: Builder.build() method throws exceptions from wrong constructor
Fixed #735: FieldDefaults processing should check for @UtilityClass annotation, thanks to @Sheigutn (Florian Böhm)
Fixed #724: @accessors with prefix can break with numbers, thanks to @Lekanich (Aleksandr Zhelezniak)
Fixed #719: Add support for new setterPrefix for Builder enhancement, thanks to @ocadaruma (Okada Haruki)
Fixed #680: Add support for lombok.builder.className config property, thanks to @tagae (Sebastián González)

0.28 Release for IntelliJ 2019.2

01 Dec 18:51
Compare
Choose a tag to compare

New release (0.28) for IntelliJ 2019.2

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 2018.1- 2019.1

01 Dec 18:51
Compare
Choose a tag to compare

New release (0.28) for IntelliJ 2018.1- 2019.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)