issues
search
websanova
/
js-url
url() - A simple, lightweight url parser for JavaScript
http://www.websanova.com
MIT License
1.93k
stars
204
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
How to get in touch regarding a security concern
#70
JamieSlome
opened
2 years ago
0
Works incorrect in case of using wiredep grunt task
#69
ravbetsky
closed
4 years ago
4
fileext returns wrong extention for names with a dot
#68
websirnik
closed
6 years ago
1
Issues parsing multidimensional array arguments
#67
maxguru
opened
6 years ago
0
Issues parsing array arguments?
#66
maxguru
opened
6 years ago
2
Issues parsing arguments that are arrays with non-numeric keys
#65
maxguru
opened
6 years ago
0
Domain parsing error
#64
shidhincr
opened
6 years ago
0
domain undefined
#63
ko06
closed
6 years ago
1
domain parse error
#62
riyue
closed
6 years ago
1
some domains is not defined
#61
gizmooo
closed
7 years ago
7
domain is wrong
#60
riyue
closed
7 years ago
1
mailto query string does not get parsed
#59
websirnik
closed
7 years ago
2
url('?poo'); // null should be -> undefined
#58
j717273419
closed
7 years ago
1
Do not parse URLs with #
#57
Borogosha
closed
7 years ago
1
path don't return trailing slash
#56
Andey-d
closed
7 years ago
1
Added AMD define module name
#55
ChromeQ
closed
7 years ago
0
AMD module
#54
aripalo
closed
7 years ago
6
.NET NuGet Package
#53
davyfarr
closed
6 years ago
2
if # is before ?, it won't parse ? prameter
#52
dotku
closed
7 years ago
1
grunt-contrib-* should be put into devDependencies
#51
hustcer
closed
4 years ago
13
Add AMD support
#50
holyzfy
closed
7 years ago
1
TLD list needs to be updated!
#49
tobsn
closed
4 years ago
3
TypeError: split[i].match is not a function
#48
Arthur-Z
closed
8 years ago
1
Seems like url('domain' .. always return undefined
#47
linuxenko
closed
8 years ago
3
unreachable code after return
#46
ernscht
closed
8 years ago
2
use for loop instead of for in loop for array
#45
ernscht
closed
8 years ago
1
don't you have bower version?!
#44
dotku
closed
8 years ago
3
Missing field argument in the example
#43
gskema
closed
8 years ago
1
url('file') is undefined with url end with no extension
#42
horans
closed
8 years ago
4
Handle params after hash, format example: #details?id=1
#41
steveseeger
closed
8 years ago
1
can not got query param when there's multiple ? eg: http://xxx.com?k=v#/a/b?k2=v2
#40
xiwc
closed
9 years ago
6
Fixed library to work with IE8
#39
urodoz
closed
9 years ago
2
url.min.js BUG
#38
hgati
closed
9 years ago
8
Publish a bower package
#37
ssreekanth
closed
9 years ago
4
Support .xyz and .ly tlds
#36
ssreekanth
closed
9 years ago
1
Fix for the query param value contains `=`
#35
xiwc
closed
9 years ago
1
Decode querystring values
#34
bcipolli
closed
9 years ago
1
alternate URI schemes
#33
thedamon
closed
9 years ago
1
Add support for array of values
#32
jnwatts
closed
9 years ago
4
Decode location.href to get consistent results on Firefox
#31
peterpoe
closed
9 years ago
1
Broken link
#30
tarampampam
closed
9 years ago
0
double decoding resulting in incorrect params when query string contains any of URL-encoding characters
#29
Parth-Brahmbhatt
closed
10 years ago
1
Make it work with NPM?
#28
bettiolo
closed
9 years ago
6
Added support for running in node where there is no window object
#27
bettiolo
closed
10 years ago
1
Error in handling of port for https schema
#26
bettiolo
closed
11 years ago
0
Document the difference between url("?prop") returning null and undefined.
#25
bennebbenneb
closed
11 years ago
1
Removed the invalid tests where the domain was used as a resource
#24
bettiolo
closed
11 years ago
2
Added tests for the path component RFC3986 section 3.3 that allows empty path
#23
bettiolo
closed
11 years ago
3
Fix for 'jQuery' is undefined error when running js-url without jquery.
#22
bettiolo
closed
11 years ago
1
Added more tests for the path when the anchor is present
#21
bettiolo
closed
11 years ago
1
Next