Skip to content

Releases: dotansimha/graphql-binding

v2.5.2

21 Jun 02:40
Compare
Choose a tag to compare

2.5.2 (2019-06-21)

Bug Fixes

  • deps: update dependency graphql-tools to v4.0.5 (6ed04af)

v2.5.1

07 Mar 17:24
f9ee758
Compare
Choose a tag to compare

2.5.1 (2019-03-07)

Bug Fixes

  • chores: Updated README links and LICENSE year/owner (533b553)
  • LICENSE: updated license owner (8e2e243)

v2.5.0

26 Jan 09:00
f2aaac3
Compare
Choose a tag to compare

2.5.0 (2019-01-26)

Features

  • Add disableCache option (f2aaac3)

v2.4.2

24 Jan 21:00
Compare
Choose a tag to compare

2.4.2 (2019-01-24)

Bug Fixes

  • deps: update dependency graphql-tools to v4.0.4 (e017805)

v2.4.1

06 Jan 01:10
2256d1d
Compare
Choose a tag to compare

2.4.1 (2019-01-06)

Bug Fixes

  • change the order of transformations (2256d1d)

v2.4.0

05 Jan 13:23
54caccb
Compare
Choose a tag to compare

2.4.0 (2019-01-05)

Features

  • support binding generation with sdl file (84828ec)

v2.3.8

24 Dec 09:28
50190cf
Compare
Choose a tag to compare

2.3.8 (2018-12-24)

Bug Fixes

  • Add GraphQLInterfaceType inside buildInfoForAllScalars (8ea063c)
  • Support GraphQLInterfaceType (f509e7a)

v2.3.7

11 Dec 13:56
Compare
Choose a tag to compare

2.3.7 (2018-12-11)

Bug Fixes

  • dependencies: Make graphql a direct dependency and eliminate webpack (22491a3)

v2.3.6

10 Dec 15:30
Compare
Choose a tag to compare

2.3.6 (2018-12-10)

Bug Fixes

  • Add support for nullable types (ee54b24), closes #197

v2.3.5

22 Nov 21:05
Compare
Choose a tag to compare

2.3.5 (2018-11-22)

Bug Fixes

  • Fix typings and bin directory creation (dba4098), closes #184