Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider special route patterns #1

Closed
ohager opened this issue Sep 17, 2016 · 2 comments
Closed

Consider special route patterns #1

ohager opened this issue Sep 17, 2016 · 2 comments

Comments

@ohager
Copy link
Owner

ohager commented Sep 17, 2016

Currently, only URL variables (i.e. path/:id) are parsed. See, how to treat more advanced patterns, like path/(:id), or /**/*.jpg

@ohager
Copy link
Owner Author

ohager commented Sep 26, 2016

in v0.0.6a all routes with '*' (asterisk) in path are ignored (no navigation function creation)

@ohager
Copy link
Owner Author

ohager commented Oct 7, 2016

since v0.07a optional path variables, e.g path/(:var) are considered

@ohager ohager closed this as completed Oct 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant