@@ -9,7 +9,7 @@ Third release candidate.
9
9
### Added
10
10
11
11
- [ #185 ] ( https://github.com/zendframework/zend-expressive/pull/185 )
12
- Support casting zend-view models to arrays
12
+ Support casting zend-view models to arrays.
13
13
- [ #192 ] ( https://github.com/zendframework/zend-expressive/pull/192 ) adds support
14
14
for specifying arrays of middleware both when routing and when creating
15
15
pipeline middleware. This feature is opt-in and backwards compatible; simply
@@ -18,14 +18,14 @@ Third release candidate.
18
18
or fully qualified class names that can be instantiated without arguments, and
19
19
which result in invokable middleware.
20
20
- [ #200 ] ( https://github.com/zendframework/zend-expressive/pull/200 ) adds a new
21
- interface, ` Zend\Expressive\Router\RouteResultObserverInterface ` .
22
- ` Zend\Expressive\Application ` now also defines two methods,
23
- ` attachRouteResultObserver() ` and ` detachRouteResultObserver ()` , which accept
24
- instances of the interface. During ` routeMiddleware() ` , all observers are
25
- updated immediately following the call to ` RouterInterface::match() ` with the
26
- ` RouteResult ` instance. This feature enables the ability to notify objects of
27
- the calculated ` RouteResult ` without needing to inject middleware into the
28
- system.
21
+ interface, ` Zend\Expressive\Router\RouteResultObserverInterface ` (since moved
22
+ to the zend-expressive-router package). ` Zend\Expressive\Application ` now
23
+ also defines two methods, ` attachRouteResultObserver ()` and
24
+ ` detachRouteResultObserver() ` , which accept instances of the interface. During
25
+ ` routeMiddleware() ` , all observers are updated immediately following the call
26
+ to ` RouterInterface::match() ` with the ` RouteResult ` instance. This feature
27
+ enables the ability to notify objects of the calculated ` RouteResult ` without
28
+ needing to inject middleware into the system.
29
29
- [ #81 ] ( https://github.com/zendframework/zend-expressive/pull/81 ) adds a
30
30
cookbook entry for creating 404 handlers.
31
31
@@ -35,7 +35,12 @@ Third release candidate.
35
35
36
36
### Removed
37
37
38
- - Nothing.
38
+ - [ #204 ] ( https://github.com/zendframework/zend-expressive/pull/204 ) removes the
39
+ ` Router ` and ` Template ` components, as they are now shipped with the following
40
+ packages, respectively:
41
+ - [ zendframework/zend-expressive-router] ( https://github.com/zendframework/zend-expressive-router )
42
+ - [ zendframework/zend-expressive-template] ( https://github.com/zendframework/zend-expressive-template )
43
+ This package has been updated to depend on each of them.
39
44
40
45
### Fixed
41
46
0 commit comments