Skip to content
This repository has been archived by the owner on Sep 13, 2019. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 327 Bytes

CHANGELOG.md

File metadata and controls

9 lines (7 loc) · 327 Bytes

Release Notes

4.0.0

  • Conn and Plug are now opaque.
  • Plug has been greatly simplified.
  • Simpler pipelines, just |> chains of Conn -> 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.