elm-phoenix
elm-phoenix copied to clipboard
Elm 0.19 upgrade?
Hi Sascha,
Do you plan to upgrade this package to Elm0.19? I am afraid it may not be the case due to the fact that Elm 0.19 doesn't allow 3rd party native packages, but hope I'm wrong. Thanks!
Personally, I have no intention to put in the work to upgrade the package for Elm 0.19. But I would love to see somebody else helping out with this! I will merge any solid pull requests and I also have no problem with giving somebody else commit rights, after they made some pull requests :)
Also see #46
I have created an Elm 0.19 library which broadly retains the same API as this library. Not all the features are complete yet (e.g. Presence) but for many other use cases this should suffice, and the migration should not be too painful.
https://github.com/chazsconi/elm-phoenix-ports
Thanks @saschatimme for a great library which I have happily used and I hope you don't mind me porting the API.