Skip to content
This repository has been archived by the owner on Sep 11, 2019. It is now read-only.

Releases: gramps-graphql/gramps--legacy

v3.1.0

02 Aug 16:50
Compare
Choose a tag to compare

3.1.0 (2019-08-02)

Features

  • remoteSchemas: add prefixes as an option for remote schemas (#124) (96702b8)

v3.0.0

01 May 21:19
Compare
Choose a tag to compare

3.0.0 (2019-05-01)

Features

BREAKING CHANGES

  • Gramps is now asynchronous

  • feat(remoteSchemas): add remoteSchemaSupport

  • fix(test): update gramps test

  • fix(package.json): update package.json

  • chore(tests): updated gramps test and added handleRemoteSchemas test

  • Feat(gramps): Add the ability to get a remoteSchema

  • chore(travis): Move testing node version to 8 and 10

  • docs: Update readme to reflect the async changes

v2.0.0

10 Jan 20:58
Compare
Choose a tag to compare

2.0.0 (2019-01-10)

Features

  • make GrAMPS compatible with ApolloServer 2 (053bd3d)

BREAKING CHANGES

  • will no longer work with ApolloServer 1. The gramps() now returns an object instead of a function

v1.5.0

17 Oct 14:58
Compare
Choose a tag to compare

1.5.0 (2018-10-17)

Features

v1.4.0

08 Mar 04:49
b15881d
Compare
Choose a tag to compare

1.4.0 (2018-03-08)

Features

  • upgrade graphql to the latest version (#89) (b15881d), closes #78

v1.3.0

06 Mar 23:25
551bc6d
Compare
Choose a tag to compare

1.3.0 (2018-03-06)

Bug Fixes

Features

  • let graphql-tools handle merging merge-resolvers (#79) (24caea7)

v1.2.0

11 Jan 22:11
Compare
Choose a tag to compare

1.2.0 (2018-01-11)

Features

v1.1.2

11 Jan 19:58
abf06c2
Compare
Choose a tag to compare

1.1.2 (2018-01-11)

Bug Fixes

  • include extra context for stitching resolvers (#73) (abf06c2), closes #68