|
2 | 2 |
|
3 | 3 | ## [Unreleased] |
4 | 4 |
|
| 5 | +## [0.10.0] - 2025-07-23 |
| 6 | + |
| 7 | +### Changed |
| 8 | + |
| 9 | +- feat: atomWithQueries for tanstack/query's useQueries |
| 10 | +- feat: add QueryClientProvider utils for react |
| 11 | + |
5 | 12 | ## [0.9.2] - 2025-07-10 |
| 13 | + |
6 | 14 | ### Changed |
| 15 | + |
7 | 16 | - upgrade @tankstack/query-core to 5.81.5 |
8 | 17 |
|
9 | 18 | ## [0.9.1] - 2025-07-09 |
| 19 | + |
10 | 20 | ### Changed |
| 21 | + |
11 | 22 | - upgrade @tankstack/query-core to 5.81.2 |
12 | 23 |
|
13 | 24 | ## [0.9.0] - 2024-09-29 |
| 25 | + |
14 | 26 | ### Added |
| 27 | + |
15 | 28 | - add: change atom signature to return a setter function to force re-evaluate an atom. This is to help the atom able to reevaluate when it hits an error boundary by throwing a rejected promise. |
16 | 29 |
|
17 | 30 | ## [0.8.8] - 2024-09-15 |
| 31 | + |
18 | 32 | ### Changed |
| 33 | + |
19 | 34 | - fix: use query.reset on error instead of client.resetQueries. |
20 | 35 |
|
21 | 36 | ## [0.8.7] - 2024-08-18 |
| 37 | + |
22 | 38 | ### Changed |
| 39 | + |
23 | 40 | - add: batch calls to improve perf |
24 | 41 | - fix: return appropriate cleanup functions |
25 | 42 | - fix: cleanup - remove unused code |
26 | 43 |
|
27 | 44 | ## [0.8.6] - 2024-08-05 |
| 45 | + |
28 | 46 | ### Changed |
| 47 | + |
29 | 48 | - fix: remove wonka as a peer dependency |
30 | 49 |
|
31 | 50 | ## [0.8.5] - 2024-02-04 |
| 51 | + |
32 | 52 | ### Changed |
| 53 | + |
33 | 54 | - fix: include types.ts in build |
34 | 55 |
|
35 | 56 | ## [0.8.4] - 2024-01-31 |
| 57 | + |
36 | 58 | ### Changed |
| 59 | + |
37 | 60 | - fix: fix generics |
38 | 61 |
|
39 | 62 | ## [0.8.3] - 2024-01-29 |
| 63 | + |
40 | 64 | ### Changed |
| 65 | + |
41 | 66 | - fix: update types |
42 | 67 |
|
43 | 68 | ## [0.8.2] - 2024-01-15 |
| 69 | + |
44 | 70 | ### Changed |
| 71 | + |
45 | 72 | - fix: update jotai peer dependency to v2 |
46 | 73 |
|
47 | 74 | ## [0.8.1] - 2023-12-23 |
| 75 | + |
48 | 76 | ### Changed |
| 77 | + |
49 | 78 | - fix: add default staletime for suspense atoms |
50 | 79 | - fix: suspense example |
51 | 80 |
|
52 | 81 | ## [0.8.0] - 2023-12-09 |
| 82 | + |
53 | 83 | ### Added |
| 84 | + |
54 | 85 | - breaking: update atom api to resemble tanstack/query api |
55 | 86 | - add: atomWithSuspenseQuery, atomWithSuspenseInfiniteQuery, atomWithMutationState |
56 | 87 |
|
57 | 88 | ## [0.7.2] - 2023-09-08 |
| 89 | + |
58 | 90 | ### Changed |
| 91 | + |
59 | 92 | - fix: loading mutation does not call refresh on unmount #38 |
60 | 93 |
|
61 | 94 | ## [0.7.1] - 2023-05-25 |
| 95 | + |
62 | 96 | ### Changed |
| 97 | + |
63 | 98 | - Fix result of statusAtom sometimes not updated #35 |
64 | 99 |
|
65 | 100 | ## [0.7.0] - 2023-04-03 |
| 101 | + |
66 | 102 | ### Added |
| 103 | + |
67 | 104 | - feat: atomsWithQueryAsync, plus example #30 |
68 | 105 |
|
69 | 106 | ## [0.6.0] - 2023-03-03 |
| 107 | + |
70 | 108 | ### Added |
| 109 | + |
71 | 110 | - feat: mark internal atoms as private |
72 | 111 |
|
73 | 112 | ## [0.5.0] - 2023-01-31 |
| 113 | + |
74 | 114 | ### Added |
| 115 | + |
75 | 116 | - Migrate to Jotai v2 API #18 |
76 | 117 |
|
77 | 118 | ## [0.4.0] - 2022-10-21 |
| 119 | + |
78 | 120 | ### Changed |
| 121 | + |
79 | 122 | - fix: status should change #10 |
80 | 123 | - breaking: simplify api names #11 |
81 | 124 |
|
82 | 125 | ## [0.3.0] - 2022-10-11 |
| 126 | + |
83 | 127 | ### Changed |
| 128 | + |
84 | 129 | - make mutation atom type correct #7 |
85 | 130 | - update jotai and fix types #8 |
86 | 131 |
|
87 | 132 | ## [0.2.1] - 2022-10-04 |
| 133 | + |
88 | 134 | ### Changed |
| 135 | + |
89 | 136 | - fix setOptions not to delay #6 |
90 | 137 |
|
91 | 138 | ## [0.2.0] - 2022-09-27 |
| 139 | + |
92 | 140 | ### Changed |
| 141 | + |
93 | 142 | - for dataAtom, re-create observer when options change #5 |
94 | 143 |
|
95 | 144 | ## [0.1.0] - 2022-09-24 |
| 145 | + |
96 | 146 | ### Added |
| 147 | + |
97 | 148 | - implement refetch #1 |
98 | 149 | - feat: observer cache #2 |
99 | 150 | - feat: infinite query #3 |
100 | 151 | - feat: mutation api #4 |
101 | 152 |
|
102 | 153 | ## [0.0.1] - 2022-09-20 |
| 154 | + |
103 | 155 | ### Added |
| 156 | + |
104 | 157 | - Initial experimental release |
0 commit comments