From 731d4977250fa7fec132712d1dfe06dc8d3332e2 Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Sun, 22 Mar 2020 02:03:00 -0600 Subject: [PATCH] Release GraphQL-Client 0.603 * Allow deep formatting with csv,tsv,table. * Fix Unicode issues. --- Changes | 4 ++++ README.md | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 718fb8c..92d2e0e 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,10 @@ Revision history for GraphQL-Client. {{$NEXT}} +0.603 2020-03-22 02:01:32-06:00 MST7MDT + * Allow deep formatting with csv,tsv,table. + * Fix Unicode issues. + 0.602 2020-03-17 18:27:46-06:00 MST7MDT * Add support for GRAPHQL_CLIENT_OPTIONS environment variable. * Fix a slew of CLI option problems. diff --git a/README.md b/README.md index d188b99..b8247a8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ graphql - Command-line GraphQL client # VERSION -version 0.602 +version 0.603 # SYNOPSIS @@ -116,9 +116,10 @@ By default, the response structure is printed as-is from the server, and the pro When unpack mode is enabled, if the response completes with no errors, only the data section of the response is printed and the program exits 0. If the response has errors, the whole response -structure is printed as-is and the program exits 1. +structure is printed as-is and the program exits 1. See ["EXAMPLES"](#examples) to see what this looks like in +practice. -See ["EXAMPLES"](#examples). +Use `--no-unpack` to disable if unpack mode was enabled via `GRAPHQL_CLIENT_OPTIONS`. # FORMAT -- 2.43.0