OSDN Git Service

Merge branch 'feature/find_by_name'
[php-libraries/Router.git] / src / Router.php
2020-02-25 frostbaneMerge branch 'feature/find_by_name' develop master 2.0.4
2020-02-25 frostbaneadd find route by name
2020-02-03 frostbaneMerge branch 'feature/has_route' into develop 2.0.3
2020-02-03 frostbaneadd method to check if a matching route exists
2019-12-10 frostbaneMerge branch 'feature/routing' into develop 2.0.2
2019-12-10 frostbanesearch route in reverse
2019-11-28 frostbaneMerge branch 'feature/routing' 2.0.1
2019-11-28 frostbaneRouter::match throws Exception when no match
2019-11-28 frostbaneMerge branch 'feature/routing' into develop
2019-11-28 frostbanefix route regex and router matching
2019-11-28 frostbaneadd more route unit tests
2019-11-27 frostbaneMerge branch 'feature/routing' into develop
2019-11-27 frostbanefix unit tests
2019-10-17 alvinMerge branch 'feature/alvin/routing' into develop 1.3.0
2019-10-17 alvinバッファーの追加
2017-04-03 Jefersson NathanMerge pull request #117 from lpotherat/patch-1
2017-04-03 lpotheratAdded delimiter parameter to preg_quote
2017-03-31 lpotheratFix in Router::generate()
2017-03-18 Antoine PousMerge pull request #113 from antoine-pous/fix-110
2017-03-18 Antoine PousMerge pull request #112 from antoine-pous/github
2017-03-18 Antoine PousMerge pull request #111 from antoine-pous/fix-109
2017-03-18 Antoine PousFix issue #109
2017-03-09 Antoine PousMerge pull request #102 from antoine-pous/master
2017-03-09 Antoine PousFix wrong matches count #101
2017-03-09 Antoine PousFix broken pattern #101
2017-01-10 Jefersson NathanMerge pull request #90 from dannyvankooten/minor-change...
2017-01-10 Jefersson NathanMerge pull request #93 from dannyvankooten/hotfix/phpcs
2017-01-10 Jefersson NathanMerge branch 'master' into hotfix/phpcs
2016-12-25 Jefersson NathanMerge pull request #92 from dannyvankooten/enhancement...
2016-12-25 Jefersson NathanMerge pull request #97 from dannyvankooten/strong-compa...
2016-12-25 Jefersson NathanMerge pull request #95 from dannyvankooten/clean-up...
2016-12-23 Jefersson NathanMerge pull request #99 from dannyvankooten/use-psr...
2016-12-23 Jefersson NathanUse \Fig\Http\Message\RequestMethodInterface to referen...
2016-12-23 Jefersson NathanMerge pull request #98 from dannyvankooten/use-single...
2016-12-23 Jefersson Nathanreplace quotes to avoid unexpected behavior on regex
2016-12-23 Jefersson Nathanremove unused variable
2016-12-23 Jefersson Nathanmove disconnected statement from foreach loop
2016-12-23 Jefersson Nathanuse strong comparators
2016-12-22 Jefersson NathanMerge pull request #94 from dannyvankooten/ignore-compo...
2016-12-22 Jefersson Nathanphpcs: blank line found at end of control structure
2016-12-22 Jefersson Nathanphpcs: expected 1 space after IF keyword
2016-12-22 Jefersson NathanMerge pull request #91 from dannyvankooten/use-preg_quo...
2016-12-19 Jefersson NathanUse preg_quote on regex as for security reasons
2016-10-27 Antoine PousMerge remote-tracking branch 'upstream/master'
2016-05-24 Jefersson NathanMerge pull request #77 from jackmakiyama/fix/url-match
2016-05-24 Jack MakiyamaFixes the match route comparison just for left direction.
2016-04-21 Jefersson NathanPsr-4 complains