-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathversions.json
435 lines (435 loc) · 13.3 KB
/
versions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
[
{
"number": "0.6.0",
"hash": "ERjaEG9HlASHD/myBkInFw==",
"timestamp": 1726044027566,
"size": {
"gzip": 4687,
"brotli": 4311
},
"changelog": {
"breaking": [
"Added \"internals\" variable for ElementInternals. Manually running .attachInternals() will now throw an error."
],
"improvements": [
"Errors thrown in a component's <script> now include the component name."
],
"bugs": [
"Clarify a cryptic error when attempting to loop over a nullish value in #for."
]
}
},
{
"number": "0.5.3",
"hash": "apkatN5hTfs1YSS9ZJz5mA==",
"timestamp": 1717623780888,
"size": {
"gzip": 4670,
"brotli": 4298
},
"changelog": {
"breaking": [],
"improvements": [],
"bugs": [
"Fixed issue where live.get() would not be monitored when used with a key argument."
]
}
},
{
"number": "0.5.2",
"hash": "fn7+yg/Vdy8dlF6HytMudw==",
"timestamp": 1717254692301,
"size": {
"gzip": 4663,
"brotli": 4301
},
"changelog": {
"breaking": [],
"improvements": [],
"bugs": [
"The \"this\" value is now properly passed on to purify() callbacks"
]
}
},
{
"number": "0.5.1",
"hash": "G9Vd/zvyRQMoSHSZa1R8BA==",
"timestamp": 1717248566435,
"size": {
"gzip": 4659,
"brotli": 4289
},
"changelog": {
"breaking": [],
"improvements": [
"Added warning message for awaiting flows without .once().",
"Added simple JSDoc comments for all exports."
],
"bugs": [
"Hooks without unhook (such as disconnected()) are no longer retroactively fired."
]
}
},
{
"number": "0.5.0",
"hash": "52VW5+sQB9t4EePHgbMIXw==",
"timestamp": 1716717201504,
"size": {
"gzip": 4673,
"brotli": 4293
},
"changelog": {
"breaking": [
"Changed class syntax from .class-list.name to :class+name"
],
"improvements": [
"Better warning messages for mixing incompatible attributes (dev build only)"
],
"bugs": []
}
},
{
"number": "0.4.3",
"hash": "xjHyesnwdXr6ve3BqLDOrg==",
"timestamp": 1716033289291,
"size": {
"gzip": 4677,
"brotli": 4293
},
"changelog": {
"breaking": [],
"improvements": [
"It is now possible (though not recommended) to register 'result' as monitorable type"
],
"bugs": [
"Fixed an issue where flows created in nested contexts were not always properly cleaned up",
"The keychange event is now also fired when changing between objects and non-objects"
]
}
},
{
"number": "0.4.2",
"hash": "wC/R8Woaw4ODwUAN3q8P8w==",
"timestamp": 1714669997122,
"size": {
"gzip": 4688,
"brotli": 4306
},
"changelog": {
"breaking": [],
"improvements": [],
"bugs": [
"Fixed an issue where a nested template subtree could undo monitored contexts in other components"
]
}
},
{
"number": "0.4.1",
"hash": "TTRaoAmaPsBW7mWt7wFe4g==",
"timestamp": 1714314560136,
"size": {
"gzip": 4689,
"brotli": 4308
},
"changelog": {
"breaking": [],
"improvements": [
"Re-introduced register.auto() (with slight behavioral differences)"
],
"bugs": []
}
},
{
"number": "0.4.0",
"hash": "aT6Julqk8QMOXW//IqUQpA==",
"timestamp": 1714301964546,
"size": {
"gzip": 4543,
"brotli": 4180
},
"changelog": {
"breaking": [
"Removed register.auto()",
"Renamed flow.flow() to flow.pipe()"
],
"improvements": [
"Return a new flow from live.link(), even if a \"changes\" option was passed",
"The flow returned by live.link() now triggers when the link updates"
],
"bugs": []
}
},
{
"number": "0.3.9",
"hash": "8mq6zPRlLRcOsknwp7ccoQ==",
"timestamp": 1713703810204,
"size": {
"gzip": 4700,
"brotli": 4324
},
"changelog": {
"breaking": [],
"improvements": [
"register() now also returns a promise resolving when component is defined on subsequent calls with the same URL",
"register() now no longer attempts to parse a component definition if the network response was not ok",
"Generated functions now have comments hinting where they were generated from",
"Minor improvements for warnings regarding unexpected flow control attributes",
"Added warnings for malformed options on the <template> element"
],
"bugs": []
}
},
{
"number": "0.3.8",
"hash": "ydIqK9v2NWQeSpsCYAu4mA==",
"timestamp": 1712489164222,
"size": {
"gzip": 4689,
"brotli": 4313
},
"changelog": {
"breaking": [],
"improvements": [
"Added a warning for when two properties or methods are defined on a component with the same name.",
"Added a warning for when a defined method turns out not to be a function."
],
"bugs": [
"Fixed a bug where the attributeChanged callback fired twice per attribute change."
]
}
},
{
"number": "0.3.7",
"hash": "8MfejNOHL3e7zp+uDSI8Gw==",
"timestamp": 1711877023898,
"size": {
"gzip": 4677,
"brotli": 4304
},
"changelog": {
"breaking": [],
"improvements": [],
"bugs": [
"Fixed an issue where the deepchange event would trigger on unchanged variables during the setting of a parent variable."
]
}
},
{
"number": "0.3.6",
"hash": "n4ql9r8K2m/VMjS26Iybwg==",
"timestamp": 1711284369125,
"size": {
"gzip": 4688,
"brotli": 4323
},
"changelog": {
"breaking": [],
"improvements": [],
"bugs": [
"Strings and other non-objects are no longer diffed for live variables for performance reasons, and the keychange will no longer fire on them."
]
}
},
{
"number": "0.3.5",
"hash": "15fpdmuTezSGQM9NBswD0w==",
"timestamp": 1711052171455,
"size": {
"gzip": 4675,
"brotli": 4302
},
"changelog": {
"breaking": [],
"improvements": [],
"bugs": [
"Fixed an issue where using live variables breaks in workers due to the HTMLElement class not existing."
]
}
},
{
"number": "0.3.4",
"hash": "BzlftRt7KnoKMU8MuAdQXQ==",
"timestamp": 1707352207231,
"size": {
"gzip": 4669,
"brotli": 4302
},
"changelog": {
"breaking": [],
"improvements": [],
"bugs": [
"Fixed an issue where flow.stop() did not return the flow object it was called on if the flow was already stopped.",
"Flows no longer collect references to pipeline callbacks that are added after the flow has stopped."
]
}
},
{
"number": "0.3.3",
"hash": "+FzooO1UJxnL9Y38XKpRww==",
"timestamp": 1704576769371,
"size": {
"gzip": 4675,
"brotli": 4326
},
"changelog": {
"breaking": [],
"improvements": [
"The until() function now returns a proper Promise object, supporting manually calling .then() on them.",
"Added an error message for elements with both an #if and #for attribute (development build only).",
"Minor performance improvements for effect(), live.link(), monitoring live variables, component internals, and in-template logic."
],
"bugs": [
"When using the #for attribute on a <template> element, it now renders the template's contents rather than the template element itself.",
"Fixed an issue where non-element nodes between elements in an #if-else chain were not removed."
]
}
},
{
"number": "0.3.2",
"hash": "Lcy6WvLuZaKyYYkHFcAiZw==",
"timestamp": 1703854014795,
"size": {
"gzip": 4636,
"brotli": 4256
},
"changelog": {
"breaking": [],
"improvements": [
"Major performance improvements to in-template logic parsing.",
"Added several error and warning messages for mistakes in in-template logic (development build only)."
],
"bugs": [
"Fixed an issue where the 'has' trap on live variables throws an error if the value wrapped is nullish."
]
}
},
{
"number": "0.3.1",
"hash": "t4r49tZS0QPW2aSUZLwzdw==",
"timestamp": 1703601909747,
"size": {
"gzip": 4742,
"brotli": 4344
},
"changelog": {
"breaking": [],
"improvements": [],
"bugs": [
"Fixed a memory leak where a monitor.ignore() was preventing references to internal rendering flows from being cleaned up."
]
}
},
{
"number": "0.3.0",
"hash": "QHNKIdG8kNmCgbPo7KQ3CQ==",
"timestamp": 1701717589632,
"size": {
"gzip": 4770,
"brotli": 4369
},
"changelog": {
"breaking": [
"The elements object has been renamed and restructured to query() and query.all()."
],
"improvements": [],
"bugs": []
}
},
{
"number": "0.2.2",
"hash": "fGtPI9RCNS8msDir+TkkEQ==",
"timestamp": 1700995275255,
"size": {
"gzip": 4895,
"brotli": 4468
},
"changelog": {
"breaking": [],
"improvements": [
"Dev builds are no longer minified."
],
"bugs": [
"Fixed an issue where shadowless components would break after connecting for a second time."
]
}
},
{
"number": "0.2.1",
"hash": "Yphb35XFanbhpJxyv24FuQ==",
"timestamp": 1700402995399,
"size": {
"gzip": 4889,
"brotli": 4466
},
"changelog": {
"breaking": [],
"improvements": [
"register() now accepts URL objects as first argument."
],
"bugs": []
}
},
{
"number": "0.2.0",
"hash": "2/T48h6QQC31IPiQHEyg9A==",
"timestamp": 1700395579154,
"size": {
"gzip": 4925,
"brotli": 4494
},
"changelog": {
"breaking": [
"track() has been renamed to monitor().",
"Tracking shorthands like track.undo() and track.live() have been removed in favor of the more general monitor(['undo'], () => { … }) and likewise for other types. Registering new types will also no longer create shorthands."
],
"improvements": [],
"bugs": []
}
},
{
"number": "0.1.0",
"hash": "oq7zDVgrRBFgCneubzzQUQ==",
"timestamp": 1699110000221,
"size": {
"gzip": 4935,
"brotli": 4511
},
"changelog": {
"breaking": [],
"improvements": [
"Added flow.await(), a method that waits for its callback before sending a trigger through to the next item in the pipline."
],
"bugs": []
}
},
{
"number": "0.0.2",
"hash": "00g3t4a3n8Nrr2Sn1+Akwg==",
"timestamp": 1698611528789,
"size": {
"gzip": 4921,
"brotli": 4500
},
"changelog": {
"breaking": [],
"improvements": [],
"bugs": [
"Fixed an issue where the deepchange event did not fire on the changed live variable itself."
]
}
},
{
"number": "0.0.1",
"hash": "hJ0l/wHXR720iSeq0JXYcQ==",
"timestamp": 1698012000000,
"size": {
"gzip": 4921,
"brotli": 4500
},
"changelog": {
"breaking": [],
"improvements": [],
"bugs": []
}
}
]