Skip to content

Latest commit

 

History

History
76 lines (42 loc) · 2.35 KB

Changelog.md

File metadata and controls

76 lines (42 loc) · 2.35 KB

v6.1.0 (20.071.2019) Pull Request

Changes

  • Updated Shared.Core to 7.1.0 [MINOR]
  • Updated Backend.Core to 7.1.0 [MINOR]

v6.0.0 (26.01.2019) Pull Request

Changes

  • Updated reference to Shared.Core [MAJOR]
  • Updated reference to Backend.Core [MAJOR]

v5.1.0 (23.06.2019) Pull Request

Changes

  • Updated reference to Shared.Core [MINOR]
  • Updated reference to Backend.Core [MINOR]

v5.0.0 (19.06.2019) Pull Request

Changes

  • Updated reference to Shared.Core [MAJOR]
  • Updated version od Dapper and Dapper.Contrib [PATCH]

v4.0.0 (21.05.2019) Pull Request

Changes

  • Added implementation of DapperDataContext that supports all repository actions. Currently it supports Custom SQL mappings and automatically generated SQL based on Dapper.Contrib [MAJOR]
  • Added IDapperMapping interface for defining custom sql mapping for dapper [MAJOR]
  • Added IDapperSqlGenerator and it's implementation MappingsSqlGenerator to support custom SQL registration [MAJOR]
  • Added automatic registration of Dapper custom sql mappings through AddAllDapperMappings extension method [MAJOR]
  • Upgraded Backend.Core version to support CustomQuery [MAJOR]

v3.0.1 (12.05.2019) Pull Request

Changes

  • Updated reference to Backend.Core [PATCH]

v3.0.0 (12.05.2019) Pull Request

Changes

  • Updated reference to Backend.Core [MAJOR]

v2.0.0 (19.04.2019) Pull Request

Changes

  • Updated reference to Shared.Core [MAJOR]

v1.0.2 (08.04.2019) Pull Request

Changes

  • Added package icon [PATCH]

v1.0.1 (07.04.2019) Pull Request

Changes

  • updated packages version to most recent [PATCH]

v1.0.0 (03.03.2019) Pull Request

Changes

  • Initial set of interfaces and base classes [MAJOR]