All Versions
54
Latest Version
Avg Release Cycle
62 days
Latest Release
-
Changelog History
Page 2
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