-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update graphql to the latest version 🚀 #38
base: master
Are you sure you want to change the base?
Conversation
Version 0.9.1 just got published.Update to this version instead 🚀 CommitsThe new version differs by 7 commits .
See the full diff. |
Version 0.9.2 just got published.Update to this version instead 🚀 CommitsThe new version differs by 88 commits .
There are 88 commits in total. See the full diff. |
Version 0.9.2 just got published.Update to this version instead 🚀 Release Notesv0.9.2New
Internal |
Version 0.9.3 just got published.Update to this version instead 🚀 CommitsThe new version differs by 47 commits .
There are 47 commits in total. See the full diff. |
Version 0.9.3 just got published. |
Version 0.9.4 just got published. |
1 similar comment
Version 0.9.4 just got published. |
Version 0.9.5 just got published.Update to this version instead 🚀 CommitsThe new version differs by 17 commits0.
There are 17 commits in total. See the full diff |
Version 0.9.5 just got published. |
Version 0.9.6 just got published.Update to this version instead 🚀 Release Notesv0.9.6New
CommitsThe new version differs by 6 commits0.
false See the full diff |
Version 0.9.6 just got published.Update to this version instead 🚀 Release Notesv0.9.6New
|
Version 0.10.0 just got published.Update to this version instead 🚀 CommitsThe new version differs by 57 commits.
There are 57 commits in total. See the full diff |
Version 0.10.0 just got published.Update to this version instead 🚀 Release Notesv0.10.0New
Breaking
Fixes |
Version 0.10.2 just got published.Update to this version instead 🚀 CommitsThe new version differs by 30 commits.
There are 30 commits in total. See the full diff |
Version 0.10.2 just got published. |
Version 0.10.3 just got published.Update to this version instead 🚀 Release Notesv0.10.3New:
Fixed:
|
Version 0.10.3 just got published.Update to this version instead 🚀 Release Notesv0.10.3New:
Fixed:
|
Version 0.10.4 just got published.Update to this version instead 🚀 CommitsThe new version differs by 46 commits.
There are 46 commits in total. See the full diff |
Version 0.10.5 just got published. |
Version 0.9.0 of graphql just got published.
The version 0.9.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of graphql.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Release Notes
v0.9.0New:
Added isNamedType() and assertNamedType() #589
Default field resolvers now get full execution info as a third argument #615
ObjectType.isTypeOf() and InterfaceType.resolveType() may now return Promises #631
Support and fixes for flow type v0.38 #671
Added TypeInfo.getEnumValue() and EnumType.getValue(name) #674
Added findDeprecatedUsages() #676
Fixes:
Enforce spec that no non-meta field may start with "__" #600 (Potentially breaking for existing non-compliant uses).
isValidJSValue() reports if coercion results in error #602
Executor throws friendlier error if no document is provided #614
Fixed import circular dependency, improving compressed builds #644
Commits
The new version differs by 208 commits .
43cd3bb
0.9.0
e7b4bc7
Update dependencies
5b26da9
Improve type definitions
15d2184
Merge pull request #631 from dherault/master
0417aad
Simplify default resolver function
a3c746c
Factor out checking isTypeOf from subfield exe
9239253
Pass lint & flow
c53efbe
Missing comma
b40d427
Fix completeObjectValue call bug
1fb45d3
Factor out runtime type validation
1305360
Reduce scope
7064b9d
Merge pull request #675 from robzhu/master
d1f586e
Merge pull request #676 from graphql/find-deprecated
3a53f25
Freshen yarn.lock
d7d6110
Merge pull request #686 from graphql/greenkeeper/babel-cli-6.22.2
There are 208 commits in total. See the full diff.
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot 🌴