packages feed

servant-to-elm-0.4.0.0: CHANGELOG.md

# Changelog for servant-to-elm

## Unreleased changes

## 0.4.0.0

- Make endpoints that return NoContent (HTTP status code 204) return `()` on the Elm side, and remove instances for the `NoContent` type

## 0.3.1.0

- Update to `elm-syntax-0.2.0.0`, adding simplification of the generated definitions.

## 0.3.0.0

- Add support for multipart forms

## 0.2.0.0

- Update code with changes from `haskell-to-elm-0.2.0.0`

## 0.1.0.0

- Initial release