garycourt / uri-js

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

Release v3 #19

Closed garycourt closed 7 years ago

garycourt commented 7 years ago

Refactors URI.js to use modern Typescript & ES6+ development practices. Removes URI validation, fixing vulnerability. Fixes IPv6 parsing problems. Adds Bower support.