-
Notifications
You must be signed in to change notification settings - Fork 156
Added hashchange listener #252
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
Conversation
CHANGELOG.md
Outdated
@@ -2,9 +2,14 @@ | |||
|
|||
## v0.4.2 | |||
- Added an `Init` struct, which can help with initial routing (Breaking) | |||
- Changed `Tag::Custom` to `Tag::from` (Breaking) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've updated from
function to accept more input types, no other changes, i.e. no breaking changes.
Should now work with hash and search, but is still double-firing; I suspect the |
@David-OConnor Ping me before merge, please, I would like to do review. |
Ready now, assuming it works on @flosse's end. |
@David-OConnor thanks a lot, now it works! |
I think we can merge it so we have this fix in |
Need to make
Url
parsing from string work with hash and search before merging; currently treats them as part ofpath
.