Releases: ehsandavari/go-mediator
Releases · ehsandavari/go-mediator
v1.2.8
v1.2.7
mod
v1.2.6
update
v1.2.5
mod tidy
v1.2.4
refactor: refactor error handling to use a custom error type - Change the type name `Error` to `tError` - Modify the `stringer` code generation command to output to a specific file - Update the `Error` methods to use the new type name `tError` Signed-off-by: ehsandavari <[email protected]>
v1.2.3
refactor: update naming convention for mediator interfaces and structs - Change `handle` method to `Handle` in `iPipelineBehavior`, `iRequestHandler`, and `iNotificationHandler` interfaces - Change `handle` method to `Handle` in all corresponding structs - Update all method calls to use the new `Handle` method - No changes were made to `mediatr_test.go` Signed-off-by: ehsandavari <[email protected]>
v1.2.2
refactor: simplify error handling in notification handlers registration - Remove error checking when registering notification handlers - Simplify code by removing unnecessary error handling. Signed-off-by: ehsandavari <[email protected]>
v1.2.1
return handler error
v1.2.0
rename