Skip to content

Releases: gramps-graphql/data-source-xkcd

v2.0.0

18 Feb 21:09
accebd3
Compare
Choose a tag to compare

2.0.0 (2018-02-18)

Bug Fixes

BREAKING CHANGES

  • Moves model class from context prop directly to a context.model prop, which prevents issues when merging context objects. (This was actually committed in #12)
  • Moves model class from context prop directly to a context.model prop, which prevents issues when merging context objects.

v1.0.2

19 Dec 18:51
Compare
Choose a tag to compare

1.0.2 (2017-12-19)

Bug Fixes

v1.0.1

18 Dec 22:40
09022fa
Compare
Choose a tag to compare

1.0.1 (2017-12-18)

Bug Fixes

  • change prepublish to prepare (#7) (09022fa)

v1.0.0

18 Dec 20:27
6bc34cf
Compare
Choose a tag to compare

1.0.0 (2017-12-18)

Code Refactoring

  • change to GrAMPS 1.x structure (#1) (6bc34cf)

BREAKING CHANGES

  • resolver structure is now more similar to
    Apollo resolvers, context is now namespace, mocks are a separate
    file and object now.

re gramps-graphql/gramps-express#39

  • fix: 1.x data sources no longer extend Query

  • fix: 1.x data source context doesn’t use namespace

  • feat: add errors

  • fix: error handling and tests

  • fix: actually, didn’t need that namespace

  • v1.0.0-beta.4

  • feat: remove @gramps/gramps-express dependency

  • move to @gramps/rest-helpers for connector/model classes
  • update cli version and dev command

v0.1.1

24 Oct 01:49
Compare
Choose a tag to compare

0.1.1 (2017-10-24)

Bug Fixes

  • remove lingering boilerplate (efd48d4)