All Versions
54
Latest Version
Avg Release Cycle
62 days
Latest Release
-
Changelog History
Page 5
Changelog History
Page 5
-
v0.5.6 Changes
3/21/2013
๐ New Features
- ๐ Fixed #46 - Property map difficult to construct types
- โ Added #45 - Android compatibility
- โ Added #42 - Support for pre and post mapping Converters
- โ Added #40 - Enhance TypeTokens support
๐ Bug Fixes
- ๐ Fixed #31 - Multiple source properties hierarchy matching problem
- ๐ Fixed #38 - Map mocked objects
-
v0.5.5 Changes
2/14/2013
๐ New Features
- โ Added #34 - Added support for TypeTokens
- โ Added #23 - Support for combined token matching
๐ Bug Fixes
- ๐ Fixed #32 - Mapping creates instances for null objects
- ๐ Fixed #37 - Mappings being incorrectly created
API Changes
For TypeTokens:
- โ Added
TypeToken
class - โ Added
ModelMapper.map(Object, Type)
-
v0.5.4 Changes
12/22/2012
- ๐ Fixed #18 - Updated manifest.mf to contain OSGI bundle information for shaded packages
- ๐ Fixed #26 - MM attempts to instantiate primitive wrapper when used in destination Converter
- ๐ Fixed #27 - Destinations values are not set in MappingContext
- ๐ Fixed #30 - Cannot proxy types without a default constructor
-
v0.5.3 Changes
10/22/2012
- ๐ Fixed #22 - Destination properties being cached by mutator
- ๐ Fixed #21 - Added support for XMLGregorianCalendar conversion
- ๐ Fixed issue when merging from a TypeMap with a Converter
-
v0.5.2 Changes
10/18/2012
- ๐ Fixed #19 - Merged mappings should respect MatchingStrategy
- ๐ Fixed #20 - Enum conversion should support String->Enum
-
v0.5.1 Changes
9/26/2012
- ๐ Fixed scenario where a circular mapping can overrides an existing mapping
- ๐ Fixed #11 - Improper shading
- ๐ Fixed #10 - Added support for mapped enum conversion
-
v0.5.0 Changes
9/12/2012
- ๐ Fixed #2 - Add support for circular references
- ๐ Fixed #9 - Overriding intemediate objects in provided destinations
- ๐ Fixed conversion of char[] to String
- ๐ Fixed GC #20 - Improved hashCode in TypeInfoRegistry
- Completed GC #21 - Implement strict matching strategy
- ๐ Fixed GC #22 - PropertyMap doesn't work when token matches exist
-
v0.4.0 Changes
7/22/2012
- โ Added support for TypeMap-wide property conditions, converters and providers
- ๐ Improved generic type resolution
- โ Added support for auto-TypeMap merging
- ๐ Fixed #3: Disambiguation enhancements
- ๐ Fixed #4: Added source to ProvisionRequest
- ๐ Fixed #5: Incorrect shading of null paramters
- ๐ Fixed #7: Conversion skipped when source is null
- ๐ Fixed GC #8: Skipped circular properties
- ๐ Fixed GC #10: Incorrect mappings created for multiple source mappings
-
v0.3.5 Changes
8/8/2011
- ๐ Fixed GC #9: Compatibility with Java 5
-
v0.3.4 Changes
7/30/2011
- Simplified the ConditionalConverter SPI
- ๐ Fixed GC #4: Exposed conditional converters for mutation via Configuration.getConverters()
- ๐ Fixed GC #5: Copy null values for primitives