-
Notifications
You must be signed in to change notification settings - Fork 107
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
Pathname strips out /
#200
Comments
It's a bug |
This is the same underlying issue as #199. |
Okay, good to know. I'll have to revert to 1.4.7 in the meantime. |
3rd-Eden
added a commit
that referenced
this issue
Feb 18, 2021
Fixed in 1.5.1, thanks for reporting <3 |
This was referenced Mar 16, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like in v1.5.0, pathname no longer includes the initial
/
from the url. Is that intentional? A breaking change from v1.4.7?e.g.
url:
/yippee/abc
1.4.7 -> path =
/yippee/abc
1.5.0 -> path =
yippee/abc
The text was updated successfully, but these errors were encountered: