github jasonkuhrt/graffle v3.0.0

latest releases: next, 8.0.0-next.50, 8.0.0-next.49...
4 years ago

BREAKING CHANGES

  • Types module has moved from dist/src/types.js to dist/types.js. If you were importing from the former before you'll need to update to be the later now.

  • e757927 accept DocumentNode input (#183)

    graphql-request now requires graphql version 14.x or 15.x as a peer dependency.

    graphql-request uses a TypeScript type from the graphql package such that if you are using TypeScript to build your project and you are using graphql-request but don't have graphql installed TypeScript build will fail. Details here. If you are a JS user then you do not technically need to install graphql. However if you use an IDE that picks up TS types even for JS (like VSCode) then its still in your interest to install graphql so that you can benefit from enhanced type safety during development.

Features

Fixes

Improvements

Chores

Don't miss a new graffle release

NewReleases is sending notifications on new releases.