Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: lapsule/js-url

Tags

v1.7.6

Toggle v1.7.6's commit message
Updated parameters to return "null" rather than empty string if not s…

…et at all

v1.7.5

Toggle v1.7.5's commit message
Updating to version 1.7.5

v1.7.4

Toggle v1.7.4's commit message
Updating to version 1.7.4

v1.7.3

Toggle v1.7.3's commit message
Added jQuery manifest file

v1.7.2

Toggle v1.7.2's commit message
Fix for proper path parsing when there is a hash and no query string.

v1.7.1

Toggle v1.7.1's commit message
Incremented minor version

v1.7.0

Toggle v1.7.0's commit message
Fixes / Updates

-fixed host and domain reversed
-updated host to hostname
-added support for multiple protocols (not just http/https)
-added support for auth,user,pass
-added support for "scheme-less" url, ex: //github.com
-fix to normalize path to always end in '/' (IE fix)
-added indexing for domain parts

v1.6.0

Toggle v1.6.0's commit message
Renamed to url from uri

v1.5.0

Toggle v1.5.0's commit message
Added optional url argument

v1.4.0

Toggle v1.4.0's commit message
Added port and protocol options