elm / url

Build and parse URLs. Useful for HTTP and "routing" in single-page apps (SPAs)
https://package.elm-lang.org/packages/elm/url/latest/
BSD 3-Clause "New" or "Revised" License
74 stars 43 forks source link

Example migration to elm 0.19 #18

Closed MrL1605 closed 3 years ago

MrL1605 commented 6 years ago

Updated example files for changes related to migration of elm 0.19. Related Open Issue: #8

Also added example for onUrlRequest in existing example.

hobnob commented 5 years ago

This PR has just been invaluable to me! I'm new to Elm and was getting quite frustrated that the examples were out of date, until I came across this :-)

Thanks for taking the time to do it!

evancz commented 3 years ago

Thank you!