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

Changelog History
Page 2

  • v2.3.7 Changes

    March 30, 2020

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed issues #520 and #528, which caused excessive locking in PropertyInfoRegistry.
  • v2.3.6 Changes

    December 24, 2019

    ๐Ÿ†• New Features

    • ๐Ÿ‘Œ Supports Java 13
  • v2.3.5 Changes

    June 26, 2019

    ๐Ÿ†• New Features

    • ๐Ÿ‘Œ Supports expression chain (when -> with -> using -> map)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixes deproxy when implicit mapping is disabled
    • ๐Ÿ‘Œ Improves on configuration converter store
  • v2.3.4 Changes

    May 18, 2019

    ๐Ÿ†• New Features

    • ๐Ÿ‘Œ Supports protocol buffer with model in snake case
  • v2.3.3 Changes

    April 13, 2019

    ๐Ÿ†• New Features

    • ๐Ÿ”ง Provides setCollectionsMergeEnabled configuration

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘ Date converter supports java.util.Date
    • ๐Ÿ‘Œ Supports HibernateProxy
  • v2.3.2 Changes

    November 26, 2018
    • ๐Ÿ‘ #416: asm7.0 support
  • v2.3.1 Changes

    October 31, 2018

    ๐Ÿ› Bug Fixes

    • #411: Fix NoSuchElementException when iterating through Collection interface using iterator
    • #407: OSGi issue
  • v2.3.0 Changes

    September 20, 2018

    ๐Ÿ†• New Features

    • ๐Ÿ‘Œ Support Java 11

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed #389: Provides helper function for collection mapping
    • ๐Ÿ›  Fixed #397: SortedMap support
  • v2.2.0 Changes

    August 17, 2018

    ๐Ÿ†• New Features

    • Provides ModelMapper.addConverter(sourceType, destinationType, converter)
    • Provides Converters.Collection.map() to create converter for collection
    • ๐Ÿ— Provides builder pattern support

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed #379: Mapping generic types not working
    • ๐Ÿ›  Fixed #151: Converter not working properly
    • ๐Ÿ›  Fixed #386: Mapping Source object to Destination object for iterable correctly
  • v2.1.1 Changes

    August 12, 2018

    ๐Ÿ†• New Features

    • Protocol buffer module

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed #363: Fixes OSGi loading issue
    • ๐Ÿ›  Fixed #364: Resolves type correctly
    • ๐Ÿ›  Fixed #370: Fixes MapValueReader get wrong field type
    • ๐Ÿ›  Fixed #372: Explicit property mapping will failed when using source(propertyPath) with List type