tag:github.com,2008:https://github.com/sinus22/FastRoute/releases Tags from FastRoute 2018-02-13T20:26:39Z tag:github.com,2008:Repository/449961087/v1.3.0 2018-02-13T20:26:39Z v1.3.0: Make shape fields explicitly nullable <p>Make shape fields explicitly nullable</p> <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/449961087/v1.2.0 2017-01-19T11:35:12Z v1.2.0 nikic tag:github.com,2008:Repository/449961087/v1.1.0 2016-10-20T17:36:47Z v1.1.0: Have git ignore composer files <p>Have git ignore composer files</p> <p>Not sure why there isn't one already. Just more convenient, I think.</p> Wardevour tag:github.com,2008:Repository/449961087/v1.0.1 2016-06-12T19:08:51Z v1.0.1 yyinsomnia tag:github.com,2008:Repository/449961087/v1.0.0 2016-04-18T11:33:20Z v1.0.0 nikic tag:github.com,2008:Repository/449961087/v0.8.0 2016-03-25T23:46:52Z v0.8.0: Add fallback routes matching *any* method <p>Add fallback routes matching *any* method</p> <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/449961087/v0.7.0 2015-12-20T19:50:12Z v0.7.0: Merge pull request #83 from fredemmott/fastroute-hhi <p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/nikic/FastRoute/pull/83">nikic#83</a> from fredemmott/fastroute-hhi</p> <p>HHI: Change the options arrays for dispatchers to shapes</p> nikic tag:github.com,2008:Repository/449961087/v0.6.0 2015-06-18T19:15:47Z v0.6.0: Simplify implementation for optionals <p>Simplify implementation for optionals</p> <p>Drop the manual parsing code, use regex.</p> nikic tag:github.com,2008:Repository/449961087/v0.5.0 2015-05-15T16:58:32Z v0.5.0: Fix issue #50 <p>Fix issue <a class="issue-link js-issue-link" href="https://github.com/nikic/FastRoute/issues/50">nikic#50</a></p> <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/449961087/v0.4.0 2015-02-26T15:33:07Z v0.4.0 nikic