tag:github.com,2008:https://github.com/sinus22/FastRoute/releasesTags from FastRoute2018-02-13T20:26:39Ztag:github.com,2008:Repository/449961087/v1.3.02018-02-13T20:26:39Zv1.3.0: Make shape fields explicitly nullable<p>Make shape fields explicitly nullable</p>
<p>This adds compatibility for HHVM >= 3.23 and removes compatibility
<br />for HHVM < 3.23.</p>henningjanssentag:github.com,2008:Repository/449961087/v1.2.02017-01-19T11:35:12Zv1.2.0nikictag:github.com,2008:Repository/449961087/v1.1.02016-10-20T17:36:47Zv1.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>Wardevourtag:github.com,2008:Repository/449961087/v1.0.12016-06-12T19:08:51Zv1.0.1yyinsomniatag:github.com,2008:Repository/449961087/v1.0.02016-04-18T11:33:20Zv1.0.0nikictag:github.com,2008:Repository/449961087/v0.8.02016-03-25T23:46:52Zv0.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>bwoebitag:github.com,2008:Repository/449961087/v0.7.02015-12-20T19:50:12Zv0.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>nikictag:github.com,2008:Repository/449961087/v0.6.02015-06-18T19:15:47Zv0.6.0: Simplify implementation for optionals<p>Simplify implementation for optionals</p>
<p>Drop the manual parsing code, use regex.</p>nikictag:github.com,2008:Repository/449961087/v0.5.02015-05-15T16:58:32Zv0.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>nikictag:github.com,2008:Repository/449961087/v0.4.02015-02-26T15:33:07Zv0.4.0nikic