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