Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

12 lines (9 loc) · 1.01 KB

2.0.0 (2018-04-13)

Features

  • Added ability to use external variable inside of mappings, read Parameterized mappings for details.
  • Added ability to inject EF Context into mapping, read Query mappings for more details.
  • Both, external variables and context, can be used together: Paremeterized Query mappings.
  • Exception messages have been significantly improved, added a lot of descriptive messages that should help to understand problems with mappings.
  • Project documentation added here.
  • Unit tests added to cover most of possible usages of the library. Unit tests also can be used as additional documentation and examples for the project.