v2.3.0
- feat: Translate from Result object to an implementation of
Microsoft.AspNetCore.Http.IResult
. (#43, #44)- This adds support for Minimal API responses.
- feat: Add implicit conversion from value to
Result<T>
. (#45, #47) - feat: Add implicit conversion from
Result<T>
to value. (#46, #48) - feat: Add an endpoint filter to translate the Result object to
Microsoft.AspNetCore.Http.IResult
. (#49, #50)- This adds support for Minimal API filters.