All Versions
54
Latest Version
Avg Release Cycle
62 days
Latest Release
-

Changelog History
Page 1

  • v3.1.0 Changes

    • Migrates optional converters from modelmapper-module-java8
  • v3.0.0 Changes

    • Minimum JDK 8
    • 0๏ธโƒฃ Makes the option collectionsMergeEnabled disable by default
  • v2.4.5 Changes

    ๐Ÿ†• New Features

    • โฌ†๏ธ Bump asm for JDK 18 support
    • โฌ†๏ธ Bump byte-buddy
  • v2.4.4 Changes

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix anonymous enum conversion
  • v2.4.3 Changes

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed #606 - Fix random ClassCastException on java 11
    • ๐Ÿ›  Fixed #613 - Fix java internal api usage issue on java 16
  • v2.4.2 Changes

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed #608 - addMappings failed while adding multiple mappings
  • v2.4.1 Changes

    ๐Ÿ› Bug Fixes

    • โฌ†๏ธ Bump dependency for better support on Java 12 and Java 16
    • ๐Ÿ›  Fix anonymous enum conversion
    • ๐Ÿ›  Fixed #512 - Create intermediate object depends on if match source found
    • ๐Ÿ›  Fixed #573 - Keep parent source chain to have correct source in context
    • ๐Ÿ›  Fixed #547 - Fixed generic type info for Map's value type
    • ๐Ÿ›  Fixed #563 - Resolve more specific instead of generic one in value reader
  • v2.4.0 Changes

    ๐Ÿ†• 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
  • v2.3.9 Changes

    ๐Ÿ†• New Features

    • โฌ†๏ธ Upgrade ASM for Java 15

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed #553 - the result of post converter was dropped
  • v2.3.8 Changes

    June 05, 2020

    ๐Ÿ†• New Features

    • โšก๏ธ Update typetools to 0.6.2

    ๐Ÿ› Bug Fixes

    • #482: NullPointerException on openJDK 11