CHANGELOG.md
January 25, 2017 ยท View on GitHub
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:
projectioninnode(id)resolve method, now it correctly adds required fields forrelations
1.0.6 (August 15, 2016)
- fix: babel build via the workaround https://phabricator.babeljs.io/T2877#78089 Huh, it's too tricky to use Map/Set in ES5.
1.0.5 (August 13, 2016)
- fix: babel build process
1.0.4 (August 10, 2016)
- Update packages, add
babel-plugin-transform-runtimefor 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-bintill 0.29 - Fix
peerDependencies - Update
graphql-composetill 0.0.7
1.0.0 (July 15, 2016)
- update
graphql-composetill 0.0.6 - small fixes
0.0.3 (July 08, 2016)
- mutationMiddleware move all args into
input!arg, ifinputexists add onlyclientMutationIdto it and leave rest args untouched.
0.0.2 (July 07, 2016)
- realized
RootQuery.nodefield - mutationMiddleware for adding
clientMutationIdto input/output object types - added
NodeInterfacewith object type resolving - add or wrap
idfield to return Relay's globally unique ID - exports
flowannotations
0.0.1 (July 04, 2016)
- Initial commit