All Versions
45
Latest Version
Avg Release Cycle
62 days
Latest Release
265 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.3.8
June 05, 2020๐ New Features
- โก๏ธ Update typetools to 0.6.2
๐ Bug Fixes
- #482: NullPointerException on openJDK 11
-
v2.3.7
March 30, 2020๐ Bug Fixes
- ๐ Fixed issues #520 and #528, which caused excessive locking in PropertyInfoRegistry.
-
v2.3.6
December 24, 2019๐ New Features
- ๐ Supports Java 13
-
v2.3.5
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
May 18, 2019๐ New Features
- ๐ Supports protocol buffer with model in snake case
-
v2.3.3
April 13, 2019๐ New Features
- ๐ง Provides setCollectionsMergeEnabled configuration
๐ Bug Fixes
- ๐ Date converter supports java.util.Date
- ๐ Supports HibernateProxy
-
v2.3.2
November 26, 2018- ๐ #416: asm7.0 support
-
v2.3.1
October 31, 2018๐ Bug Fixes
- #411: Fix NoSuchElementException when iterating through Collection interface using iterator
- #407: OSGi issue
-
v2.3.0
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
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