All Versions
25
Latest Version
Avg Release Cycle
48 days
Latest Release
1089 days ago

Changelog History
Page 2

  • v1.1.0 Changes

    December 25, 2018

    ๐Ÿ”‹ Features

    • decode: Add support for passing options to the json decoder (#29) (f8425ac)
    • options: Allow to override connection options per request (#30) (30d99e5)
    • response: return a meaningful error when response is not JSON (#27) (32004b2)
  • v1.0.0 Changes

    October 15, 2018

    ๐Ÿ”‹ Features

    • query: Allow passing variables (ff82f0a), closes #25

    ๐Ÿ’ฅ BREAKING CHANGES

    • mutation/1 and mutation/2 are deprecated
    • query/2 is replaced by query/3 to allow passing variables in
  • v0.9.1 Changes

    September 21, 2018

    ๐Ÿ› Bug Fixes

    • headers: Use application/json content type with :as_json (f369555)
  • v0.9.0 Changes

    September 08, 2018

    ๐Ÿ”‹ Features

    • options: Allow to override options per request (6ba4b39), closes #18
  • v0.8.0 Changes

    August 22, 2018

    ๐Ÿ”‹ Features

    • query: Allow to send queries as json (#20) (c9689a8), closes #19
  • v0.7.0 Changes

    July 01, 2018

    ๐Ÿ”‹ Features

    • fragments: Allow to register fragments to fill queries automatically (5593fc6), closes #1
  • v0.6.0 Changes

    May 15, 2018

    ๐Ÿ”‹ Features

    • connection: ability to set HTTPoison connection options (#12) (c940965)
  • v0.5.1 Changes

    March 13, 2018

    ๐Ÿ“„ Docs

    • ๐Ÿ“„ docs(response): Adapt docs and tests to returning errors (495cf61)
  • v0.5.0 Changes

    March 13, 2018

    ๐Ÿ’ฅ BREAKING CHANGE

    Now the value of response.body will be %{ data: ..., errors: ... } instead of %{ ... } (only returning data).

    • fix(response): return errors alongside data (ce2534e)
  • v0.4.0 Changes

    February 27, 2018

    ๐Ÿ”‹ Features

    • deps: Upgrade httpoison to version 1.0 (7f65a61)