jazz-react-native 0.8.15 → 0.8.16
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 +466 -457
- package/dist/auth/DemoAuthMethod.js +1 -2
- package/dist/auth/DemoAuthMethod.js.map +1 -1
- package/dist/auth/DemoAuthUI.d.ts +1 -1
- package/dist/auth/DemoAuthUI.js +25 -31
- package/dist/auth/DemoAuthUI.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +3 -5
- package/dist/index.js.map +1 -1
- package/dist/media.d.ts +1 -1
- package/dist/media.js.map +1 -1
- package/dist/provider.js +2 -4
- package/dist/provider.js.map +1 -1
- package/dist/storage/expo-secure-store-adapter.js.map +1 -1
- package/dist/storage/kv-store-context.js.map +1 -1
- package/package.json +7 -11
- package/src/auth/DemoAuthMethod.ts +168 -187
- package/src/auth/DemoAuthUI.tsx +239 -253
- package/src/index.ts +198 -202
- package/src/media.tsx +50 -51
- package/src/provider.tsx +265 -274
- package/src/storage/expo-secure-store-adapter.ts +21 -21
- package/src/storage/kv-store-context.ts +21 -21
- package/tsconfig.json +4 -8
- package/.eslintrc.cjs +0 -24
- package/.prettierrc.js +0 -9
package/CHANGELOG.md
CHANGED
@@ -1,990 +1,999 @@
|
|
1
1
|
# jazz-browser
|
2
2
|
|
3
|
+
## 0.8.16
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [b934fab]
|
8
|
+
- cojson@0.8.16
|
9
|
+
- cojson-transport-ws@0.8.16
|
10
|
+
- jazz-tools@0.8.16
|
11
|
+
|
3
12
|
## 0.8.15
|
4
13
|
|
5
14
|
### Patch Changes
|
6
15
|
|
7
|
-
-
|
8
|
-
|
16
|
+
- Updated dependencies [cce679b]
|
17
|
+
- jazz-tools@0.8.15
|
9
18
|
|
10
19
|
## 0.8.14
|
11
20
|
|
12
21
|
### Patch Changes
|
13
22
|
|
14
|
-
-
|
15
|
-
|
23
|
+
- Updated dependencies [36273b3]
|
24
|
+
- jazz-tools@0.8.14
|
16
25
|
|
17
26
|
## 0.8.13
|
18
27
|
|
19
28
|
### Patch Changes
|
20
29
|
|
21
|
-
-
|
22
|
-
-
|
23
|
-
|
24
|
-
|
30
|
+
- Updated dependencies [fd011d7]
|
31
|
+
- Updated dependencies [e0dd006]
|
32
|
+
- jazz-tools@0.8.13
|
33
|
+
- cojson-transport-ws@0.8.13
|
25
34
|
|
26
35
|
## 0.8.12
|
27
36
|
|
28
37
|
### Patch Changes
|
29
38
|
|
30
|
-
-
|
31
|
-
|
32
|
-
|
33
|
-
|
39
|
+
- Updated dependencies [6ed75eb]
|
40
|
+
- cojson@0.8.12
|
41
|
+
- cojson-transport-ws@0.8.12
|
42
|
+
- jazz-tools@0.8.12
|
34
43
|
|
35
44
|
## 0.8.11
|
36
45
|
|
37
46
|
### Patch Changes
|
38
47
|
|
39
|
-
-
|
40
|
-
|
41
|
-
|
42
|
-
|
48
|
+
- Updated dependencies [1ed4ab5]
|
49
|
+
- cojson@0.8.11
|
50
|
+
- cojson-transport-ws@0.8.11
|
51
|
+
- jazz-tools@0.8.11
|
43
52
|
|
44
53
|
## 0.8.8
|
45
54
|
|
46
55
|
### Patch Changes
|
47
56
|
|
48
|
-
-
|
57
|
+
- b7639cf: feat(react-native): replaced react-native-mmkv with expo-secure-store and initialize it by default as kvStore in createJazzRNApp() (BREAKING)
|
49
58
|
|
50
59
|
## 0.8.7
|
51
60
|
|
52
61
|
### Patch Changes
|
53
62
|
|
54
|
-
-
|
55
|
-
-
|
56
|
-
|
63
|
+
- 32b05b6: weaker peer dependencies
|
64
|
+
- Updated dependencies [e82cf3d]
|
65
|
+
- cojson-transport-ws@0.8.7
|
57
66
|
|
58
67
|
## 0.8.6
|
59
68
|
|
60
69
|
### Patch Changes
|
61
70
|
|
62
|
-
-
|
63
|
-
|
71
|
+
- Updated dependencies [5542fdb]
|
72
|
+
- cojson-transport-ws@0.8.6
|
64
73
|
|
65
74
|
## 0.8.5
|
66
75
|
|
67
76
|
### Patch Changes
|
68
77
|
|
69
|
-
-
|
70
|
-
-
|
71
|
-
-
|
72
|
-
|
73
|
-
|
74
|
-
|
78
|
+
- c3f4e6b: Fix order of exports fields in package.json
|
79
|
+
- Updated dependencies [c3f4e6b]
|
80
|
+
- Updated dependencies [d9152ed]
|
81
|
+
- jazz-tools@0.8.5
|
82
|
+
- cojson@0.8.5
|
83
|
+
- cojson-transport-ws@0.8.5
|
75
84
|
|
76
85
|
## 0.8.3
|
77
86
|
|
78
87
|
### Patch Changes
|
79
88
|
|
80
|
-
-
|
81
|
-
-
|
82
|
-
|
83
|
-
|
84
|
-
|
89
|
+
- Experimental support for React Native
|
90
|
+
- Updated dependencies
|
91
|
+
- cojson@0.8.3
|
92
|
+
- cojson-transport-ws@0.8.3
|
93
|
+
- jazz-tools@0.8.3
|
85
94
|
|
86
95
|
## 0.8.0
|
87
96
|
|
88
97
|
### Minor Changes
|
89
98
|
|
90
|
-
-
|
99
|
+
- bcec3be: Implement new top-level context creation and auth method API
|
91
100
|
|
92
101
|
### Patch Changes
|
93
102
|
|
94
|
-
-
|
95
|
-
-
|
96
|
-
-
|
97
|
-
-
|
98
|
-
-
|
99
|
-
-
|
100
|
-
-
|
101
|
-
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
103
|
+
- c2b62a0: Make anonymous auth work better
|
104
|
+
- 1a979b6: Implement guest auth without account
|
105
|
+
- Updated dependencies [6a147c2]
|
106
|
+
- Updated dependencies [ad40b88]
|
107
|
+
- Updated dependencies [23369dc]
|
108
|
+
- Updated dependencies [c2b62a0]
|
109
|
+
- Updated dependencies [1a979b6]
|
110
|
+
- Updated dependencies [bcec3be]
|
111
|
+
- cojson@0.8.0
|
112
|
+
- jazz-tools@0.8.0
|
113
|
+
- cojson-storage-indexeddb@0.8.0
|
114
|
+
- cojson-transport-ws@0.8.0
|
106
115
|
|
107
116
|
## 0.7.35-guest-auth.6
|
108
117
|
|
109
118
|
### Patch Changes
|
110
119
|
|
111
|
-
-
|
112
|
-
|
120
|
+
- Updated dependencies
|
121
|
+
- jazz-tools@0.7.35-guest-auth.6
|
113
122
|
|
114
123
|
## 0.7.35
|
115
124
|
|
116
125
|
### Patch Changes
|
117
126
|
|
118
|
-
-
|
119
|
-
-
|
120
|
-
-
|
121
|
-
-
|
122
|
-
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
+
- Updated dependencies [49a8b54]
|
128
|
+
- Updated dependencies [35bbcd9]
|
129
|
+
- Updated dependencies [6f80282]
|
130
|
+
- Updated dependencies [35bbcd9]
|
131
|
+
- Updated dependencies [f350e90]
|
132
|
+
- jazz-tools@0.7.35
|
133
|
+
- cojson@0.7.35
|
134
|
+
- cojson-storage-indexeddb@0.7.35
|
135
|
+
- cojson-transport-ws@0.7.35
|
127
136
|
|
128
137
|
## 0.7.34
|
129
138
|
|
130
139
|
### Patch Changes
|
131
140
|
|
132
|
-
-
|
133
|
-
-
|
134
|
-
-
|
135
|
-
-
|
136
|
-
-
|
137
|
-
-
|
138
|
-
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
141
|
+
- Updated dependencies [5d91f9f]
|
142
|
+
- Updated dependencies [5094e6d]
|
143
|
+
- Updated dependencies [b09589b]
|
144
|
+
- Updated dependencies [2c3a40c]
|
145
|
+
- Updated dependencies [406ab9b]
|
146
|
+
- Updated dependencies [4e16575]
|
147
|
+
- Updated dependencies [ea882ab]
|
148
|
+
- cojson@0.7.34
|
149
|
+
- cojson-transport-ws@0.7.34
|
150
|
+
- cojson-storage-indexeddb@0.7.34
|
151
|
+
- jazz-tools@0.7.34
|
143
152
|
|
144
153
|
## 0.7.34-neverthrow.8
|
145
154
|
|
146
155
|
### Patch Changes
|
147
156
|
|
148
|
-
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
157
|
+
- Updated dependencies
|
158
|
+
- cojson@0.7.34-neverthrow.8
|
159
|
+
- cojson-storage-indexeddb@0.7.34-neverthrow.8
|
160
|
+
- cojson-transport-ws@0.7.34-neverthrow.8
|
161
|
+
- jazz-tools@0.7.34-neverthrow.8
|
153
162
|
|
154
163
|
## 0.7.34-neverthrow.7
|
155
164
|
|
156
165
|
### Patch Changes
|
157
166
|
|
158
|
-
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
167
|
+
- Updated dependencies
|
168
|
+
- cojson@0.7.34-neverthrow.7
|
169
|
+
- cojson-storage-indexeddb@0.7.34-neverthrow.7
|
170
|
+
- cojson-transport-ws@0.7.34-neverthrow.7
|
171
|
+
- jazz-tools@0.7.34-neverthrow.7
|
163
172
|
|
164
173
|
## 0.7.34-neverthrow.4
|
165
174
|
|
166
175
|
### Patch Changes
|
167
176
|
|
168
|
-
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
177
|
+
- Updated dependencies
|
178
|
+
- cojson@0.7.34-neverthrow.4
|
179
|
+
- cojson-storage-indexeddb@0.7.34-neverthrow.4
|
180
|
+
- cojson-transport-ws@0.7.34-neverthrow.4
|
181
|
+
- jazz-tools@0.7.34-neverthrow.4
|
173
182
|
|
174
183
|
## 0.7.34-neverthrow.3
|
175
184
|
|
176
185
|
### Patch Changes
|
177
186
|
|
178
|
-
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
187
|
+
- Updated dependencies
|
188
|
+
- cojson@0.7.34-neverthrow.3
|
189
|
+
- cojson-storage-indexeddb@0.7.34-neverthrow.3
|
190
|
+
- cojson-transport-ws@0.7.34-neverthrow.3
|
191
|
+
- jazz-tools@0.7.34-neverthrow.3
|
183
192
|
|
184
193
|
## 0.7.34-neverthrow.2
|
185
194
|
|
186
195
|
### Patch Changes
|
187
196
|
|
188
|
-
-
|
189
|
-
|
197
|
+
- Updated dependencies
|
198
|
+
- cojson-transport-ws@0.7.34-neverthrow.2
|
190
199
|
|
191
200
|
## 0.7.34-neverthrow.1
|
192
201
|
|
193
202
|
### Patch Changes
|
194
203
|
|
195
|
-
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
204
|
+
- Updated dependencies
|
205
|
+
- cojson@0.7.34-neverthrow.1
|
206
|
+
- cojson-storage-indexeddb@0.7.34-neverthrow.1
|
207
|
+
- cojson-transport-ws@0.7.34-neverthrow.1
|
208
|
+
- jazz-tools@0.7.34-neverthrow.1
|
200
209
|
|
201
210
|
## 0.7.34-neverthrow.0
|
202
211
|
|
203
212
|
### Patch Changes
|
204
213
|
|
205
|
-
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
214
|
+
- Updated dependencies
|
215
|
+
- cojson@0.7.34-neverthrow.0
|
216
|
+
- cojson-storage-indexeddb@0.7.34-neverthrow.0
|
217
|
+
- cojson-transport-ws@0.7.34-neverthrow.0
|
218
|
+
- jazz-tools@0.7.34-neverthrow.0
|
210
219
|
|
211
220
|
## 0.7.33
|
212
221
|
|
213
222
|
### Patch Changes
|
214
223
|
|
215
|
-
-
|
216
|
-
-
|
217
|
-
-
|
218
|
-
-
|
219
|
-
-
|
220
|
-
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
224
|
+
- Updated dependencies [fdde8db]
|
225
|
+
- Updated dependencies [b297c93]
|
226
|
+
- Updated dependencies [07fe2b9]
|
227
|
+
- Updated dependencies [3bf5127]
|
228
|
+
- Updated dependencies [a8b74ff]
|
229
|
+
- Updated dependencies [db53161]
|
230
|
+
- cojson-transport-ws@0.7.33
|
231
|
+
- cojson@0.7.33
|
232
|
+
- cojson-storage-indexeddb@0.7.33
|
233
|
+
- jazz-tools@0.7.33
|
225
234
|
|
226
235
|
## 0.7.33-hotfixes.5
|
227
236
|
|
228
237
|
### Patch Changes
|
229
238
|
|
230
|
-
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
239
|
+
- Updated dependencies
|
240
|
+
- cojson@0.7.33-hotfixes.5
|
241
|
+
- cojson-storage-indexeddb@0.7.33-hotfixes.5
|
242
|
+
- cojson-transport-ws@0.7.33-hotfixes.5
|
243
|
+
- jazz-tools@0.7.33-hotfixes.5
|
235
244
|
|
236
245
|
## 0.7.33-hotfixes.4
|
237
246
|
|
238
247
|
### Patch Changes
|
239
248
|
|
240
|
-
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
249
|
+
- Updated dependencies
|
250
|
+
- cojson@0.7.33-hotfixes.4
|
251
|
+
- cojson-storage-indexeddb@0.7.33-hotfixes.4
|
252
|
+
- cojson-transport-ws@0.7.33-hotfixes.4
|
253
|
+
- jazz-tools@0.7.33-hotfixes.4
|
245
254
|
|
246
255
|
## 0.7.33-hotfixes.3
|
247
256
|
|
248
257
|
### Patch Changes
|
249
258
|
|
250
|
-
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
259
|
+
- Updated dependencies
|
260
|
+
- cojson-storage-indexeddb@0.7.33-hotfixes.3
|
261
|
+
- cojson-transport-ws@0.7.33-hotfixes.3
|
262
|
+
- cojson@0.7.33-hotfixes.3
|
263
|
+
- jazz-tools@0.7.33-hotfixes.3
|
255
264
|
|
256
265
|
## 0.7.33-hotfixes.2
|
257
266
|
|
258
267
|
### Patch Changes
|
259
268
|
|
260
|
-
-
|
261
|
-
|
269
|
+
- Updated dependencies
|
270
|
+
- cojson-transport-ws@0.7.33-hotfixes.2
|
262
271
|
|
263
272
|
## 0.7.33-hotfixes.1
|
264
273
|
|
265
274
|
### Patch Changes
|
266
275
|
|
267
|
-
-
|
268
|
-
|
276
|
+
- Updated dependencies
|
277
|
+
- cojson-transport-ws@0.7.33-hotfixes.1
|
269
278
|
|
270
279
|
## 0.7.33-hotfixes.0
|
271
280
|
|
272
281
|
### Patch Changes
|
273
282
|
|
274
|
-
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
283
|
+
- Updated dependencies
|
284
|
+
- cojson@0.7.33-hotfixes.0
|
285
|
+
- cojson-storage-indexeddb@0.7.33-hotfixes.0
|
286
|
+
- cojson-transport-ws@0.7.33-hotfixes.0
|
287
|
+
- jazz-tools@0.7.33-hotfixes.0
|
279
288
|
|
280
289
|
## 0.7.32
|
281
290
|
|
282
291
|
### Patch Changes
|
283
292
|
|
284
|
-
-
|
285
|
-
|
293
|
+
- Updated dependencies
|
294
|
+
- jazz-tools@0.7.32
|
286
295
|
|
287
296
|
## 0.7.31
|
288
297
|
|
289
298
|
### Patch Changes
|
290
299
|
|
291
|
-
-
|
292
|
-
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
300
|
+
- Updated dependencies
|
301
|
+
- Updated dependencies
|
302
|
+
- cojson-transport-ws@0.7.31
|
303
|
+
- cojson@0.7.31
|
304
|
+
- cojson-storage-indexeddb@0.7.31
|
305
|
+
- jazz-tools@0.7.31
|
297
306
|
|
298
307
|
## 0.7.30
|
299
308
|
|
300
309
|
### Patch Changes
|
301
310
|
|
302
|
-
-
|
303
|
-
|
311
|
+
- Updated dependencies
|
312
|
+
- cojson-transport-ws@0.7.30
|
304
313
|
|
305
314
|
## 0.7.29
|
306
315
|
|
307
316
|
### Patch Changes
|
308
317
|
|
309
|
-
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
318
|
+
- Updated dependencies
|
319
|
+
- cojson@0.7.29
|
320
|
+
- cojson-storage-indexeddb@0.7.29
|
321
|
+
- cojson-transport-ws@0.7.29
|
322
|
+
- jazz-tools@0.7.29
|
314
323
|
|
315
324
|
## 0.7.28
|
316
325
|
|
317
326
|
### Patch Changes
|
318
327
|
|
319
|
-
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
328
|
+
- Updated dependencies
|
329
|
+
- cojson@0.7.28
|
330
|
+
- cojson-storage-indexeddb@0.7.28
|
331
|
+
- cojson-transport-ws@0.7.28
|
332
|
+
- jazz-tools@0.7.28
|
324
333
|
|
325
334
|
## 0.7.27
|
326
335
|
|
327
336
|
### Patch Changes
|
328
337
|
|
329
|
-
-
|
330
|
-
|
338
|
+
- Updated dependencies
|
339
|
+
- cojson-transport-ws@0.7.27
|
331
340
|
|
332
341
|
## 0.7.26
|
333
342
|
|
334
343
|
### Patch Changes
|
335
344
|
|
336
|
-
-
|
337
|
-
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
345
|
+
- Remove Effect from jazz/cojson internals
|
346
|
+
- Updated dependencies
|
347
|
+
- cojson@0.7.26
|
348
|
+
- cojson-storage-indexeddb@0.7.26
|
349
|
+
- cojson-transport-ws@0.7.26
|
350
|
+
- jazz-tools@0.7.26
|
342
351
|
|
343
352
|
## 0.7.25
|
344
353
|
|
345
354
|
### Patch Changes
|
346
355
|
|
347
|
-
-
|
348
|
-
|
356
|
+
- Updated dependencies
|
357
|
+
- jazz-tools@0.7.25
|
349
358
|
|
350
359
|
## 0.7.24
|
351
360
|
|
352
361
|
### Patch Changes
|
353
362
|
|
354
|
-
-
|
355
|
-
|
363
|
+
- Updated dependencies
|
364
|
+
- jazz-tools@0.7.24
|
356
365
|
|
357
366
|
## 0.7.23
|
358
367
|
|
359
368
|
### Patch Changes
|
360
369
|
|
361
|
-
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
370
|
+
- Updated dependencies
|
371
|
+
- cojson@0.7.23
|
372
|
+
- jazz-tools@0.7.23
|
373
|
+
- cojson-storage-indexeddb@0.7.23
|
374
|
+
- cojson-transport-ws@0.7.23
|
366
375
|
|
367
376
|
## 0.7.22
|
368
377
|
|
369
378
|
### Patch Changes
|
370
379
|
|
371
|
-
-
|
372
|
-
|
380
|
+
- Updated dependencies
|
381
|
+
- cojson-transport-ws@0.7.22
|
373
382
|
|
374
383
|
## 0.7.21
|
375
384
|
|
376
385
|
### Patch Changes
|
377
386
|
|
378
|
-
-
|
379
|
-
|
387
|
+
- Updated dependencies
|
388
|
+
- jazz-tools@0.7.21
|
380
389
|
|
381
390
|
## 0.7.20
|
382
391
|
|
383
392
|
### Patch Changes
|
384
393
|
|
385
|
-
-
|
386
|
-
|
394
|
+
- Updated dependencies
|
395
|
+
- jazz-tools@0.7.20
|
387
396
|
|
388
397
|
## 0.7.19
|
389
398
|
|
390
399
|
### Patch Changes
|
391
400
|
|
392
|
-
-
|
393
|
-
|
401
|
+
- Updated dependencies
|
402
|
+
- jazz-tools@0.7.19
|
394
403
|
|
395
404
|
## 0.7.18
|
396
405
|
|
397
406
|
### Patch Changes
|
398
407
|
|
399
|
-
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
408
|
+
- Updated dependencies
|
409
|
+
- cojson@0.7.18
|
410
|
+
- cojson-storage-indexeddb@0.7.18
|
411
|
+
- cojson-transport-ws@0.7.18
|
412
|
+
- jazz-tools@0.7.18
|
404
413
|
|
405
414
|
## 0.7.17
|
406
415
|
|
407
416
|
### Patch Changes
|
408
417
|
|
409
|
-
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
418
|
+
- Updated dependencies
|
419
|
+
- cojson@0.7.17
|
420
|
+
- cojson-storage-indexeddb@0.7.17
|
421
|
+
- cojson-transport-ws@0.7.17
|
422
|
+
- jazz-tools@0.7.17
|
414
423
|
|
415
424
|
## 0.7.16
|
416
425
|
|
417
426
|
### Patch Changes
|
418
427
|
|
419
|
-
-
|
420
|
-
|
428
|
+
- Updated dependencies
|
429
|
+
- jazz-tools@0.7.16
|
421
430
|
|
422
431
|
## 0.7.14
|
423
432
|
|
424
433
|
### Patch Changes
|
425
434
|
|
426
|
-
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
435
|
+
- Updated dependencies
|
436
|
+
- cojson@0.7.14
|
437
|
+
- jazz-tools@0.7.14
|
438
|
+
- cojson-storage-indexeddb@0.7.14
|
439
|
+
- cojson-transport-ws@0.7.14
|
431
440
|
|
432
441
|
## 0.7.13
|
433
442
|
|
434
443
|
### Patch Changes
|
435
444
|
|
436
|
-
-
|
437
|
-
|
445
|
+
- Updated dependencies
|
446
|
+
- jazz-tools@0.7.13
|
438
447
|
|
439
448
|
## 0.7.12
|
440
449
|
|
441
450
|
### Patch Changes
|
442
451
|
|
443
|
-
-
|
444
|
-
|
452
|
+
- Updated dependencies
|
453
|
+
- jazz-tools@0.7.12
|
445
454
|
|
446
455
|
## 0.7.11
|
447
456
|
|
448
457
|
### Patch Changes
|
449
458
|
|
450
|
-
-
|
451
|
-
|
452
|
-
|
453
|
-
|
459
|
+
- Updated dependencies
|
460
|
+
- cojson@0.7.11
|
461
|
+
- cojson-storage-indexeddb@0.7.11
|
462
|
+
- jazz-tools@0.7.11
|
454
463
|
|
455
464
|
## 0.7.10
|
456
465
|
|
457
466
|
### Patch Changes
|
458
467
|
|
459
|
-
-
|
460
|
-
|
461
|
-
|
462
|
-
|
468
|
+
- Updated dependencies
|
469
|
+
- cojson@0.7.10
|
470
|
+
- cojson-storage-indexeddb@0.7.10
|
471
|
+
- jazz-tools@0.7.10
|
463
472
|
|
464
473
|
## 0.7.9
|
465
474
|
|
466
475
|
### Patch Changes
|
467
476
|
|
468
|
-
-
|
469
|
-
|
470
|
-
|
471
|
-
|
477
|
+
- Updated dependencies
|
478
|
+
- cojson@0.7.9
|
479
|
+
- cojson-storage-indexeddb@0.7.9
|
480
|
+
- jazz-tools@0.7.9
|
472
481
|
|
473
482
|
## 0.7.8
|
474
483
|
|
475
484
|
### Patch Changes
|
476
485
|
|
477
|
-
-
|
478
|
-
|
486
|
+
- Updated dependencies
|
487
|
+
- jazz-tools@0.7.8
|
479
488
|
|
480
489
|
## 0.7.6
|
481
490
|
|
482
491
|
### Patch Changes
|
483
492
|
|
484
|
-
-
|
485
|
-
|
493
|
+
- Updated dependencies
|
494
|
+
- jazz-tools@0.7.6
|
486
495
|
|
487
496
|
## 0.7.5
|
488
497
|
|
489
498
|
### Patch Changes
|
490
499
|
|
491
|
-
-
|
500
|
+
- Ability to add seed accounts to DemoAuth
|
492
501
|
|
493
502
|
## 0.7.3
|
494
503
|
|
495
504
|
### Patch Changes
|
496
505
|
|
497
|
-
-
|
498
|
-
|
506
|
+
- Updated dependencies
|
507
|
+
- jazz-tools@0.7.3
|
499
508
|
|
500
509
|
## 0.7.1
|
501
510
|
|
502
511
|
### Patch Changes
|
503
512
|
|
504
|
-
-
|
505
|
-
|
513
|
+
- Updated dependencies
|
514
|
+
- jazz-tools@0.7.1
|
506
515
|
|
507
516
|
## 0.7.0
|
508
517
|
|
509
518
|
### Minor Changes
|
510
519
|
|
511
|
-
-
|
512
|
-
|
513
|
-
### Patch Changes
|
514
|
-
|
515
|
-
-
|
516
|
-
-
|
517
|
-
-
|
518
|
-
-
|
519
|
-
-
|
520
|
-
-
|
521
|
-
-
|
522
|
-
-
|
523
|
-
-
|
524
|
-
-
|
525
|
-
-
|
526
|
-
-
|
527
|
-
-
|
528
|
-
-
|
529
|
-
-
|
530
|
-
-
|
531
|
-
-
|
532
|
-
-
|
533
|
-
-
|
534
|
-
-
|
535
|
-
-
|
536
|
-
-
|
537
|
-
-
|
538
|
-
-
|
539
|
-
-
|
540
|
-
-
|
541
|
-
-
|
542
|
-
-
|
543
|
-
-
|
544
|
-
-
|
545
|
-
-
|
546
|
-
-
|
547
|
-
-
|
548
|
-
-
|
549
|
-
-
|
550
|
-
-
|
551
|
-
-
|
552
|
-
-
|
553
|
-
-
|
554
|
-
-
|
555
|
-
-
|
556
|
-
-
|
557
|
-
-
|
558
|
-
-
|
559
|
-
-
|
560
|
-
-
|
561
|
-
-
|
562
|
-
-
|
563
|
-
-
|
564
|
-
-
|
565
|
-
-
|
566
|
-
-
|
567
|
-
-
|
568
|
-
-
|
569
|
-
-
|
570
|
-
-
|
571
|
-
-
|
572
|
-
-
|
573
|
-
-
|
574
|
-
-
|
575
|
-
-
|
576
|
-
-
|
577
|
-
-
|
578
|
-
-
|
579
|
-
-
|
580
|
-
-
|
581
|
-
|
582
|
-
|
583
|
-
|
520
|
+
- e299c3e: New simplified API
|
521
|
+
|
522
|
+
### Patch Changes
|
523
|
+
|
524
|
+
- 1a35307: WIP working-ish version of LSM storage
|
525
|
+
- 59c18c3: CoMap fix
|
526
|
+
- 8636319: Implement deep loading, simplify API
|
527
|
+
- d8fe2b1: Expose experimental OPFS storage
|
528
|
+
- c4151fc: Support stricter TS lint rules
|
529
|
+
- daee49c: Add missing @scure/bip39 dep
|
530
|
+
- 952982e: Consistent proxy based API
|
531
|
+
- d2e03ff: Fix variance of ID.\_\_type
|
532
|
+
- 354bdcd: Even friendlier for subclassing CoMap
|
533
|
+
- 60d5ca2: Clean up exports
|
534
|
+
- 69ac514: Use effect schema much less
|
535
|
+
- f0f6f1b: Clean up API more & re-add jazz-nodejs
|
536
|
+
- 1a44f87: Refactoring
|
537
|
+
- 627d895: Get rid of Co namespace
|
538
|
+
- 85d2b62: More subclass-friendly types in CoMap
|
539
|
+
- Updated dependencies [8636319]
|
540
|
+
- Updated dependencies [1a35307]
|
541
|
+
- Updated dependencies [8636319]
|
542
|
+
- Updated dependencies [1a35307]
|
543
|
+
- Updated dependencies [96c494f]
|
544
|
+
- Updated dependencies [59c18c3]
|
545
|
+
- Updated dependencies [19f52b7]
|
546
|
+
- Updated dependencies [8636319]
|
547
|
+
- Updated dependencies [d8fe2b1]
|
548
|
+
- Updated dependencies [19004b4]
|
549
|
+
- Updated dependencies [a78f168]
|
550
|
+
- Updated dependencies [1200aae]
|
551
|
+
- Updated dependencies [52675c9]
|
552
|
+
- Updated dependencies [129e2c1]
|
553
|
+
- Updated dependencies [1cfa279]
|
554
|
+
- Updated dependencies [704af7d]
|
555
|
+
- Updated dependencies [1a35307]
|
556
|
+
- Updated dependencies [460478f]
|
557
|
+
- Updated dependencies [6b0418f]
|
558
|
+
- Updated dependencies [e299c3e]
|
559
|
+
- Updated dependencies [ed5643a]
|
560
|
+
- Updated dependencies [bde684f]
|
561
|
+
- Updated dependencies [bf0f8ec]
|
562
|
+
- Updated dependencies [c4151fc]
|
563
|
+
- Updated dependencies [63374cc]
|
564
|
+
- Updated dependencies [8636319]
|
565
|
+
- Updated dependencies [01ac646]
|
566
|
+
- Updated dependencies [a5e68a4]
|
567
|
+
- Updated dependencies [952982e]
|
568
|
+
- Updated dependencies [1a35307]
|
569
|
+
- Updated dependencies [5fa277c]
|
570
|
+
- Updated dependencies [60d5ca2]
|
571
|
+
- Updated dependencies [21771c4]
|
572
|
+
- Updated dependencies [77c2b56]
|
573
|
+
- Updated dependencies [63374cc]
|
574
|
+
- Updated dependencies [d2e03ff]
|
575
|
+
- Updated dependencies [354bdcd]
|
576
|
+
- Updated dependencies [60d5ca2]
|
577
|
+
- Updated dependencies [69ac514]
|
578
|
+
- Updated dependencies [f8a5c46]
|
579
|
+
- Updated dependencies [f0f6f1b]
|
580
|
+
- Updated dependencies [e5eed5b]
|
581
|
+
- Updated dependencies [1a44f87]
|
582
|
+
- Updated dependencies [627d895]
|
583
|
+
- Updated dependencies [1200aae]
|
584
|
+
- Updated dependencies [63374cc]
|
585
|
+
- Updated dependencies [ece35b3]
|
586
|
+
- Updated dependencies [38d4410]
|
587
|
+
- Updated dependencies [85d2b62]
|
588
|
+
- Updated dependencies [fd86c11]
|
589
|
+
- Updated dependencies [52675c9]
|
590
|
+
- jazz-tools@0.7.0
|
591
|
+
- cojson@0.7.0
|
592
|
+
- cojson-storage-indexeddb@0.7.0
|
584
593
|
|
585
594
|
## 0.7.0-alpha.42
|
586
595
|
|
587
596
|
### Patch Changes
|
588
597
|
|
589
|
-
-
|
590
|
-
|
591
|
-
|
592
|
-
|
598
|
+
- Updated dependencies
|
599
|
+
- jazz-tools@0.7.0-alpha.42
|
600
|
+
- cojson@0.7.0-alpha.42
|
601
|
+
- cojson-storage-indexeddb@0.7.0-alpha.42
|
593
602
|
|
594
603
|
## 0.7.0-alpha.41
|
595
604
|
|
596
605
|
### Patch Changes
|
597
606
|
|
598
|
-
-
|
607
|
+
- jazz-tools@0.7.0-alpha.41
|
599
608
|
|
600
609
|
## 0.7.0-alpha.39
|
601
610
|
|
602
611
|
### Patch Changes
|
603
612
|
|
604
|
-
-
|
605
|
-
|
606
|
-
|
607
|
-
|
613
|
+
- Updated dependencies
|
614
|
+
- cojson@0.7.0-alpha.39
|
615
|
+
- cojson-storage-indexeddb@0.7.0-alpha.39
|
616
|
+
- jazz-tools@0.7.0-alpha.39
|
608
617
|
|
609
618
|
## 0.7.0-alpha.38
|
610
619
|
|
611
620
|
### Patch Changes
|
612
621
|
|
613
|
-
-
|
614
|
-
-
|
615
|
-
-
|
616
|
-
-
|
617
|
-
-
|
618
|
-
|
619
|
-
|
620
|
-
|
622
|
+
- Implement deep loading, simplify API
|
623
|
+
- Updated dependencies
|
624
|
+
- Updated dependencies
|
625
|
+
- Updated dependencies
|
626
|
+
- Updated dependencies
|
627
|
+
- jazz-tools@0.7.0-alpha.38
|
628
|
+
- cojson@0.7.0-alpha.38
|
629
|
+
- cojson-storage-indexeddb@0.7.0-alpha.38
|
621
630
|
|
622
631
|
## 0.7.0-alpha.37
|
623
632
|
|
624
633
|
### Patch Changes
|
625
634
|
|
626
|
-
-
|
627
|
-
-
|
628
|
-
|
629
|
-
|
630
|
-
|
635
|
+
- Expose experimental OPFS storage
|
636
|
+
- Updated dependencies
|
637
|
+
- cojson@0.7.0-alpha.37
|
638
|
+
- cojson-storage-indexeddb@0.7.0-alpha.37
|
639
|
+
- jazz-tools@0.7.0-alpha.37
|
631
640
|
|
632
641
|
## 0.7.0-alpha.36
|
633
642
|
|
634
643
|
### Patch Changes
|
635
644
|
|
636
|
-
-
|
637
|
-
-
|
638
|
-
-
|
639
|
-
-
|
640
|
-
-
|
641
|
-
-
|
642
|
-
|
643
|
-
|
645
|
+
- 1a35307: WIP working-ish version of LSM storage
|
646
|
+
- Updated dependencies [1a35307]
|
647
|
+
- Updated dependencies [1a35307]
|
648
|
+
- Updated dependencies [1a35307]
|
649
|
+
- Updated dependencies [6b0418f]
|
650
|
+
- Updated dependencies [1a35307]
|
651
|
+
- cojson@0.7.0-alpha.36
|
652
|
+
- jazz-tools@0.7.0-alpha.36
|
644
653
|
|
645
654
|
## 0.7.0-alpha.35
|
646
655
|
|
647
656
|
### Patch Changes
|
648
657
|
|
649
|
-
-
|
650
|
-
-
|
651
|
-
|
652
|
-
|
653
|
-
|
658
|
+
- Updated dependencies
|
659
|
+
- Updated dependencies
|
660
|
+
- cojson@0.7.0-alpha.35
|
661
|
+
- jazz-tools@0.7.0-alpha.35
|
662
|
+
- cojson-storage-indexeddb@0.7.0-alpha.35
|
654
663
|
|
655
664
|
## 0.7.0-alpha.34
|
656
665
|
|
657
666
|
### Patch Changes
|
658
667
|
|
659
|
-
-
|
660
|
-
|
668
|
+
- Updated dependencies
|
669
|
+
- jazz-tools@0.7.0-alpha.34
|
661
670
|
|
662
671
|
## 0.7.0-alpha.32
|
663
672
|
|
664
673
|
### Patch Changes
|
665
674
|
|
666
|
-
-
|
667
|
-
-
|
668
|
-
-
|
669
|
-
|
675
|
+
- Clean up exports
|
676
|
+
- Updated dependencies
|
677
|
+
- Updated dependencies
|
678
|
+
- jazz-tools@0.7.0-alpha.32
|
670
679
|
|
671
680
|
## 0.7.0-alpha.31
|
672
681
|
|
673
682
|
### Patch Changes
|
674
683
|
|
675
|
-
-
|
676
|
-
|
684
|
+
- Updated dependencies
|
685
|
+
- jazz-tools@0.7.0-alpha.31
|
677
686
|
|
678
687
|
## 0.7.0-alpha.30
|
679
688
|
|
680
689
|
### Patch Changes
|
681
690
|
|
682
|
-
-
|
683
|
-
|
691
|
+
- Updated dependencies
|
692
|
+
- jazz-tools@0.7.0-alpha.30
|
684
693
|
|
685
694
|
## 0.7.0-alpha.29
|
686
695
|
|
687
696
|
### Patch Changes
|
688
697
|
|
689
|
-
-
|
690
|
-
|
691
|
-
|
692
|
-
|
698
|
+
- Updated dependencies
|
699
|
+
- cojson-storage-indexeddb@0.7.0-alpha.29
|
700
|
+
- jazz-tools@0.7.0-alpha.29
|
701
|
+
- cojson@0.7.0-alpha.29
|
693
702
|
|
694
703
|
## 0.7.0-alpha.28
|
695
704
|
|
696
705
|
### Patch Changes
|
697
706
|
|
698
|
-
-
|
699
|
-
|
700
|
-
|
701
|
-
|
707
|
+
- Updated dependencies
|
708
|
+
- jazz-tools@0.7.0-alpha.28
|
709
|
+
- cojson@0.7.0-alpha.28
|
710
|
+
- cojson-storage-indexeddb@0.7.0-alpha.28
|
702
711
|
|
703
712
|
## 0.7.0-alpha.27
|
704
713
|
|
705
714
|
### Patch Changes
|
706
715
|
|
707
|
-
-
|
708
|
-
-
|
709
|
-
|
710
|
-
|
711
|
-
|
716
|
+
- Updated dependencies
|
717
|
+
- Updated dependencies
|
718
|
+
- jazz-tools@0.7.0-alpha.27
|
719
|
+
- cojson@0.7.0-alpha.27
|
720
|
+
- cojson-storage-indexeddb@0.7.0-alpha.27
|
712
721
|
|
713
722
|
## 0.7.0-alpha.26
|
714
723
|
|
715
724
|
### Patch Changes
|
716
725
|
|
717
|
-
-
|
718
|
-
|
726
|
+
- Updated dependencies
|
727
|
+
- jazz-tools@0.7.0-alpha.26
|
719
728
|
|
720
729
|
## 0.7.0-alpha.25
|
721
730
|
|
722
731
|
### Patch Changes
|
723
732
|
|
724
|
-
-
|
725
|
-
|
733
|
+
- Updated dependencies
|
734
|
+
- jazz-tools@0.7.0-alpha.25
|
726
735
|
|
727
736
|
## 0.7.0-alpha.24
|
728
737
|
|
729
738
|
### Patch Changes
|
730
739
|
|
731
|
-
-
|
732
|
-
-
|
733
|
-
-
|
734
|
-
|
735
|
-
|
736
|
-
|
740
|
+
- Updated dependencies
|
741
|
+
- Updated dependencies
|
742
|
+
- Updated dependencies
|
743
|
+
- jazz-tools@0.7.0-alpha.24
|
744
|
+
- cojson@0.7.0-alpha.24
|
745
|
+
- cojson-storage-indexeddb@0.7.0-alpha.24
|
737
746
|
|
738
747
|
## 0.7.0-alpha.23
|
739
748
|
|
740
749
|
### Patch Changes
|
741
750
|
|
742
|
-
-
|
743
|
-
|
751
|
+
- Updated dependencies
|
752
|
+
- jazz-tools@0.7.0-alpha.23
|
744
753
|
|
745
754
|
## 0.7.0-alpha.22
|
746
755
|
|
747
756
|
### Patch Changes
|
748
757
|
|
749
|
-
-
|
750
|
-
|
758
|
+
- Updated dependencies
|
759
|
+
- jazz-tools@0.7.0-alpha.22
|
751
760
|
|
752
761
|
## 0.7.0-alpha.21
|
753
762
|
|
754
763
|
### Patch Changes
|
755
764
|
|
756
|
-
-
|
757
|
-
|
765
|
+
- Updated dependencies
|
766
|
+
- jazz-tools@0.7.0-alpha.21
|
758
767
|
|
759
768
|
## 0.7.0-alpha.20
|
760
769
|
|
761
770
|
### Patch Changes
|
762
771
|
|
763
|
-
-
|
764
|
-
|
772
|
+
- Updated dependencies
|
773
|
+
- jazz-tools@0.7.0-alpha.20
|
765
774
|
|
766
775
|
## 0.7.0-alpha.19
|
767
776
|
|
768
777
|
### Patch Changes
|
769
778
|
|
770
|
-
-
|
771
|
-
|
779
|
+
- Updated dependencies
|
780
|
+
- jazz-tools@0.7.0-alpha.19
|
772
781
|
|
773
782
|
## 0.7.0-alpha.18
|
774
783
|
|
775
784
|
### Patch Changes
|
776
785
|
|
777
|
-
-
|
786
|
+
- Add missing @scure/bip39 dep
|
778
787
|
|
779
788
|
## 0.7.0-alpha.17
|
780
789
|
|
781
790
|
### Patch Changes
|
782
791
|
|
783
|
-
-
|
784
|
-
|
792
|
+
- Updated dependencies
|
793
|
+
- jazz-tools@0.7.0-alpha.17
|
785
794
|
|
786
795
|
## 0.7.0-alpha.16
|
787
796
|
|
788
797
|
### Patch Changes
|
789
798
|
|
790
|
-
-
|
791
|
-
|
799
|
+
- Updated dependencies
|
800
|
+
- jazz-tools@0.7.0-alpha.16
|
792
801
|
|
793
802
|
## 0.7.0-alpha.15
|
794
803
|
|
795
804
|
### Patch Changes
|
796
805
|
|
797
|
-
-
|
798
|
-
|
806
|
+
- Updated dependencies
|
807
|
+
- jazz-tools@0.7.0-alpha.15
|
799
808
|
|
800
809
|
## 0.7.0-alpha.14
|
801
810
|
|
802
811
|
### Patch Changes
|
803
812
|
|
804
|
-
-
|
805
|
-
|
813
|
+
- Updated dependencies
|
814
|
+
- jazz-tools@0.7.0-alpha.14
|
806
815
|
|
807
816
|
## 0.7.0-alpha.13
|
808
817
|
|
809
818
|
### Patch Changes
|
810
819
|
|
811
|
-
-
|
812
|
-
|
820
|
+
- Updated dependencies
|
821
|
+
- jazz-tools@0.7.0-alpha.13
|
813
822
|
|
814
823
|
## 0.7.0-alpha.12
|
815
824
|
|
816
825
|
### Patch Changes
|
817
826
|
|
818
|
-
-
|
819
|
-
-
|
820
|
-
|
827
|
+
- Fix variance of ID.\_\_type
|
828
|
+
- Updated dependencies
|
829
|
+
- jazz-tools@0.7.0-alpha.12
|
821
830
|
|
822
831
|
## 0.7.0-alpha.11
|
823
832
|
|
824
833
|
### Patch Changes
|
825
834
|
|
826
|
-
-
|
827
|
-
-
|
828
|
-
|
829
|
-
|
830
|
-
|
835
|
+
- Support stricter TS lint rules
|
836
|
+
- Updated dependencies
|
837
|
+
- cojson-storage-indexeddb@0.7.0-alpha.11
|
838
|
+
- jazz-tools@0.7.0-alpha.11
|
839
|
+
- cojson@0.7.0-alpha.11
|
831
840
|
|
832
841
|
## 0.7.0-alpha.10
|
833
842
|
|
834
843
|
### Patch Changes
|
835
844
|
|
836
|
-
-
|
837
|
-
-
|
838
|
-
|
839
|
-
|
840
|
-
|
845
|
+
- Clean up API more & re-add jazz-nodejs
|
846
|
+
- Updated dependencies
|
847
|
+
- cojson-storage-indexeddb@0.7.0-alpha.10
|
848
|
+
- jazz-tools@0.7.0-alpha.10
|
849
|
+
- cojson@0.7.0-alpha.10
|
841
850
|
|
842
851
|
## 0.7.0-alpha.9
|
843
852
|
|
844
853
|
### Patch Changes
|
845
854
|
|
846
|
-
-
|
847
|
-
-
|
848
|
-
|
855
|
+
- Even friendlier for subclassing CoMap
|
856
|
+
- Updated dependencies
|
857
|
+
- jazz-tools@0.7.0-alpha.9
|
849
858
|
|
850
859
|
## 0.7.0-alpha.8
|
851
860
|
|
852
861
|
### Patch Changes
|
853
862
|
|
854
|
-
-
|
855
|
-
-
|
856
|
-
|
863
|
+
- More subclass-friendly types in CoMap
|
864
|
+
- Updated dependencies
|
865
|
+
- jazz-tools@0.7.0-alpha.8
|
857
866
|
|
858
867
|
## 0.7.0-alpha.7
|
859
868
|
|
860
869
|
### Patch Changes
|
861
870
|
|
862
|
-
-
|
863
|
-
-
|
864
|
-
|
865
|
-
|
866
|
-
|
871
|
+
- Consistent proxy based API
|
872
|
+
- Updated dependencies
|
873
|
+
- cojson-storage-indexeddb@0.6.4-alpha.4
|
874
|
+
- jazz-tools@0.7.0-alpha.7
|
875
|
+
- cojson@0.7.0-alpha.7
|
867
876
|
|
868
877
|
## 0.7.0-alpha.6
|
869
878
|
|
870
879
|
### Patch Changes
|
871
880
|
|
872
|
-
-
|
873
|
-
-
|
874
|
-
|
881
|
+
- CoMap fix
|
882
|
+
- Updated dependencies
|
883
|
+
- jazz-tools@0.7.0-alpha.6
|
875
884
|
|
876
885
|
## 0.7.0-alpha.5
|
877
886
|
|
878
887
|
### Patch Changes
|
879
888
|
|
880
|
-
-
|
881
|
-
-
|
882
|
-
|
883
|
-
|
884
|
-
|
889
|
+
- Refactoring
|
890
|
+
- Updated dependencies
|
891
|
+
- cojson-storage-indexeddb@0.6.4-alpha.3
|
892
|
+
- jazz-tools@0.7.0-alpha.5
|
893
|
+
- cojson@0.7.0-alpha.5
|
885
894
|
|
886
895
|
## 0.7.0-alpha.4
|
887
896
|
|
888
897
|
### Patch Changes
|
889
898
|
|
890
|
-
-
|
891
|
-
|
899
|
+
- Updated dependencies
|
900
|
+
- jazz-tools@0.7.0-alpha.4
|
892
901
|
|
893
902
|
## 0.7.0-alpha.3
|
894
903
|
|
895
904
|
### Patch Changes
|
896
905
|
|
897
|
-
-
|
898
|
-
|
906
|
+
- Updated dependencies
|
907
|
+
- jazz-tools@0.7.0-alpha.3
|
899
908
|
|
900
909
|
## 0.7.0-alpha.2
|
901
910
|
|
902
911
|
### Patch Changes
|
903
912
|
|
904
|
-
-
|
905
|
-
-
|
906
|
-
|
907
|
-
|
913
|
+
- Get rid of Co namespace
|
914
|
+
- Updated dependencies
|
915
|
+
- cojson-storage-indexeddb@0.6.4-alpha.2
|
916
|
+
- jazz-tools@0.7.0-alpha.2
|
908
917
|
|
909
918
|
## 0.7.0-alpha.1
|
910
919
|
|
911
920
|
### Patch Changes
|
912
921
|
|
913
|
-
-
|
914
|
-
-
|
915
|
-
|
916
|
-
|
917
|
-
|
922
|
+
- Use effect schema much less
|
923
|
+
- Updated dependencies
|
924
|
+
- cojson-storage-indexeddb@0.6.4-alpha.1
|
925
|
+
- jazz-tools@0.7.0-alpha.1
|
926
|
+
- cojson@0.7.0-alpha.1
|
918
927
|
|
919
928
|
## 0.7.0-alpha.0
|
920
929
|
|
921
930
|
### Minor Changes
|
922
931
|
|
923
|
-
-
|
932
|
+
- New simplified API
|
924
933
|
|
925
934
|
### Patch Changes
|
926
935
|
|
927
|
-
-
|
928
|
-
|
929
|
-
|
930
|
-
|
936
|
+
- Updated dependencies
|
937
|
+
- jazz-tools@0.7.0-alpha.0
|
938
|
+
- cojson@0.7.0-alpha.0
|
939
|
+
- cojson-storage-indexeddb@0.6.4-alpha.0
|
931
940
|
|
932
941
|
## 0.6.3
|
933
942
|
|
934
943
|
### Patch Changes
|
935
944
|
|
936
|
-
-
|
937
|
-
-
|
938
|
-
|
945
|
+
- Fix migration changes being lost on loaded account
|
946
|
+
- Updated dependencies
|
947
|
+
- cojson@0.6.6
|
939
948
|
|
940
949
|
## 0.6.2
|
941
950
|
|
942
951
|
### Patch Changes
|
943
952
|
|
944
|
-
-
|
945
|
-
-
|
946
|
-
|
947
|
-
|
953
|
+
- Fix loading of accounts
|
954
|
+
- Updated dependencies
|
955
|
+
- cojson@0.6.5
|
956
|
+
- jazz-autosub@0.6.1
|
948
957
|
|
949
958
|
## 0.6.1
|
950
959
|
|
951
960
|
### Patch Changes
|
952
961
|
|
953
|
-
-
|
954
|
-
-
|
955
|
-
|
956
|
-
|
962
|
+
- IndexedDB & timer perf improvements
|
963
|
+
- Updated dependencies
|
964
|
+
- cojson@0.6.4
|
965
|
+
- cojson-storage-indexeddb@0.6.1
|
957
966
|
|
958
967
|
## 0.6.0
|
959
968
|
|
960
969
|
### Minor Changes
|
961
970
|
|
962
|
-
-
|
971
|
+
- Make addMember and removeMember take loaded Accounts instead of just IDs
|
963
972
|
|
964
973
|
### Patch Changes
|
965
974
|
|
966
|
-
-
|
967
|
-
|
968
|
-
|
969
|
-
|
975
|
+
- Updated dependencies
|
976
|
+
- cojson-storage-indexeddb@0.6.0
|
977
|
+
- jazz-autosub@0.6.0
|
978
|
+
- cojson@0.6.0
|
970
979
|
|
971
980
|
## 0.5.1
|
972
981
|
|
973
982
|
### Patch Changes
|
974
983
|
|
975
|
-
-
|
976
|
-
-
|
977
|
-
|
984
|
+
- Allow account migrations to be async
|
985
|
+
- Updated dependencies
|
986
|
+
- cojson@0.5.2
|
978
987
|
|
979
988
|
## 0.5.0
|
980
989
|
|
981
990
|
### Minor Changes
|
982
991
|
|
983
|
-
-
|
992
|
+
- Adding a lot of performance improvements to cojson, add a stresstest for the twit example and make that run smoother in a lot of ways.
|
984
993
|
|
985
994
|
### Patch Changes
|
986
995
|
|
987
|
-
-
|
988
|
-
|
989
|
-
|
990
|
-
|
996
|
+
- Updated dependencies
|
997
|
+
- cojson-storage-indexeddb@0.5.0
|
998
|
+
- jazz-autosub@0.5.0
|
999
|
+
- cojson@0.5.0
|