Releases: fluentsprings/ExpressMapper
Releases · fluentsprings/ExpressMapper
Hot fixes
Inheritance support!
Inheritance support.
Mapper.Register<Source, Destination>()
.Include<SubSource, SubDestination>();
Hot fix for .net 45
Hot fix for .net 45
.Net core support and minor fixes
.Net core support and minor fixes:
- .Net Core support!
- Mapper.RegisterCustom is not used when source value is default.
- Exception Message Typo.
- When the member names are the same configuration is ignored.
- Guid NULL Check
Here are the details: https://github.com/fluentsprings/ExpressMapper/issues?q=is%3Aissue+milestone%3A1.8.2+is%3Aclosed
Flattening support
1.8.1 Setting 1.8.1 release and adding updated Expressmapper.nuspec
New features and bug fixes
Major bug fixes & performance improvements
Major bug fixing for mapping with destination, compilation granularity level improvements and performance improvements.
Hotfix - IQueryable projection - IList, ICollection destination property support
Hotfix - IQueryable projection - IList, ICollection destination property support
non-functional minor fix
non-func : IMappingServiceProvider removing named optional parameters
IQueryable projections and bug fixes
- new: Real support for IQueryable without casting to IEnumerable (Projections)
- fix: Non-generic mapping with destination bug
- new: Custom member mapping - bug
For more details : https://github.com/expressmapper/ExpressMapper/issues?q=is%3Aissue+milestone%3A1.6+is%3Aclosed