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

First argument to `custom` is not used any more. Caused confusion among some users. #51

Closed wking-io closed 6 years ago

wking-io commented 6 years ago

If you have time in your crazy schedule the first argument to custom which was originally used for error messages is no longer used and caused some confusion in the #beginner thread on Slack. Just wanted to point that out in case you had time to remove it!

Have a good day!

evancz commented 6 years ago

Thanks for the report! The new API lives at https://github.com/elm-lang/url. Do you mind seeing if it is still there in that API? If so, can you open an issue there with an example of the issue? (The new version will come out with 0.19)