Skip to content

Releases: Rareloop/router

v6.2.0

Choose a tag to compare

@tommitchelmore tommitchelmore released this 13 May 12:12
cff74bc

What's Changed

Full Changelog: v6.1.0...v6.2.0

v6.1.0

Choose a tag to compare

@tommitchelmore tommitchelmore released this 04 Feb 12:00
235a369
Merge pull request #23 from Rareloop/chore/php-85

Support PHP 8.5

v3.2.1

Choose a tag to compare

@joelambert joelambert released this 13 Jul 19:12
Fix output of `getActionName()`

v3.2.0

Choose a tag to compare

@joelambert joelambert released this 13 Jul 18:45
Update CHANGELOG

v3.1.0

Choose a tag to compare

@joelambert joelambert released this 29 Jun 16:18
Update Change Log

v1.0.0: Always pass params to resolved target

Choose a tag to compare

@adamtomat adamtomat released this 25 Jul 14:04
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.