github urql-graphql/urql @urql/core@4.0.11

latest releases: @urql/solid@0.1.0, @urql/next@1.1.2, @urql/exchange-graphcache@7.1.3...
14 months ago

Patch Changes

  • Re-order maskTypename to apply masking earlier in the chain
    Submitted by @kitten (See #3298)
  • ⚠️ Fix ssrExchange not formatting query documents using formatDocument. Without this call we'd run the risk of not having __typename available on the client-side when rehydrating
    Submitted by @kitten (See #3288)
  • Add deprecation notice for maskTypename option.
    Masking typenames in a result is no longer recommended. It’s only
    useful when multiple pre-conditions are applied and inferior to
    mapping to an input object manually
    Submitted by @kitten (See #3299)

Don't miss a new urql release

NewReleases is sending notifications on new releases.