OSDN Git Service

Merge branch 'feature/find_by_name'
[php-libraries/Router.git] / src /
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 frostbaneadd checking method visibility
2019-11-28 frostbaneMerge branch 'feature/routing' into develop
2019-11-28 frostbanefix route regex and router matching
2019-11-28 frostbaneecho result if printable
2019-11-28 frostbaneadd method reflection and parameter sorting
2019-11-28 frostbaneadd more route unit tests
2019-11-28 frostbanedispatch route with a custom instance
2019-11-27 frostbaneMerge branch 'feature/routing' into develop
2019-11-27 frostbanefix unit tests
2019-11-27 frostbane(try to) fix unit tests
2019-10-17 alvinMerge branch 'feature/alvin/routing' into develop 1.3.0
2019-10-17 alvinバッファーの追加
2018-04-29 Jefersson NathanFix bug related to #124
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 PousFix issue #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 #103 from antoine-pous/master 1.2.0-alpha
2017-03-09 Antoine PousMerge config params with query params #101
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-30 Antoine PousMerge pull request #85 from antoine-pous/master
2016-10-27 Antoine PousFix issue #69 and properly implement PR #65 & #67 ...
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 NathanRemove null initialization
2016-04-21 Jefersson NathanUse single quotes when possible
2016-04-21 Jefersson NathanGroup `isset` calls
2016-04-21 Jefersson Nathansimplify current logic
2016-04-21 Jefersson Nathanfix subsequent align
2016-04-21 Jefersson NathanPsr-4 complains
2016-04-21 Jefersson NathanMerge pull request #74 from duylecampos/hotfix-1.1.3
2016-03-07 Duyle CamposRemove wrong index sum
2016-02-10 Jefersson NathanMerge pull request #72 from pine3ree/patch-1
2016-02-10 maks feltrinavoid calling getName twice per route
2015-12-22 Jefersson NathanMerge pull request #68 from duylecampos/hotfix-1.1.2
2015-11-04 Duyle CamposRefactor route to check number of parameters received
2015-10-18 Antoine PousTry to load class constructor when method name is not...
2015-10-18 Antoine pousMerge pull request #1 from dannyvankooten/master
2015-10-07 Jefersson NathanMerge pull request #66 from endelwar/full-test-coverage
2015-10-06 Jefersson NathanMerge pull request #63 from endelwar/fix-named-routes
2015-09-27 Manuel Dalla Lana100% test coverage
2015-09-27 Manuel Dalla LanaFix named routes
2015-09-25 Jefersson NathanMerge pull request #61 from endelwar/enhance-tests
2015-09-25 Manuel Dalla LanaPSR2 compatibility
2015-09-25 Manuel Dalla Lanaconvert short array syntax to a php5.3+ compatible one
2015-09-20 Jefersson NathanMerge pull request #60 from duylecampos/hotfix-1.1.0
2015-09-18 Duyle CamposRefactor router to check currentDir before replace
2015-08-13 Jefersson NathanMerge pull request #57 from malukenho/bug/url-match
2015-08-12 Jefersson NathanTrim slash on url, solve bug
2015-07-25 Jefersson NathanRemove old internal variable docummentor
2015-07-25 Jefersson NathanAdd IDE hint
2015-06-15 Jefersson NathanRemove trim $requestUrl
2015-06-15 Jefersson NathanMake possible to use PHPRouter on a subpath folder...
2015-06-15 Jefersson NathanDocblocks align
2015-06-15 Jefersson Nathan #56 - Fix use filter on named parameters
2015-06-15 Jefersson NathanFix IDE hint
2015-06-15 Jefersson NathanMerge pull request #54 from Antoine-Pous/master
2015-06-15 Jefersson NathanMerge remote-tracking branch 'jarednova/fix_psr_0'
2015-04-07 Antoine pousAdded parameters by name
2015-03-26 Jefersson NathanMerge pull request #53 from palicao/doc-fix
2015-03-09 Jefersson NathanMerge pull request #52 from palicao/syntax-fixes
2015-03-08 palicaoModified method name also for config loading
2015-03-08 palicaoChanged method name to avoid Strict Standards: Declarat...
2015-03-08 palicaoSmall syntax fixes to avoid PHP notices and to pass...
2015-02-03 Jefersson NathanMerge pull request #49 from malukenho/hotfix/declare...
2015-02-03 malukenhoBack port array long syntax
2015-02-03 malukenhoFix align of equals on constructor method
next