garycourt / uri-js

An RFC 3986 compliant, scheme extendable URI parsing/validating/normalizing/resolving library for JavaScript
Other
306 stars 68 forks source link

make validation optional, fixes #12 #17

Closed bkw closed 7 years ago

bkw commented 8 years ago

this PR tries to do what @garycourt announced in #12, making validation optional. Feedback welcome.

garycourt commented 7 years ago

I've removed validation in v3, so this PR is no longer needed.