Skip to content

v20.58.0

Choose a tag to compare

@uNetworkingAB uNetworkingAB released this 25 Jan 00:49
· 115 commits to master since this release

Parameter routing fixes

Having multiple URL routes with differently named parameter segments at the same depth in the routing tree would cause the order of matching to be potentially different from what the documentation stated.

This release fixes that, and adds more testing for this scenario.