v3.0.0
New Features
- #43. Added support for IResult and the minimal API (introduced in .NET 6).
- #8. Add methods / status for returning Conflict (409) HTTP code.
- #45. Add methods / status for returning 'Service Unavailable' (503) HTTP code.
Breaking changes
- #44. Rename
ActionResultConventions.Error...
properties to...Failed...
to match the names of the correspondingIDomainResult
methods.
Knowledge sharing
- #51. Suppressing automatic HTTP 400 responses on invalid DTO/model.