tag:github.com,2008:https://github.com/adjaya-dev/FastRoute/releases Release notes from FastRoute 2018-02-13T20:26:39Z tag:github.com,2008:Repository/180636999/v1.3.0 2018-02-13T20:26:39Z v1.3.0: Make shape fields explicitly nullable <p>This adds compatibility for HHVM &gt;= 3.23 and removes compatibility<br> for HHVM &lt; 3.23.</p> henningjanssen tag:github.com,2008:Repository/180636999/v1.2.0 2017-01-19T11:35:12Z v1.2.0 <p>Make RouteCollector members protected</p> nikic tag:github.com,2008:Repository/180636999/v1.1.0 2016-10-20T17:36:47Z v1.1.0: Have git ignore composer files <p>Not sure why there isn't one already. Just more convenient, I think.</p> Wardevour tag:github.com,2008:Repository/180636999/v1.0.1 2016-06-12T19:08:51Z v1.0.1 <p>Use type-strict comparison</p> yyinsomnia tag:github.com,2008:Repository/180636999/v1.0.0 2016-04-18T11:33:20Z v1.0.0 <p>Add example for multiple optional parts</p> nikic tag:github.com,2008:Repository/180636999/v0.8.0 2016-03-25T23:46:52Z v0.8.0: Add fallback routes matching *any* method <p>These are strictly fallback handlers and only match after all other<br> routes have been tried. The target use case are path-specific 404<br> pages or similar.</p> bwoebi tag:github.com,2008:Repository/180636999/v0.7.0 2015-12-20T19:50:12Z v0.7.0: Merge pull request #83 from fredemmott/fastroute-hhi <p>HHI: Change the options arrays for dispatchers to shapes</p> nikic tag:github.com,2008:Repository/180636999/v0.6.0 2015-06-18T19:15:47Z v0.6.0: Simplify implementation for optionals <p>Drop the manual parsing code, use regex.</p> nikic tag:github.com,2008:Repository/180636999/v0.5.0 2015-05-15T16:58:32Z v0.5.0: Fix issue #50 <p>If the static route doesn't exist for the given method, try matching<br> against dynamic ones as well. Allowed methods are now collected from<br> both static and dynamic routes.</p> <p>This changes the route data format, so cache is no longer valid --<br> maybe include a version identifier in the cache file?</p> nikic tag:github.com,2008:Repository/180636999/v0.4.0 2015-02-26T15:33:07Z v0.4.0 <p>Add PHP 7 to Travis</p> nikic