Skip to content

1.1.0

Choose a tag to compare

@filiphr filiphr released this 10 Feb 19:22

Features

  • Completion Support for both fluent and conventional setters (#23)
  • Support for types with Builder
  • Quick fix for add unmapped target property (#9) - NB: unmappedTargetPolicy is not yet considerted
    • Fix: Add unmapped property
    • Fix: Ignore unmapped property
  • Add warn info when Mapper.getMapper(Class) is used for non default mappers (#7)
  • Add error info when class is not annotated with @Mapper or @MapperConfig (#6)

Bug fixes

  • Overridden method is suggested twice (#24)