Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

36 lines (23 loc) · 1.63 KB

Change Log

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

  • 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

v1.0.1 - 2016-03-30

Changed

  • 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