servant-to-elm v0.4.1.0 Release Notes
Release Date: 2020-03-20 // over 4 years ago-
- ⚡️ Update to
elm-syntax-0.3.0.0
andhaskell-to-elm-0.3.0.0
, adding support for parameterised types
- ⚡️ Update to
Previous changes from v0.4.0.0
-
- 🚚 Make endpoints that return NoContent (HTTP status code 204) return
()
on the Elm side, and remove instances for theNoContent
type
- 🚚 Make endpoints that return NoContent (HTTP status code 204) return