|
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 | +## 2.2.1 - TBD |
| 6 | + |
| 7 | +### Added |
| 8 | + |
| 9 | +- Nothing. |
| 10 | + |
| 11 | +### Changed |
| 12 | + |
| 13 | +- Nothing. |
| 14 | + |
| 15 | +### Deprecated |
| 16 | + |
| 17 | +- Nothing. |
| 18 | + |
| 19 | +### Removed |
| 20 | + |
| 21 | +- Nothing. |
| 22 | + |
| 23 | +### Fixed |
| 24 | + |
| 25 | +- [#592](https://github.com/zendframework/zend-expressive/pull/592) fixes |
| 26 | + a v3 to v2 backwards port issue where the `Router\Middleware\DispatchMiddleware` |
| 27 | + is registered as an invokable and it should be registered with the |
| 28 | + `Router\Middleware\DispatchMiddlewareFactory`. This caused a |
| 29 | + "`DispatchMiddleware` already exists and cannot be overridden" exception. |
| 30 | + |
5 | 31 | ## 2.2.0 - 2018-03-12 |
6 | 32 |
|
7 | 33 | ### Added |
@@ -46,47 +72,47 @@ All notable changes to this project will be documented in this file, in reverse |
46 | 72 | - `Zend\Expressive\AppFactory`: if you are using this, you will need to switch |
47 | 73 | to direct usage of `Zend\Expressive\Application` or a |
48 | 74 | `Zend\Stratigility\MiddlewarePipe` instance. |
49 | | - |
| 75 | + |
50 | 76 | - `Zend\Expressive\ApplicationConfigInjectionTrait`: if you are using it, it is |
51 | 77 | marked internal, and deprecated; it will be removed in version 3. |
52 | | - |
| 78 | + |
53 | 79 | - `Zend\Expressive\Container\NotFoundDelegateFactory`: the `NotFoundDelegate` |
54 | 80 | will be renamed to `Zend\Expressive\Handler\NotFoundHandler` in version 3, |
55 | 81 | making this factory obsolete. |
56 | | - |
| 82 | + |
57 | 83 | - `Zend\Expressive\Delegate\NotFoundDelegate`: this class becomes |
58 | 84 | `Zend\Expressive\Handler\NotFoundHandler` in v3, and the new class is added in |
59 | 85 | version 2.2 as well. |
60 | | - |
| 86 | + |
61 | 87 | - `Zend\Expressive\Emitter\EmitterStack`: the emitter concept is extracted from |
62 | 88 | zend-diactoros to a new component, zend-httphandlerrunner. This latter |
63 | 89 | component is used in version 3, and defines the `EmitterStack` class. Unless |
64 | 90 | you are extending it or interacting with it directly, this change should not |
65 | 91 | affect you; the `Zend\Diactoros\Response\EmitterInterface` service will be |
66 | 92 | directed to the new class in that version. |
67 | | - |
| 93 | + |
68 | 94 | - `Zend\Expressive\IsCallableInteropMiddlewareTrait`: if you are using it, it is |
69 | 95 | marked internal, and deprecated; it will be removed in version 3. |
70 | | - |
| 96 | + |
71 | 97 | - `Zend\Expressive\MarshalMiddlewareTrait`: if you are using it, it is marked |
72 | 98 | internal, and deprecated; it will be removed in version 3. |
73 | | - |
| 99 | + |
74 | 100 | - `Zend\Expressive\Middleware\DispatchMiddleware`: this functionality has been |
75 | 101 | moved to zend-expressive-router, under the `Zend\Expressive\Router\Middleware` |
76 | 102 | namespace. |
77 | | - |
| 103 | + |
78 | 104 | - `Zend\Expressive\Middleware\ImplicitHeadMiddleware`: this functionality has been |
79 | 105 | moved to zend-expressive-router, under the `Zend\Expressive\Router\Middleware` |
80 | 106 | namespace. |
81 | | - |
| 107 | + |
82 | 108 | - `Zend\Expressive\Middleware\ImplicitOptionsMiddleware`: this functionality has been |
83 | 109 | moved to zend-expressive-router, under the `Zend\Expressive\Router\Middleware` |
84 | 110 | namespace. |
85 | | - |
| 111 | + |
86 | 112 | - `Zend\Expressive\Middleware\NotFoundHandler`: this will be removed in |
87 | 113 | version 3, where you can instead pipe `Zend\Expressive\Handler\NotFoundHandler` |
88 | 114 | directly instead. |
89 | | - |
| 115 | + |
90 | 116 | - `Zend\Expressive\Middleware\RouteMiddleware`: this functionality has been |
91 | 117 | moved to zend-expressive-router, under the `Zend\Expressive\Router\Middleware` |
92 | 118 | namespace. |
|
0 commit comments