You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG-ELM-PACKAGE.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
9
10
10
## [Unreleased]
11
11
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!
0 commit comments