X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fgraphql-client;a=blobdiff_plain;f=Changes;h=81b6bbd049b0e7de6795248fc3ec3b217da26de0;hp=d4835f5ef14677d7a3fd16312d2235919ec8b581;hb=HEAD;hpb=697f37637e11830cac0913e18aa7ebd41e6af508 diff --git a/Changes b/Changes index d4835f5..e777a60 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,24 @@ Revision history for GraphQL-Client. {{$NEXT}} - * Initial public release + +0.605 2022-03-29 19:39:31-06:00 America/Denver + * Fix bug preventing use of transport headers with CLI. (thanks jwrightecs) + +0.604 2020-03-22 03:44:44-06:00 MST7MDT + * Add --filter JSONPATH argument to CLI. + +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. + +0.601 2020-03-15 20:38:38-06:00 MST7MDT + * Rename "class" attribute to "transport_class". + +0.600 2020-03-15 18:08:57-06:00 MST7MDT + * Initial public release.