Releases: quimcalpe/router
Releases · quimcalpe/router
0.3.0
Fix #2: MethodNotAllowedException not thrown
Fix #2: MethodNotAllowedException not thrown
Router::parse() is not throwing MethodNotAllowedException when other routes with same verb exists. Fixed testcase to catch this corner case and fix the issue.
Added docblocks to major public methods
Merged #1 (Added docblocks to major public methods) thanks to @ossobuffo
Symfony HTTP Foundation upgrade & Travis PHP7
- Upgrade symfony/http-foundation to 2.7
- Disallow PHP 7 errors on Travis
Symfony HTTP Foundation upgrade & Travis PHP7
- Upgrade symfony/http-foundation to 2.7
- Disallow PHP 7 errors on Travis
Performance gains and inline regexp
Performance gains and inline regexp
- Enable custom regexp in route definition "/route/{var:[0-9]+}"
- Add caching in route parsing, performance gains
Add sugar methods Router::add[Method]()
- Achieve 100% Test Coverage
- Add sugar methods for adding routes Router::addMethod (addGet, addPost...)
Document disableTrailingSlashCheck
Add documentation of disableTrailingSlashCheck method to README
Typos and comments
0.1.1 Small comment for clarity
First Release
0.1.0 Initial commit