github urql-graphql/urql v1.7.0

latest releases: @urql/core@5.0.2, @urql/exchange-graphcache@7.0.2, @urql/core@5.0.1...
4 years ago

This release splits our main package into two entrypoints. Importing from urql remains
unchanged, but internally this entrypoint uses urql/core, which doesn't contain any
React-related code. If you're building framework-agnostic libraries or apps without
React, you can now use urql/core directly.

  • Fix originalError on GraphQLError instances (see #470)
  • Fix stringifyVariables not using .toJSON() which prevented Dates from being stringified, by @BjoernRave (see #485)
  • Expose urql/core without any React code included (see #424)

Don't miss a new urql release

NewReleases is sending notifications on new releases.