Gramps Legacy Versions Save

The core data source combination engine of GrAMPS.

v3.1.0

4 years ago

3.1.0 (2019-08-02)

Features

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

v3.0.0

5 years ago

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

5 years ago

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

5 years ago

1.5.0 (2018-10-17)

Features

v1.4.0

6 years ago

1.4.0 (2018-03-08)

Features

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

v1.3.0

6 years ago

1.3.0 (2018-03-06)

Bug Fixes

Features

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

v1.2.0

6 years ago

1.2.0 (2018-01-11)

Features

v1.1.2

6 years ago

1.1.2 (2018-01-11)

Bug Fixes

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