@effect-app/vue 4.0.0-beta.9 → 4.0.0-beta.90
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +576 -0
- package/dist/{experimental/commander.d.ts → commander.d.ts} +53 -53
- package/dist/commander.d.ts.map +1 -0
- package/dist/commander.js +556 -0
- package/dist/{experimental/confirm.d.ts → confirm.d.ts} +2 -2
- package/dist/confirm.d.ts.map +1 -0
- package/dist/confirm.js +28 -0
- package/dist/form.d.ts +9 -0
- package/dist/form.d.ts.map +1 -1
- package/dist/form.js +38 -9
- package/dist/intl.d.ts +15 -0
- package/dist/intl.d.ts.map +1 -0
- package/dist/intl.js +9 -0
- package/dist/makeClient.d.ts +18 -241
- package/dist/makeClient.d.ts.map +1 -1
- package/dist/makeClient.js +12 -335
- package/dist/{experimental/makeUseCommand.d.ts → makeUseCommand.d.ts} +1 -1
- package/dist/makeUseCommand.d.ts.map +1 -0
- package/dist/makeUseCommand.js +13 -0
- package/dist/mutate.d.ts +1 -1
- package/dist/mutate.d.ts.map +1 -1
- package/dist/mutate.js +2 -2
- package/dist/query.d.ts +10 -14
- package/dist/query.d.ts.map +1 -1
- package/dist/query.js +23 -23
- package/dist/runtime.d.ts +3 -0
- package/dist/runtime.d.ts.map +1 -1
- package/dist/runtime.js +15 -3
- package/dist/{experimental/toast.d.ts → toast.d.ts} +9 -10
- package/dist/toast.d.ts.map +1 -0
- package/dist/toast.js +32 -0
- package/dist/{experimental/withToast.d.ts → withToast.d.ts} +3 -3
- package/dist/withToast.d.ts.map +1 -0
- package/dist/withToast.js +45 -0
- package/package.json +43 -43
- package/src/{experimental/commander.ts → commander.ts} +826 -202
- package/src/{experimental/confirm.ts → confirm.ts} +2 -2
- package/src/form.ts +46 -8
- package/src/intl.ts +12 -0
- package/src/makeClient.ts +27 -924
- package/src/{experimental/makeUseCommand.ts → makeUseCommand.ts} +1 -1
- package/src/mutate.ts +1 -1
- package/src/query.ts +44 -45
- package/src/runtime.ts +25 -2
- package/src/{experimental/toast.ts → toast.ts} +11 -25
- package/src/{experimental/withToast.ts → withToast.ts} +3 -3
- package/test/Mutation.test.ts +77 -7
- package/test/dist/form.test.d.ts.map +1 -1
- package/test/dist/stubs.d.ts +273 -67
- package/test/dist/stubs.d.ts.map +1 -1
- package/test/dist/stubs.js +34 -15
- package/test/form-validation-errors.test.ts +23 -19
- package/test/form.test.ts +20 -2
- package/test/makeClient.test.ts +38 -23
- package/test/stubs.ts +45 -18
- package/tsconfig.json +0 -1
- package/dist/experimental/commander.d.ts.map +0 -1
- package/dist/experimental/commander.js +0 -558
- package/dist/experimental/confirm.d.ts.map +0 -1
- package/dist/experimental/confirm.js +0 -28
- package/dist/experimental/intl.d.ts +0 -16
- package/dist/experimental/intl.d.ts.map +0 -1
- package/dist/experimental/intl.js +0 -5
- package/dist/experimental/makeUseCommand.d.ts.map +0 -1
- package/dist/experimental/makeUseCommand.js +0 -13
- package/dist/experimental/toast.d.ts.map +0 -1
- package/dist/experimental/toast.js +0 -41
- package/dist/experimental/withToast.d.ts.map +0 -1
- package/dist/experimental/withToast.js +0 -45
- package/src/experimental/intl.ts +0 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,575 @@
|
|
|
1
1
|
# @effect-app/vue
|
|
2
2
|
|
|
3
|
+
## 4.0.0-beta.90
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- effect-app@4.0.0-beta.90
|
|
8
|
+
|
|
9
|
+
## 4.0.0-beta.89
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- effect-app@4.0.0-beta.89
|
|
14
|
+
|
|
15
|
+
## 4.0.0-beta.88
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- effect-app@4.0.0-beta.88
|
|
20
|
+
|
|
21
|
+
## 4.0.0-beta.87
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- effect-app@4.0.0-beta.87
|
|
26
|
+
|
|
27
|
+
## 4.0.0-beta.86
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- effect-app@4.0.0-beta.86
|
|
32
|
+
|
|
33
|
+
## 4.0.0-beta.85
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- effect-app@4.0.0-beta.85
|
|
38
|
+
|
|
39
|
+
## 4.0.0-beta.84
|
|
40
|
+
|
|
41
|
+
### Patch Changes
|
|
42
|
+
|
|
43
|
+
- effect-app@4.0.0-beta.84
|
|
44
|
+
|
|
45
|
+
## 4.0.0-beta.83
|
|
46
|
+
|
|
47
|
+
### Patch Changes
|
|
48
|
+
|
|
49
|
+
- effect-app@4.0.0-beta.83
|
|
50
|
+
|
|
51
|
+
## 4.0.0-beta.82
|
|
52
|
+
|
|
53
|
+
### Patch Changes
|
|
54
|
+
|
|
55
|
+
- effect-app@4.0.0-beta.82
|
|
56
|
+
|
|
57
|
+
## 4.0.0-beta.81
|
|
58
|
+
|
|
59
|
+
### Patch Changes
|
|
60
|
+
|
|
61
|
+
- effect-app@4.0.0-beta.81
|
|
62
|
+
|
|
63
|
+
## 4.0.0-beta.80
|
|
64
|
+
|
|
65
|
+
### Patch Changes
|
|
66
|
+
|
|
67
|
+
- effect-app@4.0.0-beta.80
|
|
68
|
+
|
|
69
|
+
## 4.0.0-beta.79
|
|
70
|
+
|
|
71
|
+
### Patch Changes
|
|
72
|
+
|
|
73
|
+
- d16845e: Remove `TaggedRequest` from `makeRpcClient`, now only `TaggedRequestFor` is returned. Remove all legacy `meta.moduleName` support — `id` and `moduleName` are now required on `Req` type. Remove `makeRpcGroup` (use `makeRpcGroupFromRequestsAndModuleName` instead).
|
|
74
|
+
- Updated dependencies [d16845e]
|
|
75
|
+
- effect-app@4.0.0-beta.79
|
|
76
|
+
|
|
77
|
+
## 4.0.0-beta.78
|
|
78
|
+
|
|
79
|
+
### Patch Changes
|
|
80
|
+
|
|
81
|
+
- effect-app@4.0.0-beta.78
|
|
82
|
+
|
|
83
|
+
## 4.0.0-beta.77
|
|
84
|
+
|
|
85
|
+
### Patch Changes
|
|
86
|
+
|
|
87
|
+
- Updated dependencies [3613e87]
|
|
88
|
+
- effect-app@4.0.0-beta.77
|
|
89
|
+
|
|
90
|
+
## 4.0.0-beta.76
|
|
91
|
+
|
|
92
|
+
### Patch Changes
|
|
93
|
+
|
|
94
|
+
- 08d30af: Fix Commander combinator type inference for void Arg and withDefaultToast callbacks
|
|
95
|
+
|
|
96
|
+
- Use `ArgForCombinator` helper to properly resolve `void` args to `undefined` in combinator positions, enabling correct type inference for `withDefaultToast` and other curried combinators
|
|
97
|
+
- Use explicit positional params in `withDefaultToast` options callbacks instead of rest spread, allowing users to omit trailing parameters
|
|
98
|
+
|
|
99
|
+
- fac725d: update effect to latest beta
|
|
100
|
+
- Updated dependencies [a5248a9]
|
|
101
|
+
- Updated dependencies [fac725d]
|
|
102
|
+
- effect-app@4.0.0-beta.76
|
|
103
|
+
|
|
104
|
+
## 4.0.0-beta.75
|
|
105
|
+
|
|
106
|
+
### Patch Changes
|
|
107
|
+
|
|
108
|
+
- Updated dependencies [24f0a5a]
|
|
109
|
+
- effect-app@4.0.0-beta.75
|
|
110
|
+
|
|
111
|
+
## 4.0.0-beta.74
|
|
112
|
+
|
|
113
|
+
### Patch Changes
|
|
114
|
+
|
|
115
|
+
- Updated dependencies [54ec1ef]
|
|
116
|
+
- effect-app@4.0.0-beta.74
|
|
117
|
+
|
|
118
|
+
## 4.0.0-beta.73
|
|
119
|
+
|
|
120
|
+
### Patch Changes
|
|
121
|
+
|
|
122
|
+
- effect-app@4.0.0-beta.73
|
|
123
|
+
|
|
124
|
+
## 4.0.0-beta.72
|
|
125
|
+
|
|
126
|
+
### Patch Changes
|
|
127
|
+
|
|
128
|
+
- Updated dependencies [0541f0d]
|
|
129
|
+
- effect-app@4.0.0-beta.72
|
|
130
|
+
|
|
131
|
+
## 4.0.0-beta.71
|
|
132
|
+
|
|
133
|
+
### Patch Changes
|
|
134
|
+
|
|
135
|
+
- Updated dependencies [beae3a0]
|
|
136
|
+
- effect-app@4.0.0-beta.71
|
|
137
|
+
|
|
138
|
+
## 4.0.0-beta.70
|
|
139
|
+
|
|
140
|
+
### Patch Changes
|
|
141
|
+
|
|
142
|
+
- effect-app@4.0.0-beta.70
|
|
143
|
+
|
|
144
|
+
## 4.0.0-beta.69
|
|
145
|
+
|
|
146
|
+
### Patch Changes
|
|
147
|
+
|
|
148
|
+
- dc465e3: update to latest effect beta
|
|
149
|
+
- Updated dependencies [dc465e3]
|
|
150
|
+
- effect-app@4.0.0-beta.69
|
|
151
|
+
|
|
152
|
+
## 4.0.0-beta.68
|
|
153
|
+
|
|
154
|
+
### Patch Changes
|
|
155
|
+
|
|
156
|
+
- Updated dependencies [e6f2341]
|
|
157
|
+
- effect-app@4.0.0-beta.68
|
|
158
|
+
|
|
159
|
+
## 4.0.0-beta.67
|
|
160
|
+
|
|
161
|
+
### Patch Changes
|
|
162
|
+
|
|
163
|
+
- effect-app@4.0.0-beta.67
|
|
164
|
+
|
|
165
|
+
## 4.0.0-beta.66
|
|
166
|
+
|
|
167
|
+
### Patch Changes
|
|
168
|
+
|
|
169
|
+
- Updated dependencies [edc52e4]
|
|
170
|
+
- effect-app@4.0.0-beta.66
|
|
171
|
+
|
|
172
|
+
## 4.0.0-beta.65
|
|
173
|
+
|
|
174
|
+
### Minor Changes
|
|
175
|
+
|
|
176
|
+
- 1f103b2: Replace `proxify` with explicit service accessor helpers: `accessFn`, `accessEffectFn`, `accessCn`, `accessEffectCn`.
|
|
177
|
+
|
|
178
|
+
### Patch Changes
|
|
179
|
+
|
|
180
|
+
- Updated dependencies [31739d7]
|
|
181
|
+
- Updated dependencies [1f103b2]
|
|
182
|
+
- effect-app@4.0.0-beta.65
|
|
183
|
+
|
|
184
|
+
## 4.0.0-beta.64
|
|
185
|
+
|
|
186
|
+
### Patch Changes
|
|
187
|
+
|
|
188
|
+
- Updated dependencies [c1a6fdc]
|
|
189
|
+
- effect-app@4.0.0-beta.64
|
|
190
|
+
|
|
191
|
+
## 4.0.0-beta.63
|
|
192
|
+
|
|
193
|
+
### Minor Changes
|
|
194
|
+
|
|
195
|
+
- b3ed68a: Remove `legacy` from `makeClient` return and clean up `LegacyMutation`, `LegacyMutationImpl`, and related types.
|
|
196
|
+
|
|
197
|
+
### Patch Changes
|
|
198
|
+
|
|
199
|
+
- effect-app@4.0.0-beta.63
|
|
200
|
+
|
|
201
|
+
## 4.0.0-beta.62
|
|
202
|
+
|
|
203
|
+
### Patch Changes
|
|
204
|
+
|
|
205
|
+
- Updated dependencies [0b21a02]
|
|
206
|
+
- effect-app@4.0.0-beta.62
|
|
207
|
+
|
|
208
|
+
## 4.0.0-beta.61
|
|
209
|
+
|
|
210
|
+
### Patch Changes
|
|
211
|
+
|
|
212
|
+
- effect-app@4.0.0-beta.61
|
|
213
|
+
|
|
214
|
+
## 4.0.0-beta.60
|
|
215
|
+
|
|
216
|
+
### Patch Changes
|
|
217
|
+
|
|
218
|
+
- effect-app@4.0.0-beta.60
|
|
219
|
+
|
|
220
|
+
## 4.0.0-beta.59
|
|
221
|
+
|
|
222
|
+
### Patch Changes
|
|
223
|
+
|
|
224
|
+
- cec026d: update packages
|
|
225
|
+
- Updated dependencies [cec026d]
|
|
226
|
+
- effect-app@4.0.0-beta.59
|
|
227
|
+
|
|
228
|
+
## 4.0.0-beta.58
|
|
229
|
+
|
|
230
|
+
### Patch Changes
|
|
231
|
+
|
|
232
|
+
- 7fd35e4: update tanstack/query
|
|
233
|
+
- effect-app@4.0.0-beta.58
|
|
234
|
+
|
|
235
|
+
## 4.0.0-beta.57
|
|
236
|
+
|
|
237
|
+
### Patch Changes
|
|
238
|
+
|
|
239
|
+
- effect-app@4.0.0-beta.57
|
|
240
|
+
|
|
241
|
+
## 4.0.0-beta.56
|
|
242
|
+
|
|
243
|
+
### Patch Changes
|
|
244
|
+
|
|
245
|
+
- effect-app@4.0.0-beta.56
|
|
246
|
+
|
|
247
|
+
## 4.0.0-beta.55
|
|
248
|
+
|
|
249
|
+
### Patch Changes
|
|
250
|
+
|
|
251
|
+
- eceb3a3: align CauseException
|
|
252
|
+
- effect-app@4.0.0-beta.55
|
|
253
|
+
|
|
254
|
+
## 4.0.0-beta.54
|
|
255
|
+
|
|
256
|
+
### Patch Changes
|
|
257
|
+
|
|
258
|
+
- d867272: the return of `Context`
|
|
259
|
+
- Updated dependencies [d867272]
|
|
260
|
+
- effect-app@4.0.0-beta.54
|
|
261
|
+
|
|
262
|
+
## 4.0.0-beta.53
|
|
263
|
+
|
|
264
|
+
### Patch Changes
|
|
265
|
+
|
|
266
|
+
- Updated dependencies [ee9694e]
|
|
267
|
+
- effect-app@4.0.0-beta.53
|
|
268
|
+
|
|
269
|
+
## 4.0.0-beta.52
|
|
270
|
+
|
|
271
|
+
### Patch Changes
|
|
272
|
+
|
|
273
|
+
- Updated dependencies [6252808]
|
|
274
|
+
- effect-app@4.0.0-beta.52
|
|
275
|
+
|
|
276
|
+
## 4.0.0-beta.51
|
|
277
|
+
|
|
278
|
+
### Patch Changes
|
|
279
|
+
|
|
280
|
+
- effect-app@4.0.0-beta.51
|
|
281
|
+
|
|
282
|
+
## 4.0.0-beta.50
|
|
283
|
+
|
|
284
|
+
### Patch Changes
|
|
285
|
+
|
|
286
|
+
- effect-app@4.0.0-beta.50
|
|
287
|
+
|
|
288
|
+
## 4.0.0-beta.49
|
|
289
|
+
|
|
290
|
+
### Patch Changes
|
|
291
|
+
|
|
292
|
+
- Updated dependencies [e585c9c]
|
|
293
|
+
- effect-app@4.0.0-beta.49
|
|
294
|
+
|
|
295
|
+
## 4.0.0-beta.48
|
|
296
|
+
|
|
297
|
+
### Patch Changes
|
|
298
|
+
|
|
299
|
+
- Updated dependencies [0c88f78]
|
|
300
|
+
- effect-app@4.0.0-beta.48
|
|
301
|
+
|
|
302
|
+
## 4.0.0-beta.47
|
|
303
|
+
|
|
304
|
+
### Patch Changes
|
|
305
|
+
|
|
306
|
+
- Updated dependencies [3365758]
|
|
307
|
+
- effect-app@4.0.0-beta.47
|
|
308
|
+
|
|
309
|
+
## 4.0.0-beta.46
|
|
310
|
+
|
|
311
|
+
### Patch Changes
|
|
312
|
+
|
|
313
|
+
- 28a0b29: expose Input
|
|
314
|
+
- 0c42d67: move out Commander and friends from experimental
|
|
315
|
+
- effect-app@4.0.0-beta.46
|
|
316
|
+
|
|
317
|
+
## 4.0.0-beta.45
|
|
318
|
+
|
|
319
|
+
### Patch Changes
|
|
320
|
+
|
|
321
|
+
- 10b55ff: update packages
|
|
322
|
+
- Updated dependencies [10b55ff]
|
|
323
|
+
- effect-app@4.0.0-beta.45
|
|
324
|
+
|
|
325
|
+
## 4.0.0-beta.44
|
|
326
|
+
|
|
327
|
+
### Patch Changes
|
|
328
|
+
|
|
329
|
+
- a37aa38: Update to effect beta 43
|
|
330
|
+
- Updated dependencies [a37aa38]
|
|
331
|
+
- effect-app@4.0.0-beta.44
|
|
332
|
+
|
|
333
|
+
## 4.0.0-beta.43
|
|
334
|
+
|
|
335
|
+
### Patch Changes
|
|
336
|
+
|
|
337
|
+
- effect-app@4.0.0-beta.43
|
|
338
|
+
|
|
339
|
+
## 4.0.0-beta.42
|
|
340
|
+
|
|
341
|
+
### Patch Changes
|
|
342
|
+
|
|
343
|
+
- d195003: Fix numeric field type detection in `getMetadataFromSchema` for Effect v4 JSON schema output. `S.Number` now emits `anyOf` instead of a top-level `type: "number"`, causing fields to fall back to `"text"`. Detection now recurses through `anyOf`/`oneOf`/`allOf` to find the underlying numeric type.
|
|
344
|
+
- effect-app@4.0.0-beta.42
|
|
345
|
+
|
|
346
|
+
## 4.0.0-beta.41
|
|
347
|
+
|
|
348
|
+
### Patch Changes
|
|
349
|
+
|
|
350
|
+
- 702d51c: also make runSync version available\
|
|
351
|
+
- effect-app@4.0.0-beta.41
|
|
352
|
+
|
|
353
|
+
## 4.0.0-beta.40
|
|
354
|
+
|
|
355
|
+
### Patch Changes
|
|
356
|
+
|
|
357
|
+
- 18fd1df: unify runPromise
|
|
358
|
+
- effect-app@4.0.0-beta.40
|
|
359
|
+
|
|
360
|
+
## 4.0.0-beta.39
|
|
361
|
+
|
|
362
|
+
### Patch Changes
|
|
363
|
+
|
|
364
|
+
- Updated dependencies [10e90d5]
|
|
365
|
+
- effect-app@4.0.0-beta.39
|
|
366
|
+
|
|
367
|
+
## 4.0.0-beta.38
|
|
368
|
+
|
|
369
|
+
### Patch Changes
|
|
370
|
+
|
|
371
|
+
- Updated dependencies [0b3e00e]
|
|
372
|
+
- effect-app@4.0.0-beta.38
|
|
373
|
+
|
|
374
|
+
## 4.0.0-beta.37
|
|
375
|
+
|
|
376
|
+
### Patch Changes
|
|
377
|
+
|
|
378
|
+
- 04fc985: Fixes error handling
|
|
379
|
+
- Updated dependencies [947fe20]
|
|
380
|
+
- effect-app@4.0.0-beta.37
|
|
381
|
+
|
|
382
|
+
## 4.0.0-beta.36
|
|
383
|
+
|
|
384
|
+
### Patch Changes
|
|
385
|
+
|
|
386
|
+
- effect-app@4.0.0-beta.36
|
|
387
|
+
|
|
388
|
+
## 4.0.0-beta.35
|
|
389
|
+
|
|
390
|
+
### Patch Changes
|
|
391
|
+
|
|
392
|
+
- effect-app@4.0.0-beta.35
|
|
393
|
+
|
|
394
|
+
## 4.0.0-beta.34
|
|
395
|
+
|
|
396
|
+
### Patch Changes
|
|
397
|
+
|
|
398
|
+
- 8c645d5: update to latest effect
|
|
399
|
+
- Updated dependencies [8c645d5]
|
|
400
|
+
- effect-app@4.0.0-beta.34
|
|
401
|
+
|
|
402
|
+
## 4.0.0-beta.33
|
|
403
|
+
|
|
404
|
+
### Patch Changes
|
|
405
|
+
|
|
406
|
+
- 4b95009: use Finite instead of Number
|
|
407
|
+
- 7328c76: add deprecation notices
|
|
408
|
+
- Updated dependencies [4b95009]
|
|
409
|
+
- effect-app@4.0.0-beta.33
|
|
410
|
+
|
|
411
|
+
## 4.0.0-beta.32
|
|
412
|
+
|
|
413
|
+
### Patch Changes
|
|
414
|
+
|
|
415
|
+
- Updated dependencies [01d862a]
|
|
416
|
+
- effect-app@4.0.0-beta.32
|
|
417
|
+
|
|
418
|
+
## 4.0.0-beta.31
|
|
419
|
+
|
|
420
|
+
### Patch Changes
|
|
421
|
+
|
|
422
|
+
- Updated dependencies [6b6d601]
|
|
423
|
+
- effect-app@4.0.0-beta.31
|
|
424
|
+
|
|
425
|
+
## 4.0.0-beta.30
|
|
426
|
+
|
|
427
|
+
### Patch Changes
|
|
428
|
+
|
|
429
|
+
- Updated dependencies [5ec1f45]
|
|
430
|
+
- effect-app@4.0.0-beta.30
|
|
431
|
+
|
|
432
|
+
## 4.0.0-beta.29
|
|
433
|
+
|
|
434
|
+
### Patch Changes
|
|
435
|
+
|
|
436
|
+
- Updated dependencies [a899d46]
|
|
437
|
+
- effect-app@4.0.0-beta.29
|
|
438
|
+
|
|
439
|
+
## 4.0.0-beta.28
|
|
440
|
+
|
|
441
|
+
### Patch Changes
|
|
442
|
+
|
|
443
|
+
- Updated dependencies [0099208]
|
|
444
|
+
- effect-app@4.0.0-beta.28
|
|
445
|
+
|
|
446
|
+
## 4.0.0-beta.27
|
|
447
|
+
|
|
448
|
+
### Patch Changes
|
|
449
|
+
|
|
450
|
+
- 601a1ff: update effect to 4.0.0-beta.37 and drop the Schema Class disableValidation workaround now that the patched effect schema covers it
|
|
451
|
+
- Updated dependencies [601a1ff]
|
|
452
|
+
- effect-app@4.0.0-beta.27
|
|
453
|
+
|
|
454
|
+
## 4.0.0-beta.26
|
|
455
|
+
|
|
456
|
+
### Patch Changes
|
|
457
|
+
|
|
458
|
+
- Updated dependencies [4da28e2]
|
|
459
|
+
- effect-app@4.0.0-beta.26
|
|
460
|
+
|
|
461
|
+
## 4.0.0-beta.25
|
|
462
|
+
|
|
463
|
+
### Patch Changes
|
|
464
|
+
|
|
465
|
+
- Updated dependencies [6282d4b]
|
|
466
|
+
- effect-app@4.0.0-beta.25
|
|
467
|
+
|
|
468
|
+
## 4.0.0-beta.24
|
|
469
|
+
|
|
470
|
+
### Patch Changes
|
|
471
|
+
|
|
472
|
+
- Updated dependencies [32f71bf]
|
|
473
|
+
- effect-app@4.0.0-beta.24
|
|
474
|
+
|
|
475
|
+
## 4.0.0-beta.23
|
|
476
|
+
|
|
477
|
+
### Patch Changes
|
|
478
|
+
|
|
479
|
+
- Updated dependencies [ea08a79]
|
|
480
|
+
- effect-app@4.0.0-beta.23
|
|
481
|
+
|
|
482
|
+
## 4.0.0-beta.22
|
|
483
|
+
|
|
484
|
+
### Patch Changes
|
|
485
|
+
|
|
486
|
+
- effect-app@4.0.0-beta.22
|
|
487
|
+
|
|
488
|
+
## 4.0.0-beta.21
|
|
489
|
+
|
|
490
|
+
### Patch Changes
|
|
491
|
+
|
|
492
|
+
- 75c72ee: update effect to 4.0.0-beta.36, adapt to Option<A> revert from A | undefined
|
|
493
|
+
- Updated dependencies [0d349e7]
|
|
494
|
+
- Updated dependencies [75c72ee]
|
|
495
|
+
- effect-app@4.0.0-beta.21
|
|
496
|
+
|
|
497
|
+
## 4.0.0-beta.20
|
|
498
|
+
|
|
499
|
+
### Patch Changes
|
|
500
|
+
|
|
501
|
+
- Updated dependencies [aa921db]
|
|
502
|
+
- effect-app@4.0.0-beta.20
|
|
503
|
+
|
|
504
|
+
## 4.0.0-beta.19
|
|
505
|
+
|
|
506
|
+
### Patch Changes
|
|
507
|
+
|
|
508
|
+
- Updated dependencies [ffc10a4]
|
|
509
|
+
- effect-app@4.0.0-beta.19
|
|
510
|
+
|
|
511
|
+
## 4.0.0-beta.18
|
|
512
|
+
|
|
513
|
+
### Patch Changes
|
|
514
|
+
|
|
515
|
+
- Updated dependencies [e9dbbdd]
|
|
516
|
+
- effect-app@4.0.0-beta.18
|
|
517
|
+
|
|
518
|
+
## 4.0.0-beta.17
|
|
519
|
+
|
|
520
|
+
### Patch Changes
|
|
521
|
+
|
|
522
|
+
- Updated dependencies [c8a6a3f]
|
|
523
|
+
- effect-app@4.0.0-beta.17
|
|
524
|
+
|
|
525
|
+
## 4.0.0-beta.16
|
|
526
|
+
|
|
527
|
+
### Patch Changes
|
|
528
|
+
|
|
529
|
+
- Updated dependencies [56db2c4]
|
|
530
|
+
- effect-app@4.0.0-beta.16
|
|
531
|
+
|
|
532
|
+
## 4.0.0-beta.15
|
|
533
|
+
|
|
534
|
+
### Patch Changes
|
|
535
|
+
|
|
536
|
+
- Updated dependencies [20186b6]
|
|
537
|
+
- effect-app@4.0.0-beta.15
|
|
538
|
+
|
|
539
|
+
## 4.0.0-beta.14
|
|
540
|
+
|
|
541
|
+
### Patch Changes
|
|
542
|
+
|
|
543
|
+
- effect-app@4.0.0-beta.14
|
|
544
|
+
|
|
545
|
+
## 4.0.0-beta.13
|
|
546
|
+
|
|
547
|
+
### Patch Changes
|
|
548
|
+
|
|
549
|
+
- 1c3c541: Update Effect dependencies to 4.0.0-beta.31 across workspace packages.
|
|
550
|
+
- de2359d: Update Effect dependencies to 4.0.0-beta.28 across workspace packages.
|
|
551
|
+
- 0d72f34: Update Effect dependencies to 4.0.0-beta.29 across workspace packages.
|
|
552
|
+
- Updated dependencies [16de88c]
|
|
553
|
+
- Updated dependencies [1c3c541]
|
|
554
|
+
- Updated dependencies [de2359d]
|
|
555
|
+
- Updated dependencies [0d72f34]
|
|
556
|
+
- effect-app@4.0.0-beta.13
|
|
557
|
+
|
|
558
|
+
## 4.0.0-beta.12
|
|
559
|
+
|
|
560
|
+
### Patch Changes
|
|
561
|
+
|
|
562
|
+
- 622d54a: Configure Changesets fixed versioning for public packages.
|
|
563
|
+
- Updated dependencies [622d54a]
|
|
564
|
+
- effect-app@4.0.0-beta.12
|
|
565
|
+
|
|
566
|
+
## 4.0.0-beta.10
|
|
567
|
+
|
|
568
|
+
### Patch Changes
|
|
569
|
+
|
|
570
|
+
- Updated dependencies [01c70d0]
|
|
571
|
+
- effect-app@4.0.0-beta.10
|
|
572
|
+
|
|
3
573
|
## 4.0.0-beta.9
|
|
4
574
|
|
|
5
575
|
### Patch Changes
|
|
@@ -81,6 +651,12 @@
|
|
|
81
651
|
- Updated dependencies [880df28]
|
|
82
652
|
- effect-app@4.0.0-beta.0
|
|
83
653
|
|
|
654
|
+
## 2.94.1
|
|
655
|
+
|
|
656
|
+
### Patch Changes
|
|
657
|
+
|
|
658
|
+
- 0a667ad: fix: tanstack query throwing error via watcher
|
|
659
|
+
|
|
84
660
|
## 2.94.0
|
|
85
661
|
|
|
86
662
|
### Minor Changes
|