This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
Releases: henkmollema/Dapper-FluentMap
Releases · henkmollema/Dapper-FluentMap
v1.4.1
Version using latest Dapper release (v1.42)
Version 1.4.0
See milestone v1.4.0.
- Breaking: Drop .NET 3.5 support
- Use thread-safe dictionary for entity mappings
Version 1.3.4
See milestone v1.3.4
- Breaking: Typo in
FluentMapper.Intialize
- #27 - Transformations are now case-insensitive - #20
- Optional
namespaces
argument inForEntitiesInCurrentAssembly
method is now actually optional - #23 - Fixed KeyNotFound exception in Dommel resolvers - #25
- Implemented fallback for Dommel resolvers - #26
Dapper.FluentMap.Dommel v1.2 deploy.
Version 1.3.3
Version 1.3.2
- Updated Dapper to v1.27.
- Added .NET 3.5 support (csproj and assemblies). Issue #14.
Version 1.3.1
- Updated Dapper to v1.26.
- Deploy Dapper.FluentMap.Dommel v1.0.3:
- Fixed Dommel namespaces.
- Updated Dapper.FluentMap to v1.3.1.
- Updated Dommel to v1.1.
Version 1.3
- Added Dapper.FluentMap.Dommel. Issue #12.
- Modified some core API's to provide extensibility.
Version 1.2.1
Version 1.2
- Added basic transformation functionality (issue #6, see docs).
- Small improvements.
Version 1.1.1
- Fixed issue #5
- FluentMapConfiguration.AddConvention now accepts a generic type paramater with the convention type rather than the instance.