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

The note in README about query parameters is not true anymore #50

Open Janiczek opened 6 years ago

Janiczek commented 6 years ago

The note

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.

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-parsers

This has confused people in the #beginners channel :)

process-bot commented 6 years ago

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.