Skip to content

Releases: jasny/switch-route

v0.2.1 - PHP 8.1+

28 Aug 23:43
b8cacc5
Compare
Choose a tag to compare

Update dev dependencies and minimal PHP version

v0.2.0 - Use FQCN by default for controller and action.

09 Sep 20:34
9643965
Compare
Choose a tag to compare

Instead of converting pretty names to controller names automatically, this needs to be done explicitly by passing a callback to the Invoker constructor.

Case sensitivity fixes

03 Sep 03:05
d060a31
Compare
Choose a tag to compare
Pre-release

Fixes found by infection (thanks to @yaroslavche) with case sensitivity.

v0.1.0 - Initial pre-release

10 Aug 00:50
b1ec786
Compare
Choose a tag to compare
Pre-release
Updated README.

Added benchmark results. Reduced the 10x claim, as FastRoute with cache performs pretty well (but `SwitchRoute` is still better).