Skip to content

Releases: fluentsprings/ExpressMapper

Hot fixes

Inheritance support!

18 Jan 04:42
Compare
Choose a tag to compare

Inheritance support.

Mapper.Register<Source, Destination>()
                .Include<SubSource, SubDestination>();

Hot fix for .net 45

13 Sep 04:47
Compare
Choose a tag to compare

Hot fix for .net 45

.Net core support and minor fixes

06 Sep 04:45
Compare
Choose a tag to compare

.Net core support and minor fixes:

  1. .Net Core support!
  2. Mapper.RegisterCustom is not used when source value is default.
  3. Exception Message Typo.
  4. When the member names are the same configuration is ignored.
  5. Guid NULL Check

Here are the details: https://github.com/fluentsprings/ExpressMapper/issues?q=is%3Aissue+milestone%3A1.8.2+is%3Aclosed

Flattening support

10 Apr 03:08
Compare
Choose a tag to compare
1.8.1

Setting 1.8.1 release and adding updated Expressmapper.nuspec

New features and bug fixes

01 Feb 04:15
Compare
Choose a tag to compare

Major bug fixes & performance improvements

28 Nov 07:11
Compare
Choose a tag to compare

Major bug fixing for mapping with destination, compilation granularity level improvements and performance improvements.

Hotfix - IQueryable projection - IList, ICollection destination property support

13 Nov 05:46
Compare
Choose a tag to compare

Hotfix - IQueryable projection - IList, ICollection destination property support

non-functional minor fix

06 Nov 04:55
Compare
Choose a tag to compare

non-func : IMappingServiceProvider removing named optional parameters

IQueryable projections and bug fixes

05 Nov 09:40
Compare
Choose a tag to compare
  • 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