Skip to content

Commit

Permalink
Prepare release 0.3.0 (#12)
Browse files Browse the repository at this point in the history
* Update pubspec

* Update changelog
  • Loading branch information
Matthiee authored May 12, 2024
1 parent 8cc66ba commit a8fc4a2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.3.0

- Reworked `registerFactory` methods used on `RequestManager`, `EventManager` and `PipelineConfigurator` to be extension methods (#9)
- The built-in `EventHandler`, `RequestHandler` and `PipelineBehavior` are now immutable (#9)
- Only 1 pipeline behavior will be returned if the same instance is registered multiple times using `register` and `registerGeneric` methods (#10)
- `RequestManager.unregister` added (#11)

## 0.2.0

- `RequestManager.send` now only accepts a single generic argument, `TResponse`, which is the type of the response body. The `TRequest` type argument has been removed. The type of the Response will be inferred based on the given `Request<Response>` (#3)
Expand Down
6 changes: 5 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ name: dart_mediator
description: >
A simple yet highly configurable Mediator implementation
that allows sending requests and publishing events.
version: 0.2.0
version: 0.3.0
repository: https://github.com/MatthiWare/mediator.dart
issue_tracker: https://github.com/MatthiWare/mediator.dart/issues

topics:
- mediator

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit a8fc4a2

Please sign in to comment.