Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 2.68 KB

CHANGELOG.md

File metadata and controls

38 lines (25 loc) · 2.68 KB

0.0.9 (Next)

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

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)