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

Update Example & Readme for v2.0.0 & Elm v0.18 #18

Closed prikhi closed 7 years ago

prikhi commented 7 years ago

Not sure what the best way to handle url updates is with Navigation 2.0.0, I added a UrlUpdate message and fed that to urlUpdate. If something should be done differently, please let me know.

Fixes #15

process-bot commented 7 years ago

Thanks for the pull request! 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.

evancz commented 7 years ago

Thanks! I actually created a simplified version of the example before the release, but forgot to commit it. It should be updated now though.