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

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