Skip to content

Releases: taskless/graphinql

4.0.0

15 Aug 02:19
4.0.0
e5f6b75
Compare
Choose a tag to compare
  • New (kinda) official logo
  • Adds fetch option to request options for both the request method and the GraphQLClient object

💥 BREAKING CHANGES (4.x)

  • No longer includes cross-fetch as a dependency
  • No longer includes p-retry as a dependency
  • Removed retries as a provided option

With node 18 providing a What-WG compatible fetch, version 4.0 of graphinql no longer provides a fetch by default nor includes p-retry. If you need these features, you can provide them yourself, via the new fetch option. This was done to keep graphinql as light as possible.


Full Changelog: 3.7.2...4.0.0

3.7.2

15 Aug 01:45
3.7.2
009c159
Compare
Choose a tag to compare
  • Moves Taskless' repository for private (during extracting the code from the public monorepo) to public
  • Publishes with independent logo

Full Changelog: 3.7.1...3.7.2