🔎 Persisted Fetch and Refocus Exchanges
This release adds bindings for two additional ecosystem exchanges:
Added
- Bindings for
@urql/exchange-persisted-fetchand@urql/exchange-refocuswere added. Consumers ofreason-urqlwill need to install@urql/exchange-persisted-fetchto callClient.Exchanges.persistedFetchExchangeand@urql/exchange-refocusto callClient.Exchanges.refocusExchange. PR by @parkerziegler here.