File tree Expand file tree Collapse file tree 1 file changed +61
-1
lines changed Expand file tree Collapse file tree 1 file changed +61
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file, in reverse chronological order by release.
4
4
5
- ## 0.1.0 - TBD
5
+ ## 0.2.1 - 2019-01-10
6
6
7
7
### Added
8
8
9
+ - Adds documentation of all capabilities.
10
+
11
+ - Adds ` EventDispatcherFactory ` , which also requires the second ` $serviceName `
12
+ argument during invocation. The argument is assumed to be the class name of an
13
+ ` EventDispatcherInterface ` implementation, and this class is instantiated
14
+ using the value of the ` ListenerProviderInterface ` service.
15
+
16
+ - Adds ` ListenerShouldQueue ` , a marker interface indicating that the listener
17
+ can be safely deferred for asynchronous invocation.
18
+
19
+ ### Changed
20
+
21
+ - Registers all listener providers and all event dispatchers as container services.
22
+
23
+ ### Deprecated
24
+
9
25
- Nothing.
10
26
27
+ ### Removed
28
+
29
+ - Nothing.
30
+
31
+ ### Fixed
32
+
33
+ - Nothing.
34
+
35
+ ## 0.2.0 - 2019-01-09
36
+
37
+ ### Added
38
+
39
+ - Adds support for the 0.7.0 version of the PSR-14 specification.
40
+
41
+ ### Changed
42
+
43
+ - ` ErrorTaskProcessor ` was renamed to ` ErrorEmittingDispatcher ` .
44
+
45
+ - ` TaskProcessor ` was renamed to ` EventDispatcher ` .
46
+
47
+ - The various ` ListenerProviderInterface ` implementations were updated to use
48
+ ` object ` typehints, instead of ` EventInterface ` (as the latter is no longer part
49
+ of the spec).
50
+
51
+ ### Deprecated
52
+
53
+ - Nothing.
54
+
55
+ ### Removed
56
+
57
+ - ` Notifier ` was removed, as it is no longer part of the specification.
58
+
59
+ - ` StoppableTaskTrait ` was removed, as it is now part of fig/event-dispatcher-util.
60
+
61
+ ### Fixed
62
+
63
+ - Nothing.
64
+
65
+ ## 0.1.0 - 2018-08-15
66
+
67
+ ### Added
68
+
69
+ - Adds support for the 0.3.0 version of the PSR-14 specification.
70
+
11
71
### Changed
12
72
13
73
- Nothing.
You can’t perform that action at this time.
0 commit comments