Skip to content

Releases: alexander-87/Dapper.FluentColumnMapping

Version 1.1.0

01 Apr 03:00
Compare
Choose a tag to compare
  • Added missing XML documentation to extension methods.
  • Created this CHANGELOG file.
  • Adding overload to the GetTypeMapping<>() extension method with option to throw exception if the Type hasn't been registered.
  • Adding MapProperty(string) extension method to allow mapping properties using a string for the name instead of forcing the use of a LINQ expression.
  • Adding MappedColumns property to the IMappedType interface to provide easier access to the mapped column info.
  • Adding CopyMappingsFrom<T>(MappedType<T>, IMappedType) extension method to make it easier to copy mappings between MappedType instances

Fixed NuGet Package Dependencies

01 Apr 01:35
Compare
Choose a tag to compare

Bumped version # to fix incorrect dependency configuration in .nuspec file.

NOTE: There were no code changes in this version.

Version 1.0.0

01 Apr 01:18
Compare
Choose a tag to compare

Initial Release! 🎉 😎