Releases: DevD4v3/SimpleResults
Releases · DevD4v3/SimpleResults
v4.0.0
What's Changed
- fix: lock FluentAssertions version to 7.x to prevent unintended upgrade by @DevD4v3 in #71
- Remove implicit conversion from Result class by @StuartFergusonVme in #72
New Contributors
- @StuartFergusonVme made their first contribution in #72
Full Changelog: v3.0.1...v4.0.0
v3.0.1
v3.0.0
v2.4.0
v2.3.2
v2.3.1
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.
v2.2.2
- docs: Indicate which properties of the Result object do not return null or vice versa. (#39, #40)
- chore: Add .NET 8 support for the SimpleResults.AspNetCore project. (#37, #41)
- feat: Add extension methods for the Fluent Validation library. (#38, #42)
- The package was published here: https://www.nuget.org/packages/SimpleResults.FluentValidation
- See the API documentation here.
- refactor: Add a default value to the
Idproperty ofCreatedGuidtype. (01d0857) - docs: Indicate the default value of the
ResultBase.Statusproperty. (421643c)
v2.2.1
- chore: Add .NET 6 support for ASP.NET Core project.
- style: Add missing comments to ToActionResult method
- style: Add a more understandable comment to the CriticalError status.
- style: Add comment to
errorsparameter of Result type methods. - style: Add comment to type param of the ToActionResult method.