medialize / URI.js

Javascript URL mutation library
http://medialize.github.io/URI.js/
MIT License
6.26k stars 474 forks source link

directory function is prepending not appending #408

Open widevel opened 3 years ago

widevel commented 3 years ago

Hello. Maybe this is a bug or I don't know how to use the library

console.log(URI('https://www.npmjs.com/package/urijs').directory('build/').toString())

Should returns: https://www.npmjs.com/urijs/build

Returns: https://www.npmjs.com/build/urijs

regards