issues
search
evancz
/
url-parser
Parse URLs into nicely structured data
http://package.elm-lang.org/packages/evancz/url-parser/latest/
BSD 3-Clause "New" or "Revised" License
114
stars
29
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update reference to union types to custom types
#58
jpierson
closed
6 years ago
1
Support for nested routes
#57
youroff
closed
6 years ago
1
cannot download ktonon fork
#56
gaul
closed
6 years ago
2
Feature Request: Scotty-like route creation
#55
Qqwy
closed
6 years ago
1
parseLocation doesn't handle base href values that are not "/"
#54
justinrassier
opened
6 years ago
0
Validate non empty string segment
#53
crypticmind
opened
6 years ago
1
Minor bug at the comment section of the 'oneOf' function
#52
frantaz
opened
6 years ago
1
First argument to `custom` is not used any more. Caused confusion among some users.
#51
wking-io
closed
6 years ago
1
The note in README about query parameters is not true anymore
#50
Janiczek
opened
6 years ago
1
Remove outdated note from README
#49
robx
closed
6 years ago
2
Adds ability to parse repeated query parameters
#48
97jaz
closed
6 years ago
2
Doc typo: missing a `s` in the `oneOf` example
#47
magopian
closed
6 years ago
2
Get "the rest" of a URL
#46
slashmili
closed
6 years ago
2
Problem in dependency evancz/url-parser 2.0.1 -- Navigation 2.1.0 breaks the compile
#45
RobertFischer
closed
6 years ago
5
Compile error about package constraints
#44
mccrodp
closed
7 years ago
4
Adds doc tests.
#43
ktonon
closed
5 years ago
2
Behaviour of "string" parser does not match example in docs
#42
ktonon
closed
5 years ago
6
Requests about query parameters
#41
evancz
opened
7 years ago
0
Get "the rest" of a URL
#40
evancz
opened
7 years ago
0
Get Params Without Parsing Url
#39
ghivert
closed
7 years ago
3
Decode path segments before parsing
#38
benjajaja
closed
7 years ago
6
Fix typo in documentation comment
#37
ulrikstrid
closed
7 years ago
2
Support query params with no values.
#36
amilner42
closed
7 years ago
4
Page not found when using parser
#35
meherhowji
closed
7 years ago
5
Is there way to get tail of the URL ?
#34
deem0n
closed
7 years ago
2
Add example for multiple query parameters
#33
rofrol
closed
6 years ago
7
Use decodeUri on path segments
#32
sethwklein
opened
7 years ago
1
Self-referential type error when parsing (s "")
#31
hamnox
closed
7 years ago
2
Allow parsing remaining segments
#30
michalmuskala
closed
7 years ago
4
'Problem in dependency evancz/url-parser 2.0.1'
#29
Socratic1
closed
7 years ago
2
Learning Elm, and trying to read this source. What *is* a Parser!?
#28
colinta
closed
7 years ago
2
Ignore the real query parameters when using hash, expect #whatever?key=value instead
#27
SergKam
opened
7 years ago
10
fix typo: add argument to custom parser example
#26
drzhbe
closed
7 years ago
2
Add "remaining" parser to handle pages not found.
#25
eraviart
closed
7 years ago
2
Improper semantics with multiple query parameters and (<?>)
#24
ckoster22
closed
7 years ago
3
Example with query params doesn't work
#23
ckoster22
closed
7 years ago
2
Adds required query param functions
#22
benpence
closed
7 years ago
2
Parsing empty hash doesn't work
#21
rogeriochaves
closed
7 years ago
4
parseHash + stringParam not working
#20
littleStudent
closed
7 years ago
2
Reverse path
#19
AdrianRibao
closed
7 years ago
4
Update Example & Readme for v2.0.0 & Elm v0.18
#18
prikhi
closed
7 years ago
2
<?> clashes with use of <?> in Bogdanp/combine
#17
sporto
closed
7 years ago
11
Add tests for parsePath and parseHash
#16
sporto
closed
7 years ago
4
Example shows use of UrlParser.format; does not exist in 2.0?
#15
inactivist
closed
7 years ago
9
Invalid example code for url-parser 1.0.0 under parse docs
#14
ckoster22
closed
8 years ago
2
Should QueryParsers fail, instead of succeeding with a Maybe?
#13
krisajenkins
closed
7 years ago
5
Question: How to parse recursive paths?
#12
arcmode
closed
8 years ago
4
How to get rest of path as string?
#11
ed-ilyin
closed
8 years ago
2
Tests
#10
sporto
closed
8 years ago
8
Fix examples in readme
#9
sporto
closed
8 years ago
2
Next