Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Releases: henkmollema/Dapper-FluentMap

v1.4.1

01 Mar 08:26
Compare
Choose a tag to compare

Version using latest Dapper release (v1.42)

Version 1.4.0

19 Nov 10:56
Compare
Choose a tag to compare

See milestone v1.4.0.

  • Breaking: Drop .NET 3.5 support
  • Use thread-safe dictionary for entity mappings

Version 1.3.4

13 Mar 09:20
Compare
Choose a tag to compare

See milestone v1.3.4

  • Breaking: Typo in FluentMapper.Intialize - #27
  • Transformations are now case-insensitive - #20
  • Optional namespaces argument in ForEntitiesInCurrentAssembly 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

17 Nov 08:27
Compare
Choose a tag to compare
  • Implemented FindExplicitConstructor method of the SqlMapper.ITypeMape inteface in MultiTypeMap - issue #16.
  • Updated Dapper to v1.38.

Version 1.3.2

17 Jul 09:22
Compare
Choose a tag to compare
  • Updated Dapper to v1.27.
  • Added .NET 3.5 support (csproj and assemblies). Issue #14.

Version 1.3.1

11 Jul 10:55
Compare
Choose a tag to compare
  • 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

27 Jun 10:59
Compare
Choose a tag to compare
  • Added Dapper.FluentMap.Dommel. Issue #12.
  • Modified some core API's to provide extensibility.

Version 1.2.1

23 Jun 10:49
Compare
Choose a tag to compare
  • Added support for case insensitive column name mapping. Issue #11.
  • Added check for duplicate property maps. Issue #3.

Version 1.2

05 Jun 18:58
Compare
Choose a tag to compare
  • Added basic transformation functionality (issue #6, see docs).
  • Small improvements.

Version 1.1.1

22 May 07:11
Compare
Choose a tag to compare
  • Fixed issue #5
  • FluentMapConfiguration.AddConvention now accepts a generic type paramater with the convention type rather than the instance.