Skip to content

Latest commit

 

History

History
178 lines (92 loc) · 6.38 KB

File metadata and controls

178 lines (92 loc) · 6.38 KB

9.0.0 (2025-02-20)

Features

  • Update Autofac to 8.2.0
  • Update AutoMapper to 14.0.0 -> this change is a small breaking change since AutoMapper now requires a minimum of .NET 8.0

8.1.0 (2024-11-12)

Features

  • Update Autofac to 8.1.1

8.0.0 (2024-02-23)

Breaking changes

  • Update AutoMapper to 13.0.1 and target framework to NET6.0 as required by it now
  • Update Autofac to 8.0.0

7.2.0 (2023-09-10)

Features

  • Allow calling RegisterAutoMapper multiple times. Note that this is not compatible when using the official integration and this project together!
  • Upgrade Autofac to 7.1.0

7.1.0 (2022-11-23)

Features

  • Upgrade Autofac to 6.6.0

7.0.0 (2022-09-30)

Features

  • Upgrade AutoMapper to 12.0.0. For more details, please see the release notes of AutoMapper.

6.1.0 (2022-05-31)

Features

  • Upgrade Autofac to 6.4.0

6.0.1 (2022-02-04)

Chore

  • Update AutoMapper to 11.0.1

6.0.0 (2022-01-09)

Breaking changes

  • AutoMapper 11.0.0 dropped support for netstandard2.0. No only netstandard2.1 is supported

Features

  • Add support for AutoMapper 11.0.0

5.6.0 (2022-01-05)

Features

5.5.0 (2021-11-12)

Features

  • Add support for Autofac version 6.3.0

5.4.0 (2021-04-23)

Features

  • Add support for Autofac version 6.2.0

5.3.0 (2021-03-01)

Features

  • Add support for IValueConverter<,>. Implements issue #5.

5.2.0 (2021-01-01)

Features

  • Use different overload to register AutoMapper profiles so that profiles may contain dependencies. (#4)
  • Upgrade AutoMapper to version 10.1.1
  • Update Autofac to version 6.1.0

5.1.0 (2020-10-15)

Fixes

Features

  • Upgrade AutoMapper to version 10.1.0

5.0.0 (2020-09-29)

Breaking Changes

  • Autofac has been updated to version 6.0.0. This release contains many new features but also breaking-changes. Check out this blog-post for more information.

Deprecation notice

  • AddAutoMapper has been marked as deprecated and will be removed with version 6.0.0.

Features

  • New extensions were added that are more aligned with the Autofac syntax for registering dependencies. Please use RegisterAutoMapper instead of AddAutoMapper

4.0.0 (2020-07-15)

Features

  • Update AutoMapper to version 10.0.0

3.2.0 (2020-06-11)

Features

  • Update Autofac to version 5.2.0

3.1.0 (2020-02-22)

Features

  • Update Autofac to version 5.1.1
  • Expose MapperConfiguration as IConfigurationProvider as well

Chore

  • Optimize registration process and make sure that AutoMapper assemblies are excluded when scanning for types

3.0.0 (2020-01-29)

Breaking changes

  • Autofac has been updated to 5.0.0. The release of Autofac contains breaking changes, mostly making the container immutable. You can read more about the changes here.

2.0.1 (2019-12-26)

Chore

  • Update Autofac to version 4.9.4

2.0.0 (2019-08-12)

Breaking changes

  • AutoMapper has completely removed all static-apis. If you still rely on any of them, please check out this migration-guide.

Chore

  • Update AutoMapper to version 9.0.0

1.0.1 (2019-06-13)

Chore

  • Update AutoMapper to version 8.1.1

1.0.0 (2019-05-16)

Intial Release

  • Allow AutoMapper and it's components to be registered via an extension method for Autofac.

Additional Note

This package is the same as the latest version from CleanCodeLabs.AutoMapper.Extensions.Autofac.DependencyInjection. It has been moved to this repository and will be continued to be mantained here.