|
1 |
| -### [1.8.1](https://github.com/kaciakmaciak/react-query-subscription/compare/v1.8.0...v1.8.1) (2022-10-16) |
| 1 | +## [2.0.0-beta.1](https://github.com/kaciakmaciak/react-query-subscription/compare/v1.8.1...v2.0.0-beta.1) (2022-12-21) |
| 2 | + |
| 3 | +### ⚠ BREAKING CHANGES |
| 4 | + |
| 5 | +- React Query v4 is required as a peer dependency. |
| 6 | + |
| 7 | +### ✨ Features |
| 8 | + |
| 9 | +- migrate to react query v4 ([b9b0d73](https://github.com/kaciakmaciak/react-query-subscription/commit/b9b0d73ab917ab9f24f8dfaddcb18ed63ab6e926)) |
2 | 10 |
|
| 11 | +### [1.8.1](https://github.com/kaciakmaciak/react-query-subscription/compare/v1.8.0...v1.8.1) (2022-10-16) |
3 | 12 |
|
4 | 13 | ### 🐛 Bug Fixes
|
5 | 14 |
|
6 |
| -* fix calling subscription fn multiple times when `subscriptionKey` is not a string ([a7f32f3](https://github.com/kaciakmaciak/react-query-subscription/commit/a7f32f3d1c958dc40c74dec8c8e99ced464e2f80)) |
| 15 | +- fix calling subscription fn multiple times when `subscriptionKey` is not a string ([a7f32f3](https://github.com/kaciakmaciak/react-query-subscription/commit/a7f32f3d1c958dc40c74dec8c8e99ced464e2f80)) |
7 | 16 |
|
8 | 17 | ## [1.8.0](https://github.com/kaciakmaciak/react-query-subscription/compare/v1.7.0...v1.8.0) (2022-10-08)
|
9 | 18 |
|
10 |
| - |
11 | 19 | ### ✨ Features
|
12 | 20 |
|
13 |
| -* **peer-deps:** support React v18 ([3b3dd5c](https://github.com/kaciakmaciak/react-query-subscription/commit/3b3dd5c32bf1325e238bdea71f1c3f642476b13f)) |
| 21 | +- **peer-deps:** support React v18 ([3b3dd5c](https://github.com/kaciakmaciak/react-query-subscription/commit/3b3dd5c32bf1325e238bdea71f1c3f642476b13f)) |
14 | 22 |
|
15 | 23 | ## [1.7.0](https://github.com/kaciakmaciak/react-query-subscription/compare/v1.6.0...v1.7.0) (2022-10-07)
|
16 | 24 |
|
17 |
| - |
18 | 25 | ### ✨ Features
|
19 | 26 |
|
20 |
| -* **helpers:** deprecate `fromEventSource` and `eventSource$` helpers ([01cf6b9](https://github.com/kaciakmaciak/react-query-subscription/commit/01cf6b9a23bba80811a0d6e20b9bfe40664f0431)) |
| 27 | +- **helpers:** deprecate `fromEventSource` and `eventSource$` helpers ([01cf6b9](https://github.com/kaciakmaciak/react-query-subscription/commit/01cf6b9a23bba80811a0d6e20b9bfe40664f0431)) |
21 | 28 |
|
22 | 29 | ## [1.6.0](https://github.com/kaciakmaciak/react-query-subscription/compare/v1.5.1...v1.6.0) (2022-09-30)
|
23 | 30 |
|
24 |
| - |
25 | 31 | ### ✨ Features
|
26 | 32 |
|
27 |
| -* **useInfiniteSubscription:** add `useInfiniteSubscription` hook ([64a3f94](https://github.com/kaciakmaciak/react-query-subscription/commit/64a3f94b41dda867579abadf8c6aa7fc8d9b34c6)), closes [#55](https://github.com/kaciakmaciak/react-query-subscription/issues/55) |
28 |
| -* **useSubscription:** pass `queryKey` to `subscriptionFn` ([7564823](https://github.com/kaciakmaciak/react-query-subscription/commit/75648232ed75b0a74adf71fe9aa2f7445cf60f3a)) |
29 |
| - |
| 33 | +- **useInfiniteSubscription:** add `useInfiniteSubscription` hook ([64a3f94](https://github.com/kaciakmaciak/react-query-subscription/commit/64a3f94b41dda867579abadf8c6aa7fc8d9b34c6)), closes [#55](https://github.com/kaciakmaciak/react-query-subscription/issues/55) |
| 34 | +- **useSubscription:** pass `queryKey` to `subscriptionFn` ([7564823](https://github.com/kaciakmaciak/react-query-subscription/commit/75648232ed75b0a74adf71fe9aa2f7445cf60f3a)) |
30 | 35 |
|
31 | 36 | ### 🐛 Bug Fixes
|
32 | 37 |
|
33 |
| -* **useInfiniteSubscription:** fix unsubscribing when previous/next page has been fetched ([a05675b](https://github.com/kaciakmaciak/react-query-subscription/commit/a05675be0fb29b83acef3a803977900504a09c47)) |
| 38 | +- **useInfiniteSubscription:** fix unsubscribing when previous/next page has been fetched ([a05675b](https://github.com/kaciakmaciak/react-query-subscription/commit/a05675be0fb29b83acef3a803977900504a09c47)) |
34 | 39 |
|
35 | 40 | ## [1.6.0-beta.2](https://github.com/kaciakmaciak/react-query-subscription/compare/v1.6.0-beta.1...v1.6.0-beta.2) (2022-07-02)
|
36 | 41 |
|
37 |
| - |
38 | 42 | ### 🐛 Bug Fixes
|
39 | 43 |
|
40 |
| -* **useInfiniteSubscription:** fix unsubscribing when previous/next page has been fetched ([fef6b3f](https://github.com/kaciakmaciak/react-query-subscription/commit/fef6b3fd8cb54615fd6b7eb153266b5696f0318b)) |
| 44 | +- **useInfiniteSubscription:** fix unsubscribing when previous/next page has been fetched ([fef6b3f](https://github.com/kaciakmaciak/react-query-subscription/commit/fef6b3fd8cb54615fd6b7eb153266b5696f0318b)) |
41 | 45 |
|
42 | 46 | ## [1.6.0-beta.1](https://github.com/kaciakmaciak/react-query-subscription/compare/v1.5.1...v1.6.0-beta.1) (2022-07-02)
|
43 | 47 |
|
44 |
| - |
45 | 48 | ### ✨ Features
|
46 | 49 |
|
47 |
| -* **useInfiniteSubscription:** add `useInfiniteSubscription` hook ([d1d1da1](https://github.com/kaciakmaciak/react-query-subscription/commit/d1d1da1635559455f850ab136a34edafecba91fd)), closes [#55](https://github.com/kaciakmaciak/react-query-subscription/issues/55) |
48 |
| -* **useSubscription:** pass `queryKey` to `subscriptionFn` ([aff5e3e](https://github.com/kaciakmaciak/react-query-subscription/commit/aff5e3eefb9865ea6c16bd879d41853bf3db8c7a)) |
| 50 | +- **useInfiniteSubscription:** add `useInfiniteSubscription` hook ([d1d1da1](https://github.com/kaciakmaciak/react-query-subscription/commit/d1d1da1635559455f850ab136a34edafecba91fd)), closes [#55](https://github.com/kaciakmaciak/react-query-subscription/issues/55) |
| 51 | +- **useSubscription:** pass `queryKey` to `subscriptionFn` ([aff5e3e](https://github.com/kaciakmaciak/react-query-subscription/commit/aff5e3eefb9865ea6c16bd879d41853bf3db8c7a)) |
49 | 52 |
|
50 | 53 | ### [1.5.1](https://github.com/kaciakmaciak/react-query-subscription/compare/v1.5.0...v1.5.1) (2022-06-24)
|
51 | 54 |
|
52 |
| - |
53 | 55 | ### 🐛 Bug Fixes
|
54 | 56 |
|
55 |
| -* **npm:** fix UMD build ([78d4fb8](https://github.com/kaciakmaciak/react-query-subscription/commit/78d4fb8cec48f9cc8b92925a8221e73d12de2909)), closes [#51](https://github.com/kaciakmaciak/react-query-subscription/issues/51) |
| 57 | +- **npm:** fix UMD build ([78d4fb8](https://github.com/kaciakmaciak/react-query-subscription/commit/78d4fb8cec48f9cc8b92925a8221e73d12de2909)), closes [#51](https://github.com/kaciakmaciak/react-query-subscription/issues/51) |
56 | 58 |
|
57 | 59 | ## [1.5.0](https://github.com/kaciakmaciak/react-query-subscription/compare/v1.4.0...v1.5.0) (2022-05-30)
|
58 | 60 |
|
59 |
| - |
60 | 61 | ### ✨ Features
|
61 | 62 |
|
62 |
| -* **useSubscription:** add `onData` option ([#34](https://github.com/kaciakmaciak/react-query-subscription/issues/34)) ([36a6859](https://github.com/kaciakmaciak/react-query-subscription/commit/36a68591a056be3afa2c396cc7aee9d9c2ac0ac3)) |
| 63 | +- **useSubscription:** add `onData` option ([#34](https://github.com/kaciakmaciak/react-query-subscription/issues/34)) ([36a6859](https://github.com/kaciakmaciak/react-query-subscription/commit/36a68591a056be3afa2c396cc7aee9d9c2ac0ac3)) |
63 | 64 |
|
64 | 65 | ## [1.4.0](https://github.com/kaciakmaciak/react-query-subscription/compare/v1.3.0...v1.4.0) (2021-11-07)
|
65 | 66 |
|
|
0 commit comments