Skip to content

Releases: wintoncode/Winton.DomainModelling.AspNetCore

2.0.0

19 Jan 16:13
0b449a4
Compare
Choose a tag to compare

Changes

  • Updated to target netstandard2.1
  • Use C#10 language features
  • Updated test project to .NET6.0
  • Use Github actions for build pipeline
  • Removed DomainExceptionFilter and ErrorResponse

1.3.0

28 Aug 13:36
Compare
Choose a tag to compare

New Features

  • ConflictError now mapped to a 409 conflict response within ToActionResult

1.2.0

16 Apr 12:51
6936d2d
Compare
Choose a tag to compare

New Features

  • Added ToActionResult extension method to convert Result<TData> to an IActionResult

Deprecated (Will be removed in 2.0)

  • DomainExceptionFilter - Domain models should instead return Result<TData> and then convert to an IActionResult in the controller using the extension methods provided by this library.
  • ErrorResponse - ProblemDetails are now used to convey errors to client in the case of failures.

1.1.0

16 Apr 12:46
ac267f3
Compare
Choose a tag to compare

First open source release