Releases: kaciakmaciak/react-query-subscription
Releases · kaciakmaciak/react-query-subscription
v2.0.0-beta.1
21 Dec 01:46
Compare
Sorry, something went wrong.
No results found
⚠ BREAKING CHANGES
React Query v4 is required as a peer dependency.
✨ Features
migrate to react query v4 (b9b0d73 )
v1.8.1
16 Oct 05:03
Compare
Sorry, something went wrong.
No results found
1.8.1 (2022-10-16)
🐛 Bug Fixes
fix calling subscription fn multiple times when subscriptionKey is not a string (a7f32f3 )
v1.8.0
08 Oct 21:51
Compare
Sorry, something went wrong.
No results found
1.8.0 (2022-10-08)
✨ Features
peer-deps: support React v18 (3b3dd5c )
v1.7.0
07 Oct 22:47
Compare
Sorry, something went wrong.
No results found
1.7.0 (2022-10-07)
✨ Features
v1.6.0
30 Sep 22:49
Compare
Sorry, something went wrong.
No results found
1.6.0 (2022-09-30)
✨ Features
useInfiniteSubscription: add useInfiniteSubscription hook (64a3f94 ), closes #55
useSubscription: pass queryKey to subscriptionFn (7564823 )
🐛 Bug Fixes
useInfiniteSubscription: fix unsubscribing when previous/next page has been fetched (a05675b )
v1.6.0-beta.2
02 Jul 23:07
Compare
Sorry, something went wrong.
No results found
🐛 Bug Fixes
useInfiniteSubscription: fix unsubscribing when previous/next page has been fetched (fef6b3f )
v1.6.0-beta.1
02 Jul 09:20
Compare
Sorry, something went wrong.
No results found
✨ Features
useInfiniteSubscription: add useInfiniteSubscription hook (d1d1da1 ), closes #55
useSubscription: pass queryKey to subscriptionFn (aff5e3e )
v1.5.1
24 Jun 03:14
Compare
Sorry, something went wrong.
No results found
1.5.1 (2022-06-24)
🐛 Bug Fixes
v1.5.0
30 May 10:06
Compare
Sorry, something went wrong.
No results found
1.5.0 (2022-05-30)
✨ Features
useSubscription: add onData option (#34 ) (36a6859 )
v1.4.0
07 Nov 07:46
Compare
Sorry, something went wrong.
No results found
1.4.0 (2021-11-07)
✨ Features
useSubscription: add onError option (c102b7c ), closes #29