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 for Elm 0.16 #7

Closed rgrempel closed 8 years ago

rgrempel commented 8 years ago

At the moment, I'm blocked on elm-history -- once that is updated, I can look at what is needed here.

amitaibu commented 8 years ago

Looking forward to it :)

rgrempel commented 8 years ago

So, I'm basically blocked on https://github.com/elm-lang/package.elm-lang.org/pull/124 or https://github.com/TheSeamau5/elm-history/pull/3 -- I suppose it doesn't matter to me which one gets accepted! It's hard to predict how long that will last.

If anyone just wants elm-route-hash running with 0.16, I can achieve that by putting the elm-history native code inside elm-route-hash -- the down-side is that I wouldn't be able to publish that to the package repository -- you'd have to install elm-route-hash manually, by copying it into your source code. So, I'm not eager to do that, but it's not hard for me to do if someone wants it.

amitaibu commented 8 years ago

@rgrempel I'd suggest, let's wait a week or so for your package to be published - the alternative of adding native to this lib isn't much nicer.

rgrempel commented 8 years ago

elm-community/elm-history has now been published:

http://package.elm-lang.org/packages/elm-community/elm-history/1.0.1/

So, I should have elm-route-hash updated soon.

amitaibu commented 8 years ago

Awesome!

rgrempel commented 8 years ago

The update has now been published in the package repository.