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

Optionally use full URL #6

Closed rgrempel closed 8 years ago

rgrempel commented 8 years ago

I should optionally allow clients to work from, and set, the full URL instead of just the hash. Though, I suppose the name of the module will become misleading!

I don't think it should actually be that hard to do, since from the module's point of view it's just a detail -- the harder work is arranging for the server to do the right thing when you do hit it with the full URL, but I don't have to worry about that!

rgrempel commented 8 years ago

This will be implemented in version 2.0 of elm-route-hash (for Elm 0.17).

rgrempel commented 8 years ago

This is now available in the published version 2.0.0 of elm-route-url.