npm urql 1.7.0
v1.7.0

latest releases: 4.1.0, 4.1.0-canary-9bf3289b, 4.1.0-canary-019b1bb0...
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.