Skip to content

Releases: Rareloop/router

v3.2.1

13 Jul 19:12
Compare
Choose a tag to compare
Fix output of `getActionName()`

v3.2.0

13 Jul 18:45
Compare
Choose a tag to compare
Update CHANGELOG

v3.1.0

29 Jun 16:18
Compare
Choose a tag to compare
Update Change Log

v1.0.0: Always pass params to resolved target

25 Jul 14:04
Compare
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.