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`