File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed
Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 22
33All Notable changes to ` League\Route ` will be documented in this file
44
5+ ## 2.0.0 - 2016-02
6+
7+ ### Added
8+ - All routing and dispatching now built around PSR-7.
9+ - Can now group routes with prefix and match conditions.
10+ - Routes now stored against a specific ` Route ` object that describes the route.
11+ - New ` dispatch ` method on ` RouteCollection ` that is a compliant PSR-7 middleware.
12+ - Additional route matching conditions for scheme and host.
13+
14+ ## Changed
15+ - API rewrite to simplify.
16+ - API naming improvements.
17+ - Strategies now less opinionated about return from controller.
18+
519## 1.2.0 - 2015-08-24
620
721### Added
Original file line number Diff line number Diff line change @@ -33,18 +33,14 @@ The following versions of PHP are supported by this version.
3333* PHP 5.4
3434* PHP 5.5
3535* PHP 5.6
36- * HHVM
36+ * PHP 7
3737
3838## Documentation
3939
4040Route has [ full documentation] ( http://route.thephpleague.com ) , powered by [ Jekyll] ( http://jekyllrb.com/ ) .
4141
4242Contribute to this documentation in the [ gh-pages branch] ( https://github.com/thephpleague/route/tree/gh-pages/ ) .
4343
44- ## Todo
45-
46- - Add knowledge of variadic uri wildcard arguments to ` MethodArgumentStrategy ` . (Blocked by changes to Container).
47-
4844## Testing
4945
5046``` bash
@@ -57,8 +53,8 @@ Please see [CONTRIBUTING](https://github.com/thephpleague/route/blob/master/CONT
5753
5854## Credits
5955
60- - [ Nikita Popov] ( https://github.com/nikic )
6156- [ Phil Bennett] ( https://github.com/philipobenito )
57+ - [ Nikita Popov] ( https://github.com/nikic ) (FastRoute)
6258- [ All Contributors] ( https://github.com/thephpleague/route/contributors )
6359
6460All ` Orno\Route ` contributions can be found [ here] ( https://github.com/orno/route/graphs/contributors ) .
You can’t perform that action at this time.
0 commit comments