Releases: affecto/dotnet-Mapping
Releases · affecto/dotnet-Mapping
Mapper parameters and two-way deprecation
- 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
Register profiles and create mappers using a new MapperFactory class.
.NET Standard support
Merge pull request #9 from affecto/dotnetstandart_convertion dotnet standard convertion
Support for AutoMapper 6 profiles
Merge pull request #8 from affecto/development Removed TwoWayMappingProfile Configure method and moved the code to t…
AutoMapper 5.0.2
Updated to AutoMapper 5.0.2 to fix weird MissingMethodExceptions.
AutoMapper 5.0
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
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
- 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
Initial commit.