Releases: juanmbellini/error-handler
2.1.0-RELEASE
This new version of the error handler includes generics support for handling results, as well as some bugs being resolved.
Check https://github.com/juanmbellini/error-handler/milestone/4?closed=1 for more information.
2.0.0-RELEASE
This new version of the error handler includes custom configuration support, defining some abstract configuration classes to be extended, and by creating the ErrorHandlerFactory
object, which can be used to create an ErrorHandler
by passing to it the packages to be scanned for ExceptionHandler
objects.
1.0.2-RELEASE
This release adds Spring Boot Dependency Management Project, in order to let it set dependencies versions.
1.0.1-RELEASE
This version fix a bug in which filtering was not applied well.
Check https://github.com/juanmbellini/error-handler/milestone/2?closed=1 for more information.
1.0.0-RELEASE
This is the first release of the project.