We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8072115 commit 73fc054Copy full SHA for 73fc054
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Unreleased changes
4
5
+## 0.4.0.0
6
+
7
+- Make endpoints that return NoContent (HTTP status code 204) return `()` on the Elm side, and remove instances for the `NoContent` type
8
9
## 0.3.1.0
10
11
- Update to `elm-syntax-0.2.0.0`, adding simplification of the generated definitions.
package.yaml
@@ -1,5 +1,5 @@
1
name: servant-to-elm
-version: 0.3.1.0
+version: 0.4.0.0
github: "folq/servant-to-elm"
license: BSD3
author: "Olle Fredriksson"
0 commit comments