Skip to content

Releases: dotansimha/graphql-binding

v1.2.3

21 Feb 09:00
Compare
Choose a tag to compare

1.2.3 (2018-02-21)

Bug Fixes

  • deps: update dependency iterall to v1.2.1 (#55) (7902171)

v1.2.2

16 Feb 13:20
Compare
Choose a tag to compare

1.2.2 (2018-02-16)

Bug Fixes

  • deps: update dependency iterall to v1.2.0 (#51) (bc7ae34)

v1.2.1

14 Feb 10:47
Compare
Choose a tag to compare

1.2.1 (2018-02-14)

Bug Fixes

  • move graphql to peerDependencies (32ec425)

v1.2.0

12 Jan 12:55
aa4c058
Compare
Choose a tag to compare

1.2.0 (2018-01-12)

Features

  • subscriptions: add context to subscription delegate (aa4c058)

v1.1.0

12 Jan 12:42
1b8f8ef
Compare
Choose a tag to compare

1.1.0 (2018-01-12)

Features

  • handler: also allow custom subscription handler (1b8f8ef)

v1.0.0

12 Jan 12:27
Compare
Choose a tag to compare

1.0.0 (2018-01-12)

Bug Fixes

  • info: always add rootfield to info object (264fb44), closes #24

Features

  • add context to default handler and allow custom handler (e8a4d59)

BREAKING CHANGES

  • default handlers now have a context argument

v0.5.0

04 Jan 13:09
d870ad6
Compare
Choose a tag to compare

0.5.0 (2018-01-04)

Features

  • added forwardTo function for easy query delegation (#12) (d870ad6)

v0.4.0

04 Jan 03:37
7bd5fcc
Compare
Choose a tag to compare

0.4.0 (2018-01-04)

Features

  • subscriptions: added delegateSubscription method to base binding class for static bindings (#10) (7bd5fcc)

v0.3.2

03 Jan 18:06
Compare
Choose a tag to compare

0.3.2 (2018-01-03)

Bug Fixes

  • run before callback in delegate & request (69ff01c)

v0.3.1

03 Jan 18:04
Compare
Choose a tag to compare

0.3.1 (2018-01-03)

Bug Fixes

  • run before callback in delegate & request (eb0f14e)