File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.3.1
2
+
3
+ - Avoid concurrent modification errors (#14 )
4
+ - Remove empty event handlers assert (#15 )
5
+ - Fix unhandled exception when using multiple concrete pipelines (#17 )
6
+
1
7
## 0.3.0
2
8
3
9
- Reworked ` registerFactory ` methods used on ` RequestManager ` , ` EventManager ` and ` PipelineConfigurator ` to be extension methods (#9 )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: dart_mediator
2
2
description : >
3
3
A simple yet highly configurable Mediator implementation
4
4
that allows sending requests and publishing events.
5
- version : 0.3.0
5
+ version : 0.3.1
6
6
repository : https://github.com/MatthiWare/mediator.dart
7
7
issue_tracker : https://github.com/MatthiWare/mediator.dart/issues
8
8
@@ -17,6 +17,6 @@ dependencies:
17
17
meta : ^1.9.0
18
18
19
19
dev_dependencies :
20
- lints : " >=3.0.0 <5.0.0"
20
+ lints : ' >=3.0.0 <5.0.0'
21
21
test : ^1.24.9
22
22
mocktail : ^1.0.1
You can’t perform that action at this time.
0 commit comments