Skip to content

Commit 385c5a0

Browse files
committed
Changelog and Readme updates
1 parent 7bf9aa4 commit 385c5a0

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All 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

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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

4040
Route has [full documentation](http://route.thephpleague.com), powered by [Jekyll](http://jekyllrb.com/).
4141

4242
Contribute 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

6460
All `Orno\Route` contributions can be found [here](https://github.com/orno/route/graphs/contributors).

0 commit comments

Comments
 (0)