Note: This library is meant to serve as a baseline for future URL parsers. For example, it does not handle query parameters and hashes right now. It is more to (1) get folks started using URL parsers and (2) help us gather data on exactly which scenarios people face.
The note
is not true as of version
2.0.1
of the package; the functions dealing with query parameters do exist: http://package.elm-lang.org/packages/evancz/url-parser/2.0.1/UrlParser#query-parameter-parsersThis has confused people in the #beginners channel :)