balazsbotond / urlcat

A URL builder library for JavaScript.
https://urlcat.org
MIT License
1.82k stars 57 forks source link

Don’t allow missing, null or undefined path parameters #13

Closed balazsbotond closed 3 years ago

balazsbotond commented 4 years ago

We should throw an Error instead of silently continuing and leaving the path parameter placeholder in the rendered path.

harshilparmar commented 4 years ago

@balazsbotond you are right 👍

harshilparmar commented 4 years ago

@balazsbotond I have done this,I will do pr in #12

balazsbotond commented 3 years ago

@harshilparmar I've just released a new version (v2.0.3) which means your work is now live! 🎉

harshilparmar commented 3 years ago

@balazsbotond Ohh great 🥳 🎉