1.8.1 (2022-10-16)
- fix calling subscription fn multiple times when
subscriptionKey
is not a string (a7f32f3)
1.8.0 (2022-10-08)
- peer-deps: support React v18 (3b3dd5c)
1.7.0 (2022-10-07)
- helpers: deprecate
fromEventSource
andeventSource$
helpers (01cf6b9)
1.6.0 (2022-09-30)
- useInfiniteSubscription: add
useInfiniteSubscription
hook (64a3f94), closes #55 - useSubscription: pass
queryKey
tosubscriptionFn
(7564823)
- useInfiniteSubscription: fix unsubscribing when previous/next page has been fetched (a05675b)
1.6.0-beta.2 (2022-07-02)
- useInfiniteSubscription: fix unsubscribing when previous/next page has been fetched (fef6b3f)
1.6.0-beta.1 (2022-07-02)
- useInfiniteSubscription: add
useInfiniteSubscription
hook (d1d1da1), closes #55 - useSubscription: pass
queryKey
tosubscriptionFn
(aff5e3e)
1.5.1 (2022-06-24)
1.5.0 (2022-05-30)
1.4.0 (2021-11-07)
1.3.0 (2021-11-02)
1.2.0 (2021-10-31)
- types: export
UseSubscriptionOptions
andEventSourceOptions
types (3c497d8)