From 989e418cc28d93982a2f5ae9de564ce94f00fbb8 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 2 Aug 2019 13:52:51 +0200 Subject: Put spaces between tokens in the pretty printer --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d50dcd..f80477c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ All notable changes to this project will be documented in this file. ### Changed - `Operation` includes now possible operation name which allows to support documents with multiple operations. +- `Language.GraphQL.Encoder.document` and other encoding functions take a + `Formatter` as argument to distinguish between minified and pretty printing. ### Removed - Unused `Language.GraphQL.Encoder.spaced`. -- cgit v1.2.3