Skip to content

Commit 0e830c9

Browse files
committed
qa: Updates CHANGELOG
Adds entries for each of 0.1.0 and 0.2.0, and creates a new entry for the changes in 0.2.1.
1 parent 9f3a4a6 commit 0e830c9

File tree

1 file changed

+61
-1
lines changed

1 file changed

+61
-1
lines changed

CHANGELOG.md

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,72 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5-
## 0.1.0 - TBD
5+
## 0.2.1 - 2019-01-10
66

77
### Added
88

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+
925
- Nothing.
1026

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+
1171
### Changed
1272

1373
- Nothing.

0 commit comments

Comments
 (0)