Skip to content

Latest commit

 

History

History
195 lines (82 loc) · 5.51 KB

CHANGELOG.md

File metadata and controls

195 lines (82 loc) · 5.51 KB

2.0.0 (2019-06-26)

chore

  • deps: Update poison to 4.0, mock to 0.3.3 and coverex to 1.5 (600db92)

BREAKING CHANGES

  • Now requires elixir >= 1.6

1.2.0 (2019-05-30)

Features

  • fragment: recursively embed fragments (3807d89)

1.1.1 (2019-03-14)

Bug Fixes

  • typespecs: Fix typespec for Neuron.query/3 (e267f8c), closes #31

1.1.0 (2018-12-25)

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)

1.0.0 (2018-10-15)

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

0.9.1 (2018-09-21)

Bug Fixes

  • headers: Use application/json content type with :as_json (f369555)

0.9.0 (2018-09-08)

Features

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

0.8.0 (2018-08-22)

Features

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

0.7.0 (2018-07-01)

Features

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

0.6.0 (2018-05-15)

Features

  • connection: ability to set HTTPoison connection options (#12) (c940965)

0.5.1 (2018-03-13)

Docs

  • docs(response): Adapt docs and tests to returning errors (495cf61)

0.5.0 (2018-03-13)

BREAKING CHANGE

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

  • fix(response): return errors alongside data (ce2534e)

0.4.0 (2018-02-27)

Features

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

0.3.1 (2017-09-05)

Bug Fixes

  • deps: Relax HTTPoison dependency version (405e748)

0.3.0 (2017-09-05)

Features

  • http: Make it possible to add custom headers (f54a9ff),

Bug Fixes

  • test: Update mock/meck to fix tests on elixir 1.5 (9768b69)

0.2.0 (2017-05-28)

Features

  • config: Allow to set url globally or for current process (3843326), closes #2

0.1.1 (2017-05-28)

Bug Fixes

  • logging: Remove unnecessary inspect (6ea9240)

0.1.0 (2017-05-28)

Features

  • neuron: interact with GraphQL endpoints ( version)