Closed JSeligsohn closed 3 years ago
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
/yippee/abc
yippee/abc
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.
Fixed in 1.5.1, thanks for reporting <3
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