This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file, in reverse chronological order by release.
44
5+ ## 1.1.0 - TBD
6+
7+ ### Added
8+
9+ - [ #429 ] ( https://github.com/zendframework/zend-expressive/pull/429 ) adds
10+ ` Zend\Expressive\Application::getDefaultDelegate() ` as a
11+ forwards-compatibility measure for the upcoming version 2.0.0. Currently,
12+ it proxies to ` getFinalHandler() ` .
13+
14+ ### Changed
15+
16+ - [ #429 ] ( https://github.com/zendframework/zend-expressive/pull/429 ) updates the
17+ minimum supported zend-stratigility version to 1.3.3.
18+
19+ ### Deprecated
20+
21+ - [ #429 ] ( https://github.com/zendframework/zend-expressive/pull/429 ) deprecates
22+ the following methods and classes:
23+ - ` Zend\Expressive\Application::pipeErrorHandler() `
24+ - ` Zend\Expressive\Application::routeMiddleware() `
25+ - ` Zend\Expressive\Application::dispatchMiddleware() `
26+ - ` Zend\Expressive\Application::getFinalHandler() ` (this patch provides ` getDefaultDelegate() ` as a forwards-compatibility measure)
27+ - ` Zend\Expressive\Container\InvalidArgumentException `
28+ - ` Zend\Expressive\Container\NotFoundException `
29+ - ` Zend\Expressive\Container\TemplatedErrorHandlerFactory `
30+ - ` Zend\Expressive\Container\WhoopsErrorHandlerFactory `
31+ - ` Zend\Expressive\ErrorMiddlewarePipe `
32+ - ` Zend\Expressive\TemplatedErrorHandler `
33+ - ` Zend\Expressive\WhoopsErrorHandler `
34+
35+ ### Removed
36+
37+ - Nothing.
38+
39+ ### Fixed
40+
41+ - Nothing.
42+
543## 1.0.6 - 2017-01-09
644
745### Added
You can’t perform that action at this time.
0 commit comments