Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.85 KB

CHANGELOG.md

File metadata and controls

51 lines (38 loc) · 1.85 KB

master

0.0.0-semantically-released (September 12, 2016)

This package publishing automated by semantic-release. Changelog is generated automatically and can be found here: https://github.com/nodkz/graphql-compose/releases

1.0.8 (September 6, 2016)

  • Update dependencies
  • Flowtype 0.32
  • Fix code style issues

1.0.7 (August 25, 2016)

  • fix: projection in node(id) resolve method, now it correctly adds required fields for relations

1.0.6 (August 15, 2016)

1.0.5 (August 13, 2016)

  • fix: babel build process

1.0.4 (August 10, 2016)

  • Update packages, add babel-plugin-transform-runtime for build process. Fix issue for vanilla node.js users without babel (thanks @jacobbubu).

1.0.3 (July 21, 2016)

  • Fix: unwrapping args for the underlying resolvers

1.0.2 (July 20, 2016)

  • Expose NodeInterface, nodeFieldConfig, fromGlobalId, toGlobalId.

1.0.1 (July 18, 2016)

  • Fix flow-type errors
  • Update flow-bin till 0.29
  • Fix peerDependencies
  • Update graphql-compose till 0.0.7

1.0.0 (July 15, 2016)

  • update graphql-compose till 0.0.6
  • small fixes

0.0.3 (July 08, 2016)

  • mutationMiddleware move all args into input! arg, if input exists add only clientMutationId to it and leave rest args untouched.

0.0.2 (July 07, 2016)

  • realized RootQuery.node field
  • mutationMiddleware for adding clientMutationId to input/output object types
  • added NodeInterface with object type resolving
  • add or wrap id field to return Relay's globally unique ID
  • exports flow annotations

0.0.1 (July 04, 2016)

  • Initial commit