All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning 2.0.0.
v1.1.0 - 2016-03-31
- Added missing XML documentation to extension methods.
- Created this
CHANGELOGfile. - Adding overload to the
GetTypeMapping<>()extension method with option to throw exception if theTypehasn'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
MappedColumnsproperty to theIMappedTypeinterface to provide easier access to the mapped column info. - Adding
CopyMappingsFrom<T>(MappedType<T>, IMappedType)extension method to make it easier to copy mappings betweenMappedTypeinstances
v1.0.1 - 2016-03-30
-
Bumped version # to fix incorrect dependency configuration in
.nuspecfile.NOTE: There were no code changes in this version.
v1.0.0 - 2016-03-30
- Initial release
- Published as NuGet Package
Dapper.FluentColumnMapping