All Versions
6
Latest Version
Avg Release Cycle
18 days
Latest Release
1829 days ago
Changelog History
Changelog History
-
v0.4.1.0 Changes
March 20, 2020- ⚡️ Update to
elm-syntax-0.3.0.0
andhaskell-to-elm-0.3.0.0
, adding support for parameterised types
- ⚡️ Update to
-
v0.4.0.0 Changes
January 24, 2020- 🚚 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
-
v0.3.1.0 Changes
January 20, 2020- ⚡️ Update to
elm-syntax-0.2.0.0
, adding simplification of the generated definitions.
- ⚡️ Update to
-
v0.3.0.0 Changes
January 20, 2020- ➕ Add support for multipart forms
-
v0.2.0.0 Changes
December 20, 2019- ⚡️ Update code with changes from
haskell-to-elm-0.2.0.0
- ⚡️ Update code with changes from
-
v0.1.0.0 Changes
December 19, 2019- 🎉 Initial release