Conn
andPlug
are now opaque.Plug
has been greatly simplified.- Simpler pipelines, just
|>
chains ofConn -> Conn
functions. However pipelines can still send responses and terminate the connection early. - A single update function (just like an Elm SPA).
- Proper JavaScript interop.
This repository has been archived by the owner on Sep 13, 2019. It is now read-only.