ModelMapper v2.4.0 Release Notes

  • ๐Ÿ†• New Features

    • ๐Ÿ†• New API when(condition).skip(src, dest)
    • ๐Ÿ†• New configuration preferNestedProperties for better support circular reference mapping

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed #414 - Eliminates warnings while defining explicit mapping on collections
    • ๐Ÿ›  Fixed #462 - Improves performance when creating explicit mapping on a giant model
    • ๐Ÿ›  Fixed #392 - Fixes handling protobuf iterable
    • ๐Ÿ›  Fixed #581 - Fix wrong circular reference
    • ๐Ÿ›  Fixed #550 - Resolve key value types correctly