This repository has been archived by the owner on Dec 2, 2023. It is now read-only.
Releases: 1eyewonder/ExceptionAll
Releases · 1eyewonder/ExceptionAll
v6.0.0
What's Changed
- Update issue templates by @1eyewonder in #5
- Project Break Out by @1eyewonder in #4
- Documentation by @1eyewonder in #7
- v6.0.0 by @1eyewonder in #8
Full Changelog: v4.0.0...v6.0.0
v4.0.0
Complete redesign:
-Changed how developer configures the error response container
-Changed how developer creates new custom details
-Added Swagger example documentation models
-Simplified/cleaned up how developer sets up ExceptionAll in Program.cs
v3.1.1
Added the ability for users to be able to add error details during manual response creation
v3.0.0
Upgrade to .NET 6 and added base class
v2.0
-Added extension methods for startup injection
-Made IActionResultService ILogger private
-Removed ErrorResponse dependency on the IActionResultService
-Refactored IErrorResponse methods
-Added unit testing
-Updated README
v1.1
Updated startup configuration to be done in a fluent manner
v1.0
Updated project properties