Releases: mplushnikov/lombok-intellij-plugin
Releasebuild 0.9.5 for IntelliJ Idea
Releasebuild 0.9.5 for IntelliJ Idea 12.1, 13.1 and 14.1
New Version (0.9.5) of plugin for Lombok and IntelliJ IDEA 12, 13 and 14.1
Last changes:
Fixed #48: Importing @builder generated builder classes does not work
Added #77: Basic Support for new @Singular annotation for @builder collection fields
Fixed #111: @builder on constructors/methods is not recognized in Android Studio
Fixed #116: @builder - Builder class can't be found without a static import
Added Hrisey @parcelable support patch
Dropped outdated support for some lombok_pg annotations
Releasebuild 0.9.4 for IntelliJ Idea
Releasebuild 0.9.4 for IntelliJ Idea 12.1, 13.1 and 14.1
New Version (0.9.4) of plugin for Lombok and IntelliJ IDEA 12, 13 and 14.1
Last changes:
Fixed regression #108: Getter/Setter wrong after last Update
Fixed #100: AssertionError: Stub and PSI element type mismatch
Fixed #72: Stub and PSI element type mismatch
Releasebuild 0.9.3 for IntelliJ Idea
Releasebuild 0.9.3 for IntelliJ Idea 12-14.1.4
New Version (0.9.3) of plugin for Lombok and IntelliJ IDEA 12, 13 and 14 (14.1)
Last changes:
Fixed #95: Fluent Setter Override Error
Fixed #96: @value and @wither not playing well together
Fixed #97: Two constructors being shown when using @builder and @AllArgsConstructor together
Fixed #98: Plugin crash: IndexNotReadyException val processing
Fixed #101: @SneakyThrows causes incorrect errors in IntelliJ 14
Releasebuild 0.9.2 for IntelliJ Idea
Releasebuild 0.9.2 for IntelliJ Idea 12-14.1
New Version (0.9.2) of plugin for Lombok and IntelliJ IDEA 12, 13 and 14 (14.1)
Last changes:
Added #9: Basic val support in IntelliJ 14.1
Fixed #81: @builder: buildMethod should have same throws-list as annotated static method
Fixed #82: Abstract Class + @DeleGate
Fixed #83: Getting inconvertible types error assigning new builder instance
Fixed #84: Properly find usages of @getterS & @setters on fields with @Acccessor prefixes
Fixed #90: Renaming a field with different case doesn't rename getter
Fixed #92: Improved @wither support
Fixed #93: IntelliJ unable to resolve constructor when using @builder and @value together
Releasebuild 0.9.1 for IntelliJ Idea
Releasebuild 0.9.1 for IntelliJ Idea 11-14 EAP
New Version (0.9.1) of plugin for Lombok and IntelliJ IDEA 11, 12, 13 and 14
Last changes:
Better support for @builder
Fixed #33: Builder annotation with partial implementation shows errors
Fixed #78: Support for constructors of @value objects with assigned final fields
Fixed #79: Support for multiple @builder in same java class
Fixed #80: Some issues with "delomboked" @builder on static method
Releasebuild 0.9.0 for IntelliJ Idea
Releasebuild 0.9.0 for IntelliJ Idea 11-14 EAP
New Version (0.9.0) of plugin for Lombok and IntelliJ IDEA 11, 12, 13 and 14
Last changes:
Added Delombok Feature for @builder
Issue #53: Basic Support for Lombok configuration keys
Fixed #57: Incorrect constructors appear in "Structure" when @Value
and @Builder
Fixed #70: Conflict resolution failed on renaming field together with its accessors in IntelliJ 14
Issue #74: Fixed (only IntelliJ 14+) Sneaky Throws Not Correctly Detected for Anonymous Inner Class
Issue #75: Added support for @lombok.Builder (lombok version 1.16)
Releasebuild 0.8.8 for IntelliJ Idea
Releasebuild 0.8.8 for IntelliJ Idea 11-14 EAP
New Version (0.8.8) of plugin for Lombok and IntelliJ IDEA 11, 12, 13 and 14 EAP
Last changes:
Fixed #52 : Invalid stub element type in index
Fixed #54 : @wither copies @nullable annotation to generated method
Fixed #62 : Intellij shows error on Lazy Getter
Fixed #63 : Added support for @Tolerate (together with @value, @DaTa)
Fixed issue 109(on GoogleCode): Intellij freezes regularly when the lombok plugin is enabled
Fixed issue 106(on GoogleCode): Static methods annotated with @builder are not recognized
Updated to lombok changes: canEqual (of @EqualsAndHashCode fame) should be protected instead of public.
Basic autocompletion and highlighting for lombok.config files
Releasebuild 0.8.7 for IntelliJ Idea 14 EAP
New Version (0.8.7) of plugin for Lombok and IntelliJ IDEA 14 EAP
Last changes:
Fixed issue 104(on GoogleCode): Intellij reports unused field with @Getter and @Setter
Fixed #50 : @SneakyThrows does not work for try-with-resource statements
Fixed #51 : Delegate annotation moved to experimental
Fixed #58 : NoSuchMethodError in IntelliJ 14 EAP
Releasebuild 0.8.7 for IntelliJ Idea 13
New Version (0.8.7) of plugin for Lombok and IntelliJ IDEA 13
Last changes:
Fixed issue 104(on GoogleCode): Intellij reports unused field with @Getter and @Setter
Fixed #50 : @SneakyThrows does not work for try-with-resource statements
Fixed #51 : Delegate annotation moved to experimental
Fixed #58 : NoSuchMethodError in IntelliJ 14 EAP
Releasebuild 0.8.7 for IntelliJ Idea 12
New Version (0.8.7) of plugin for Lombok and IntelliJ IDEA 12
Last changes:
Fixed issue 104(on GoogleCode): Intellij reports unused field with @Getter and @Setter
Fixed #50 : @SneakyThrows does not work for try-with-resource statements
Fixed #51 : Delegate annotation moved to experimental