ElmCast / elm-node

Elm server side support
149 stars 20 forks source link

Moving towards 0.16 #7

Closed Istar-Eldritch closed 8 years ago

Istar-Eldritch commented 8 years ago

I was playing with this package when I found that some of the features were broken in 0.16, in this case the Native Show interface no longer exists. I couldn't find anything about it in the release notes so I just get rid of it and everything looks like its working fine.

Your project looks nice, I really want to play around with elm server side.

One question. Why this package is not in the public elm repository? I bet a good amount of people would be interested in contribute to it.

ajhager commented 8 years ago

Thank you for the PR! I actually needed to keep the show functionality, but it was just moved to the Utils package. I am working on adding more and getting it published.