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
CHANGELOG
file. - Adding overload to the
GetTypeMapping<>()
extension method with option to throw exception if theType
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 theIMappedType
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 betweenMappedType
instances
v1.0.1 - 2016-03-30
-
Bumped version # to fix incorrect dependency configuration in
.nuspec
file.NOTE: There were no code changes in this version.
v1.0.0 - 2016-03-30
- Initial release
- Published as NuGet Package
Dapper.FluentColumnMapping