unshiftio / url-parse

Small footprint URL parser that works seamlessly across Node.js and browser environments.
http://unshift.io
MIT License
1.03k stars 104 forks source link

[fix] Fixes relative path resolving #199 #200 #201

Closed 3rd-Eden closed 3 years ago

3rd-Eden commented 3 years ago

As per title, fixes the regression that was introduced in 1.5.0 by correctly prepending a / back into relative paths.