Skip to content

Latest commit

 

History

History
69 lines (42 loc) · 4.25 KB

CHANGELOG.md

File metadata and controls

69 lines (42 loc) · 4.25 KB

0.3.4 (Next)

  • Your contribution here.

0.3.2 (09/23/2018)

0.3.2 (07/03/2018)

  • #46: Fix issue with gathering error details when trying to_s on GraphQLError - @ashkan18.
  • #45: Drop Support for Ruby 2.2 and Lock RuboCop - @jonallured.

0.3.1 (04/17/2018)

0.3.0 (02/22/2018)

0.2.0 (11/09/2017)

  • #33: Added dsl for supporting parametrized queries/mutations - @ashkan18.
  • #34: Fix: don't convert variables to String - @dblock.

0.1.0 (10/27/2017)

  • #31: Fix: catch execution errors that don't contain field names - @dblock.

0.0.9 (10/26/2017)

  • #28: Raise errors in execute, not only query - @dblock.
  • #29: Added Graphlient::Adapters::HTTP::HTTPAdapter that replaces Faraday with Net::HTTP - @dblock.

0.0.8 (10/26/2017)

  • #27: Always raise an exception unless a query has succeeded - @dblock.

0.0.7 (10/24/2017)

0.0.6 (10/20/2017)

  • #14: Switch to graphql-client for network calls and schema validation - @ashkan18.
  • #17: Specialize server errors as Graphlient::Errors::Server - @dblock.
  • #13: Support named queries and make sure, this is braking change where we no longer support queries that don't start with query - @ashkan18.
  • #21: Added danger, PR linter - @dblock.
  • #17: Enable customizing of Faraday middleware - @dblock.
  • #19: Expose client.schema - @dblock.
  • #20: Added support for parameterized queries and mutations - @dblock.
  • #25: Added client.parse and client.execute to parse and execute queries separately - @dblock.

0.0.5 (10/5/2017)

0.0.4 (10/4/2017)

  • #8: Handle HTTP errors and raise Graphlient::Errors::HTTP on failure - @dblock.
  • #5: Added RuboCop, Ruby-style linter, CHANGELOG, CONTRIBUTING and RELEASING - @dblock.
  • #4: Refactored Graphlient::Client to take a URL and options, moved extensions - @dblock.

0.0.3 (10/3/2017)