Skip to content

Tags: pboethig/FastRoute

Tags

v0.7.0

Toggle v0.7.0's commit message
Merge pull request nikic#83 from fredemmott/fastroute-hhi

HHI: Change the options arrays for dispatchers to shapes

v0.6.0

Toggle v0.6.0's commit message
Simplify implementation for optionals

Drop the manual parsing code, use regex.

v0.5.0

Toggle v0.5.0's commit message
Fix issue nikic#50

If the static route doesn't exist for the given method, try matching
against dynamic ones as well. Allowed methods are now collected from
both static and dynamic routes.

This changes the route data format, so cache is no longer valid --
maybe include a version identifier in the cache file?

v0.4.0

Toggle v0.4.0's commit message
Add PHP 7 to Travis

v0.3.0

Toggle v0.3.0's commit message
FastRoute 0.3.0

v0.2.0

Toggle v0.2.0's commit message
FastRoute 0.2.0

v0.1.0

Toggle v0.1.0's commit message
FastRoute 0.1.0