Skip to content

Releases: Rareloop/router

v6.1.0

04 Feb 12:00
235a369

Choose a tag to compare

Merge pull request #23 from Rareloop/chore/php-85

Support PHP 8.5

v3.2.1

13 Jul 19:12

Choose a tag to compare

Fix output of `getActionName()`

v3.2.0

13 Jul 18:45

Choose a tag to compare

Update CHANGELOG

v3.1.0

29 Jun 16:18

Choose a tag to compare

Update Change Log

v1.0.0: Always pass params to resolved target

25 Jul 14:04

Choose a tag to compare

Altorouter seems to always populate the params key in its response to `match` so we would never fall into the `else` block.

Have refactored to make the code simpler and more consistent.