Skip to content

Releases: juanmbellini/error-handler

2.1.0-RELEASE

22 Sep 23:24
Compare
Choose a tag to compare

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

14 Feb 09:40
1142d84
Compare
Choose a tag to compare

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

13 Feb 02:42
a33962a
Compare
Choose a tag to compare

This release adds Spring Boot Dependency Management Project, in order to let it set dependencies versions.

1.0.1-RELEASE

13 Feb 01:58
Compare
Choose a tag to compare

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

10 Oct 09:59
Compare
Choose a tag to compare

This is the first release of the project.