This repository has been archived by the owner on Jul 19, 2020. It is now read-only.
Allow paths and queries to exist after a fragment #197
Labels
breaking change
This change will result in a broken build or differing behavior in end-user crates.
enhancement
New feature or request
low priority
Other work will take precedence over this. Speed of work may be dependent on external interest.
Description
To better support fragment/hash routing and to make that experience more consistent with the rest of the library, the parser for the routing syntax should recognize paths and queries where possible after a fragment has begun.
This would allow capture groups like
{*}
and{3}
to have a specific meaning in a fragment context if they are used in a path-like position.The text was updated successfully, but these errors were encountered: