Skip to content

Releases: fluentsprings/ExpressMapper

Hot fixes

Choose a tag to compare

@anisimovyuriy anisimovyuriy released this 28 Feb 05:07

Inheritance support!

Choose a tag to compare

@anisimovyuriy anisimovyuriy released this 18 Jan 04:42

Inheritance support.

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

Hot fix for .net 45

Choose a tag to compare

@anisimovyuriy anisimovyuriy released this 13 Sep 04:47

Hot fix for .net 45

.Net core support and minor fixes

Choose a tag to compare

@anisimovyuriy anisimovyuriy released this 06 Sep 04:45

.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

Choose a tag to compare

@anisimovyuriy anisimovyuriy released this 10 Apr 03:08
1.8.1

Setting 1.8.1 release and adding updated Expressmapper.nuspec

New features and bug fixes

Choose a tag to compare

@anisimovyuriy anisimovyuriy released this 01 Feb 04:15

Major bug fixes & performance improvements

Choose a tag to compare

@anisimovyuriy anisimovyuriy released this 28 Nov 07:11

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

Hotfix - IQueryable projection - IList, ICollection destination property support

Choose a tag to compare

@anisimovyuriy anisimovyuriy released this 13 Nov 05:46

Hotfix - IQueryable projection - IList, ICollection destination property support

non-functional minor fix

Choose a tag to compare

@anisimovyuriy anisimovyuriy released this 06 Nov 04:55

non-func : IMappingServiceProvider removing named optional parameters

IQueryable projections and bug fixes

Choose a tag to compare

@anisimovyuriy anisimovyuriy released this 05 Nov 09:40
  • 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