sporto / elm-example-app

An example Elm single page application
436 stars 85 forks source link

Upgrade to Elm 0.18. #18

Closed lromanov closed 7 years ago

lromanov commented 7 years ago

That's an upgrade to elm 0.18, migration from evancz/elm-http to elm-lang/http, new navigation api and corresponding message changes.

sporto commented 7 years ago

Hi thanks so much for doing this.

However I cannot merge this directly into Master. This repo is broken into branches. Each branch corresponds to a section in the tutorial so people can compare their progress with a branch here. I need to do the upgrade from the starting branches and merge to the next one (master is the final thing).

I will use your work as reference. Sorry I cannot merge this.