Skip to content

Latest commit

 

History

History
88 lines (73 loc) · 8.34 KB

ChangeLog.md

File metadata and controls

88 lines (73 loc) · 8.34 KB

Change Log

2.2.0

  • Added async methods into facades.
  • Added checking for child UoW commit request.

2.1.8

2.1.7

2.1.6

  • DotvvmFacadeExtensions use interfaces instead of implementation now.

2.1.5

  • Added icon for NuGet packages.

2.1.4

2.1.3

2.1.2

2.1.1

2.1.0

  • Namespaces refactoring (PR #26)
    • Riganti.Utils.Infrastructure.Services.Smtp.Mailing namespace has been removed, all types moved to Riganti.Utils.Infrastructure.Services.Mailing namespace.
    • All *.Services.Logging.* namespaces renamed to *.Logging.* (Service part was removed).
  • Logging extended (edeab27)
  • ILogger and Severity moved to Riganti.Utils.Infrastructure.Core.
  • Added XUnitOutputLogger and NuGet package Riganti.Utils.Infrastructure.Testing.

These NuGet packages no longer exist:

  • Riganti.Utils.Infrastructure.Services.Logging
  • Riganti.Utils.Infrastructure.Services.Logging.ApplicationInsights
  • Riganti.Utils.Infrastructure.Services.Logging.Email
  • Riganti.Utils.Infrastructure.Services.Smtp

2.0.12

  • Fixed EntityFrameworkRepository.Delete(TKey id) method - attach fake entity only when not found in local context. (PR #24)
  • ISortableQuery<TQueryableResult> interface moved from QueryBase to IQuery. (PR #25)

2.0.11

  • Fixed AutoMapper extension methods for Entity Framework. (39e0dac)

2.0.10

  • Added CRUD facade permitions validation. (ba46bd6)

2.0.9

  • Add mapping from DTO to Entity to EntityDTOMapper. (PR #22)