Skip to content

Releases: ehsandavari/go-mediator

v1.2.8

15 Sep 19:26
Compare
Choose a tag to compare

v1.2.7

15 Sep 19:25
Compare
Choose a tag to compare
mod

v1.2.6

07 Sep 09:24
Compare
Choose a tag to compare
update

v1.2.5

20 Jul 18:32
Compare
Choose a tag to compare
mod tidy

v1.2.4

25 Mar 21:12
Compare
Choose a tag to compare
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

25 Mar 20:29
Compare
Choose a tag to compare
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

25 Mar 20:20
Compare
Choose a tag to compare
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

20 Mar 16:33
Compare
Choose a tag to compare
return handler error

v1.2.0

18 Mar 23:56
Compare
Choose a tag to compare
rename