rgrempel / elm-route-url

Router for single-page-apps in Elm
http://package.elm-lang.org/packages/rgrempel/elm-route-url/latest
MIT License
196 stars 16 forks source link

Update to version 13 of the sporto/erl dependency #31

Closed rgrempel closed 6 years ago

rgrempel commented 6 years ago

Fixes #28

rgrempel commented 6 years ago

That seems to do it.

The changes mainly relate to the examples and the RouteBuilder module, rather than the core of RouteUrl itself.

This would skip sporto/erl versions 11 and 12, since version 13 has some new API which is handy to use. I suppose there could be people who want to use versions 11 or 12. It would be possible to write this up in a way that supports 11 through 13 -- perhaps that would be better, in principle.

rgrempel commented 6 years ago

I've switched things so that it will work with sporto/erl 11, 12 or 13, in case there are people wanting an older erl version for one reason or another.