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 ac04c9a commit 208bbb8Copy full SHA for 208bbb8
CHANGELOG-ELM-PACKAGE.md
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
10
## [Unreleased]
11
12
+## [5.0.9] - 2022-01-21
13
+
14
+### Fixed
15
16
+- Query params are now passed through for POST requests (they were always empty before).
17
18
## [5.0.8] - 2021-11-29
19
20
### Fixed
elm.json
@@ -3,7 +3,7 @@
3
"name": "dillonkearns/elm-graphql",
4
"summary": "Type-safe GraphQL queries in Elm.",
5
"license": "BSD-3-Clause",
6
- "version": "5.0.8",
+ "version": "5.0.9",
7
"exposed-modules": [
8
"Graphql.Operation",
"Graphql.Http",
0 commit comments