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.