Skip to content

Releases: remix/ampersand-router

v4.1.0

09 Mar 22:06
v4.1.0
ecf5291
Compare
Choose a tag to compare

Changelog

  • Adds match functionality to router to match an existing route to get route parameter information without creating any navigation events. Example: const [route, personId] = router.match('person/1');