Skip to content

Commit 74c10d3

Browse files
committed
Prepare release.
1 parent 64298b9 commit 74c10d3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG-ELM-PACKAGE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
## [Unreleased]
1111

12+
## [5.0.11] - 2022-09-14
13+
14+
### Fixed
15+
16+
- JSON objects are not valid in GraphQL because object properties are unquoted in GraphQL syntax. This release includes a fix that will remove quotes from JSON object properties in the serialized GraphQL query to make them valid GraphQL syntax. Note that not all JSON can be made valid with this approach because some keys need to be quoted (see [#606](https://github.com/dillonkearns/elm-graphql/issues/606) for a discussion of a possible approach to handle those cases). This release fixes [#570](https://github.com/dillonkearns/elm-graphql/issues/570). See [#605](https://github.com/dillonkearns/elm-graphql/pull/605). Thank you [@SiriusStarr](https://github.com/SiriusStarr) for the fix!
17+
1218
## [5.0.10] - 2022-06-20
1319

1420
### Changed

elm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "dillonkearns/elm-graphql",
44
"summary": "Type-safe GraphQL queries in Elm.",
55
"license": "BSD-3-Clause",
6-
"version": "5.0.10",
6+
"version": "5.0.11",
77
"exposed-modules": [
88
"Graphql.Operation",
99
"Graphql.Http",

0 commit comments

Comments
 (0)