Skip to content

Releases: AElfProject/AOPExceptionModule

AOPExceptionHandler v1.8.2

29 Oct 10:30
Compare
Choose a tag to compare
  • Fixed throw strategy exception type mismatch bug

AOPExceptionHandler v1.8.1

28 Oct 07:26
Compare
Choose a tag to compare
  • Fixed throw Exception issue with other Exception types

AOPExceptionHandler v1.8.0

21 Oct 07:02
Compare
Choose a tag to compare
  • .netstandard2.1 support
  • Added interface for exception handler attribute

AOPExceptionHandler v1.7.0

15 Oct 10:35
Compare
Choose a tag to compare

New Feature

  • Allow handler method to be protected or private

AOPExceptionHandler v1.6.2

14 Oct 05:54
Compare
Choose a tag to compare

AOPExceptionHandler v1.6.1

14 Oct 05:46
Compare
Choose a tag to compare
  • Updated README.md

AOPExceptionHandler v1.6.0

14 Oct 03:16
Compare
Choose a tag to compare
  • LogTargets
  • Continue ExceptionHandlerStrategy

AOP Exception Handler v1.5.0

11 Oct 08:09
Compare
Choose a tag to compare

New Features

  1. Added ReturnDefault property to return value instead of using method

AOP Exception Handler v1.4.0

11 Oct 03:50
Compare
Choose a tag to compare
  • Changed to depend on Orleans 7.0.0 instead

AOP Exception Handler v1.3.0

10 Oct 16:33
Compare
Choose a tag to compare

New Features

  1. Message attribute property can be set to output customized message for when exception is logged.