v0.10.0
v0.10.0 (2021-12-19)
Breaking Change 💥
- #340 Migrate to TypeScript (@saihaj)
- #362 connection: use proper type for
nodeType
(@IvanGoncharov) - #364 Drop support for PromiseLike object in mutation resolvers (@IvanGoncharov)
- #365 Add back support for PromiseLike values in mutation resolvers (@IvanGoncharov)
- #370 TS: sync up TS typings with Flow typings (@IvanGoncharov)
- #373 Switch to [email protected] (@IvanGoncharov)
New Feature 🚀
- #371 Export 'ConnectionConfig' and 'GraphQLConnectionDefinitions' types (@IvanGoncharov)
- #372 TS: add typings for 'src/utils/base64.js' (@IvanGoncharov)
Bug Fix 🐞
- #374 Fix: 'fromGlobalId' trowing on invalide UTF code points (@IvanGoncharov)
Polish 💅
3 PRs were merged
- #363 Improve internal typings (@IvanGoncharov)
- #366 Add explicit typing of recursive variables (@IvanGoncharov)
- #369 TS: add 'declare' to function typings (@IvanGoncharov)
Internal 🏠
- #368 Sync up NPM build script with graphql-js (@IvanGoncharov)
Committers: 2
- Ivan Goncharov(@IvanGoncharov)
- Saihajpreet Singh(@saihaj)