Skip to content

Releases: affecto/dotnet-Mapping

Mapper parameters and two-way deprecation

10 Jun 09:16
972aea7

Choose a tag to compare

  • Added a possibility to pass extra parameters to mappers.
  • Deprecated two-way mapping. This feature is going to be removed in a future major version.

Easier bootstrapping if used without Autofac

27 Mar 09:46
433e3ce

Choose a tag to compare

Register profiles and create mappers using a new MapperFactory class.

.NET Standard support

26 Mar 12:05
f2dcc5d

Choose a tag to compare

Merge pull request #9 from affecto/dotnetstandart_convertion

dotnet standard convertion

Support for AutoMapper 6 profiles

27 Jun 10:21

Choose a tag to compare

Merge pull request #8 from affecto/development

Removed TwoWayMappingProfile Configure method and moved the code to t…

AutoMapper 5.0.2

08 Jul 13:02

Choose a tag to compare

Updated to AutoMapper 5.0.2 to fix weird MissingMethodExceptions.

AutoMapper 5.0

30 Jun 10:33

Choose a tag to compare

Updated to use AutoMapper 5.0 (#5)

Updated to AutoMapper 5.0. Fixed a bug in scanning profiles from an assembly.

Mapper factory added and configuration building changes

08 Apr 11:23

Choose a tag to compare

Merge pull request #4 from affecto/development

Mapper factory added and configuration building changes

.NET 4.5.2 and the new AutoMapper instance-based API

29 Feb 07:43

Choose a tag to compare

  • Updated packages to .NET 4.5.2 because of the ended support of older versions.
  • Completely re-wrote AutoMapper implementation to use the new instance-based API and mapping profiles.
  • Added a new package containing extension methods for registering mapping profiles to Autofac container and configuring AutoMapper to use the profiles.

v1.0.0

19 Nov 08:24

Choose a tag to compare

Initial commit.