tag:github.com,2008:https://github.com/adjaya-dev/FastRoute/releasesRelease notes from FastRoute2018-02-13T20:26:39Ztag:github.com,2008:Repository/180636999/v1.3.02018-02-13T20:26:39Zv1.3.0: Make shape fields explicitly nullable<p>This adds compatibility for HHVM >= 3.23 and removes compatibility<br>
for HHVM < 3.23.</p>henningjanssentag:github.com,2008:Repository/180636999/v1.2.02017-01-19T11:35:12Zv1.2.0<p>Make RouteCollector members protected</p>nikictag:github.com,2008:Repository/180636999/v1.1.02016-10-20T17:36:47Zv1.1.0: Have git ignore composer files<p>Not sure why there isn't one already. Just more convenient, I think.</p>Wardevourtag:github.com,2008:Repository/180636999/v1.0.12016-06-12T19:08:51Zv1.0.1<p>Use type-strict comparison</p>yyinsomniatag:github.com,2008:Repository/180636999/v1.0.02016-04-18T11:33:20Zv1.0.0<p>Add example for multiple optional parts</p>nikictag:github.com,2008:Repository/180636999/v0.8.02016-03-25T23:46:52Zv0.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>bwoebitag:github.com,2008:Repository/180636999/v0.7.02015-12-20T19:50:12Zv0.7.0: Merge pull request #83 from fredemmott/fastroute-hhi<p>HHI: Change the options arrays for dispatchers to shapes</p>nikictag:github.com,2008:Repository/180636999/v0.6.02015-06-18T19:15:47Zv0.6.0: Simplify implementation for optionals<p>Drop the manual parsing code, use regex.</p>nikictag:github.com,2008:Repository/180636999/v0.5.02015-05-15T16:58:32Zv0.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>nikictag:github.com,2008:Repository/180636999/v0.4.02015-02-26T15:33:07Zv0.4.0<p>Add PHP 7 to Travis</p>nikic