File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 4.3.0 - 2019-10-05
4+
5+ ### Added
6+ - [ 2819] ( https://github.com/slimphp/Slim/pull/2819 ) Added description to addRoutingMiddleware()
7+ - [ 2820] ( https://github.com/slimphp/Slim/pull/2820 ) Update link to homepage in composer.json
8+ - [ 2828] ( https://github.com/slimphp/Slim/pull/2828 ) Allow URIs with leading multi-slashes
9+ - [ 2832] ( https://github.com/slimphp/Slim/pull/2832 ) Refactor ` FastRouteDispatcher `
10+ - [ 2835] ( https://github.com/slimphp/Slim/pull/2835 ) Rename ` pathFor ` to ` urlFor ` in docblock
11+ - [ 2846] ( https://github.com/slimphp/Slim/pull/2846 ) Correcting the branch name as per issue-2843
12+ - [ 2849] ( https://github.com/slimphp/Slim/pull/2849 ) Create class alias for FastRoute\RouteCollector
13+ - [ 2855] ( https://github.com/slimphp/Slim/pull/2855 ) Add list of allowed methods to HttpMethodNotAllowedException
14+ - [ 2860] ( https://github.com/slimphp/Slim/pull/2860 ) Add base path to ` $request ` and use ` RouteContext ` to read
15+
16+ ### Fixed
17+ - [ 2839] ( https://github.com/slimphp/Slim/pull/2839 ) Fix description for handler signature in phpdocs
18+ - [ 2844] ( https://github.com/slimphp/Slim/pull/2844 ) Handle base path by routeCollector instead of RouteCollectorProxy
19+ - [ 2845] ( https://github.com/slimphp/Slim/pull/2845 ) Fix composer scripts
20+ - [ 2851] ( https://github.com/slimphp/Slim/pull/2851 ) Fix example of 'Hello World' app
21+ - [ 2854] ( https://github.com/slimphp/Slim/pull/2854 ) Fix undefined property in tests
22+
23+ ### Removed
24+ - [ 2853] ( https://github.com/slimphp/Slim/pull/2853 ) Remove unused classes
25+
326## 4.2.0 - 2019-08-20
427
528### Added
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class App extends RouteCollectorProxy implements RequestHandlerInterface
3434 *
3535 * @var string
3636 */
37- public const VERSION = '4.2 .0 ' ;
37+ public const VERSION = '4.3 .0 ' ;
3838
3939 /**
4040 * @var RouteResolverInterface
You can’t perform that action at this time.
0 commit comments