@microsoft/fast-router 1.0.0-alpha.3 → 1.0.0-alpha.30
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/.eslintrc.json +1 -1
- package/CHANGELOG.json +779 -0
- package/CHANGELOG.md +226 -1
- package/README.md +1 -5
- package/dist/dts/contributors.d.ts +12 -14
- package/dist/dts/phases.d.ts +5 -5
- package/dist/dts/query-string.d.ts +1 -1
- package/dist/dts/recognizer.d.ts +10 -1
- package/dist/dts/router.d.ts +2 -2
- package/dist/dts/routes.d.ts +25 -25
- package/dist/dts/tsdoc-metadata.json +1 -1
- package/dist/dts/view.d.ts +5 -10
- package/dist/esm/commands.js +9 -6
- package/dist/esm/contributors.js +18 -14
- package/dist/esm/links.js +1 -1
- package/dist/esm/process.js +6 -6
- package/dist/esm/query-string.js +8 -7
- package/dist/esm/recognizer.js +25 -18
- package/dist/esm/router.js +18 -11
- package/dist/esm/routes.js +8 -8
- package/dist/esm/view.js +6 -24
- package/dist/fast-router.api.json +753 -259
- package/dist/fast-router.d.ts +39 -36
- package/dist/fast-router.untrimmed.d.ts +39 -36
- package/docs/{api-report.md → api-report.api.md} +31 -22
- package/karma.conf.cjs +13 -6
- package/package.json +26 -45
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,785 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/fast-router",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"date": "Tue, 27 Jan 2026 17:28:54 GMT",
|
|
6
|
+
"version": "1.0.0-alpha.30",
|
|
7
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.30",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "863023+radium-v@users.noreply.github.com",
|
|
12
|
+
"package": "@microsoft/fast-router",
|
|
13
|
+
"commit": "d1cd327a6d37cea742b1b1df48f807fe9a1da4f7",
|
|
14
|
+
"comment": "chore: hoist devDependencies"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@microsoft/fast-router",
|
|
19
|
+
"comment": "Bump @microsoft/fast-element to v2.9.2",
|
|
20
|
+
"commit": "not available"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Tue, 16 Dec 2025 21:27:19 GMT",
|
|
27
|
+
"version": "1.0.0-alpha.29",
|
|
28
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.29",
|
|
29
|
+
"comments": {
|
|
30
|
+
"none": [
|
|
31
|
+
{
|
|
32
|
+
"author": "beachball",
|
|
33
|
+
"package": "@microsoft/fast-router",
|
|
34
|
+
"comment": "Bump @microsoft/fast-element to v2.9.1",
|
|
35
|
+
"commit": "not available"
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"date": "Mon, 08 Dec 2025 19:47:51 GMT",
|
|
42
|
+
"version": "1.0.0-alpha.29",
|
|
43
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.29",
|
|
44
|
+
"comments": {
|
|
45
|
+
"none": [
|
|
46
|
+
{
|
|
47
|
+
"author": "beachball",
|
|
48
|
+
"package": "@microsoft/fast-router",
|
|
49
|
+
"comment": "Bump @microsoft/fast-element to v2.9.0",
|
|
50
|
+
"commit": "not available"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"date": "Tue, 02 Dec 2025 21:47:00 GMT",
|
|
57
|
+
"version": "1.0.0-alpha.29",
|
|
58
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.29",
|
|
59
|
+
"comments": {
|
|
60
|
+
"none": [
|
|
61
|
+
{
|
|
62
|
+
"author": "beachball",
|
|
63
|
+
"package": "@microsoft/fast-router",
|
|
64
|
+
"comment": "Bump @microsoft/fast-element to v2.8.5",
|
|
65
|
+
"commit": "not available"
|
|
66
|
+
}
|
|
67
|
+
]
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"date": "Mon, 01 Dec 2025 18:46:00 GMT",
|
|
72
|
+
"version": "1.0.0-alpha.29",
|
|
73
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.29",
|
|
74
|
+
"comments": {
|
|
75
|
+
"none": [
|
|
76
|
+
{
|
|
77
|
+
"author": "beachball",
|
|
78
|
+
"package": "@microsoft/fast-router",
|
|
79
|
+
"comment": "Bump @microsoft/fast-element to v2.8.4",
|
|
80
|
+
"commit": "not available"
|
|
81
|
+
}
|
|
82
|
+
]
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"date": "Sun, 16 Nov 2025 07:14:25 GMT",
|
|
87
|
+
"version": "1.0.0-alpha.29",
|
|
88
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.29",
|
|
89
|
+
"comments": {
|
|
90
|
+
"none": [
|
|
91
|
+
{
|
|
92
|
+
"author": "13071055+chrisdholt@users.noreply.github.com",
|
|
93
|
+
"package": "@microsoft/fast-router",
|
|
94
|
+
"commit": "acbdd78666f70b0b49dc99f61b71af7c0b3e259e",
|
|
95
|
+
"comment": "chore: flatten repository package structure"
|
|
96
|
+
}
|
|
97
|
+
]
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"date": "Wed, 12 Nov 2025 20:41:54 GMT",
|
|
102
|
+
"version": "1.0.0-alpha.29",
|
|
103
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.29",
|
|
104
|
+
"comments": {
|
|
105
|
+
"none": [
|
|
106
|
+
{
|
|
107
|
+
"author": "beachball",
|
|
108
|
+
"package": "@microsoft/fast-router",
|
|
109
|
+
"comment": "Bump @microsoft/fast-element to v2.8.3",
|
|
110
|
+
"commit": "not available"
|
|
111
|
+
}
|
|
112
|
+
]
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"date": "Fri, 31 Oct 2025 20:45:55 GMT",
|
|
117
|
+
"version": "1.0.0-alpha.29",
|
|
118
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.29",
|
|
119
|
+
"comments": {
|
|
120
|
+
"none": [
|
|
121
|
+
{
|
|
122
|
+
"author": "beachball",
|
|
123
|
+
"package": "@microsoft/fast-router",
|
|
124
|
+
"comment": "Bump @microsoft/fast-element to v2.8.2",
|
|
125
|
+
"commit": "not available"
|
|
126
|
+
}
|
|
127
|
+
]
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"date": "Tue, 21 Oct 2025 16:17:27 GMT",
|
|
132
|
+
"version": "1.0.0-alpha.29",
|
|
133
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.29",
|
|
134
|
+
"comments": {
|
|
135
|
+
"none": [
|
|
136
|
+
{
|
|
137
|
+
"author": "beachball",
|
|
138
|
+
"package": "@microsoft/fast-router",
|
|
139
|
+
"comment": "Bump @microsoft/fast-element to v2.8.1",
|
|
140
|
+
"commit": "not available"
|
|
141
|
+
}
|
|
142
|
+
]
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"date": "Mon, 13 Oct 2025 00:37:08 GMT",
|
|
147
|
+
"version": "1.0.0-alpha.29",
|
|
148
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.29",
|
|
149
|
+
"comments": {
|
|
150
|
+
"none": [
|
|
151
|
+
{
|
|
152
|
+
"author": "beachball",
|
|
153
|
+
"package": "@microsoft/fast-router",
|
|
154
|
+
"comment": "Bump @microsoft/fast-element to v2.8.0",
|
|
155
|
+
"commit": "not available"
|
|
156
|
+
}
|
|
157
|
+
]
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"date": "Wed, 20 Aug 2025 20:57:02 GMT",
|
|
162
|
+
"version": "1.0.0-alpha.29",
|
|
163
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.29",
|
|
164
|
+
"comments": {
|
|
165
|
+
"none": [
|
|
166
|
+
{
|
|
167
|
+
"author": "beachball",
|
|
168
|
+
"package": "@microsoft/fast-router",
|
|
169
|
+
"comment": "Bump @microsoft/fast-element to v2.7.0",
|
|
170
|
+
"commit": "not available"
|
|
171
|
+
}
|
|
172
|
+
]
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"date": "Wed, 06 Aug 2025 07:15:14 GMT",
|
|
177
|
+
"version": "1.0.0-alpha.29",
|
|
178
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.29",
|
|
179
|
+
"comments": {
|
|
180
|
+
"none": [
|
|
181
|
+
{
|
|
182
|
+
"author": "beachball",
|
|
183
|
+
"package": "@microsoft/fast-router",
|
|
184
|
+
"comment": "Bump @microsoft/fast-element to v2.6.0",
|
|
185
|
+
"commit": "not available"
|
|
186
|
+
}
|
|
187
|
+
]
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"date": "Wed, 16 Jul 2025 22:43:52 GMT",
|
|
192
|
+
"version": "1.0.0-alpha.29",
|
|
193
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.29",
|
|
194
|
+
"comments": {
|
|
195
|
+
"none": [
|
|
196
|
+
{
|
|
197
|
+
"author": "beachball",
|
|
198
|
+
"package": "@microsoft/fast-router",
|
|
199
|
+
"comment": "Bump @microsoft/fast-element to v2.5.0",
|
|
200
|
+
"commit": "not available"
|
|
201
|
+
}
|
|
202
|
+
]
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"date": "Fri, 30 May 2025 05:02:03 GMT",
|
|
207
|
+
"version": "1.0.0-alpha.29",
|
|
208
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.29",
|
|
209
|
+
"comments": {
|
|
210
|
+
"none": [
|
|
211
|
+
{
|
|
212
|
+
"author": "beachball",
|
|
213
|
+
"package": "@microsoft/fast-router",
|
|
214
|
+
"comment": "Bump @microsoft/fast-element to v2.4.1",
|
|
215
|
+
"commit": "not available"
|
|
216
|
+
}
|
|
217
|
+
]
|
|
218
|
+
}
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"date": "Fri, 23 May 2025 23:52:29 GMT",
|
|
222
|
+
"version": "1.0.0-alpha.29",
|
|
223
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.29",
|
|
224
|
+
"comments": {
|
|
225
|
+
"none": [
|
|
226
|
+
{
|
|
227
|
+
"author": "beachball",
|
|
228
|
+
"package": "@microsoft/fast-router",
|
|
229
|
+
"comment": "Bump @microsoft/fast-element to v2.4.0",
|
|
230
|
+
"commit": "not available"
|
|
231
|
+
}
|
|
232
|
+
]
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"date": "Mon, 05 May 2025 00:33:41 GMT",
|
|
237
|
+
"version": "1.0.0-alpha.29",
|
|
238
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.29",
|
|
239
|
+
"comments": {
|
|
240
|
+
"none": [
|
|
241
|
+
{
|
|
242
|
+
"author": "beachball",
|
|
243
|
+
"package": "@microsoft/fast-router",
|
|
244
|
+
"comment": "Bump @microsoft/fast-element to v2.3.0",
|
|
245
|
+
"commit": "not available"
|
|
246
|
+
}
|
|
247
|
+
]
|
|
248
|
+
}
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"date": "Wed, 16 Apr 2025 15:53:12 GMT",
|
|
252
|
+
"version": "1.0.0-alpha.29",
|
|
253
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.29",
|
|
254
|
+
"comments": {
|
|
255
|
+
"none": [
|
|
256
|
+
{
|
|
257
|
+
"author": "beachball",
|
|
258
|
+
"package": "@microsoft/fast-router",
|
|
259
|
+
"comment": "Bump @microsoft/fast-element to v2.2.1",
|
|
260
|
+
"commit": "not available"
|
|
261
|
+
}
|
|
262
|
+
]
|
|
263
|
+
}
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"date": "Mon, 24 Mar 2025 18:26:13 GMT",
|
|
267
|
+
"version": "1.0.0-alpha.29",
|
|
268
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.29",
|
|
269
|
+
"comments": {
|
|
270
|
+
"none": [
|
|
271
|
+
{
|
|
272
|
+
"author": "beachball",
|
|
273
|
+
"package": "@microsoft/fast-router",
|
|
274
|
+
"comment": "Bump @microsoft/fast-element to v2.2.0",
|
|
275
|
+
"commit": "not available"
|
|
276
|
+
}
|
|
277
|
+
]
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"date": "Thu, 13 Feb 2025 17:34:08 GMT",
|
|
282
|
+
"version": "1.0.0-alpha.29",
|
|
283
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.29",
|
|
284
|
+
"comments": {
|
|
285
|
+
"none": [
|
|
286
|
+
{
|
|
287
|
+
"author": "7559015+janechu@users.noreply.github.com",
|
|
288
|
+
"package": "@microsoft/fast-router",
|
|
289
|
+
"commit": "7bbe060abd0ca4b9f7bd7aba3937b604e476eaca",
|
|
290
|
+
"comment": "Specify prereleasePrefix, allow bumpDeps"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"author": "beachball",
|
|
294
|
+
"package": "@microsoft/fast-router",
|
|
295
|
+
"comment": "Bump @microsoft/fast-element to v2.1.0",
|
|
296
|
+
"commit": "not available"
|
|
297
|
+
}
|
|
298
|
+
]
|
|
299
|
+
}
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"date": "Wed, 11 Dec 2024 19:53:31 GMT",
|
|
303
|
+
"version": "1.0.0-alpha.29",
|
|
304
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.29",
|
|
305
|
+
"comments": {
|
|
306
|
+
"prerelease": [
|
|
307
|
+
{
|
|
308
|
+
"author": "7559015+janechu@users.noreply.github.com",
|
|
309
|
+
"package": "@microsoft/fast-router",
|
|
310
|
+
"commit": "1238af4df3abec01799cb05c5657f8d245cf3f25",
|
|
311
|
+
"comment": "Change the router to use peerDependency for fast-element"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"author": "beachball",
|
|
315
|
+
"package": "@microsoft/fast-router",
|
|
316
|
+
"comment": "Bump @microsoft/fast-element to v2.0.1",
|
|
317
|
+
"commit": "not available"
|
|
318
|
+
}
|
|
319
|
+
]
|
|
320
|
+
}
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"date": "Mon, 19 Aug 2024 22:04:19 GMT",
|
|
324
|
+
"version": "1.0.0-alpha.28",
|
|
325
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.28",
|
|
326
|
+
"comments": {
|
|
327
|
+
"none": [
|
|
328
|
+
{
|
|
329
|
+
"author": "13071055+chrisdholt@users.noreply.github.com",
|
|
330
|
+
"package": "@microsoft/fast-router",
|
|
331
|
+
"commit": "630a5e25a953201afa016e54aa77cf68d9d7663a",
|
|
332
|
+
"comment": "update beachball and move disallowedChangeTypes to package.json"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"author": "7559015+janechu@users.noreply.github.com",
|
|
336
|
+
"package": "@microsoft/fast-router",
|
|
337
|
+
"commit": "78910b1158a6a24b717b3d94616fa93ab6786ab4",
|
|
338
|
+
"comment": "Remove yarn and lerna in favor of npm"
|
|
339
|
+
}
|
|
340
|
+
],
|
|
341
|
+
"prerelease": [
|
|
342
|
+
{
|
|
343
|
+
"author": "7559015+janechu@users.noreply.github.com",
|
|
344
|
+
"package": "@microsoft/fast-router",
|
|
345
|
+
"commit": "035aefc8a25f4f75f3eb2e8cfb4dd0c60e0d2f67",
|
|
346
|
+
"comment": "Fix CodeQL issues"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"author": "beachball",
|
|
350
|
+
"package": "@microsoft/fast-router",
|
|
351
|
+
"comment": "Bump @microsoft/fast-element to v2.0.0",
|
|
352
|
+
"commit": "not available"
|
|
353
|
+
}
|
|
354
|
+
]
|
|
355
|
+
}
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"date": "Thu, 20 Jun 2024 17:00:56 GMT",
|
|
359
|
+
"version": "1.0.0-alpha.27",
|
|
360
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.27",
|
|
361
|
+
"comments": {
|
|
362
|
+
"prerelease": [
|
|
363
|
+
{
|
|
364
|
+
"author": "1222863+xuwaters@users.noreply.github.com",
|
|
365
|
+
"package": "@microsoft/fast-router",
|
|
366
|
+
"commit": "a789e140aa58098c10a35c86056a7f79a660b456",
|
|
367
|
+
"comment": "fix: remove link handler in disconnect"
|
|
368
|
+
}
|
|
369
|
+
],
|
|
370
|
+
"none": [
|
|
371
|
+
{
|
|
372
|
+
"author": "7559015+janechu@users.noreply.github.com",
|
|
373
|
+
"package": "@microsoft/fast-router",
|
|
374
|
+
"commit": "00bccd7812ca072fc2efdf39af7762bbfdc90846",
|
|
375
|
+
"comment": "Remove eslint config package"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"author": "7559015+janechu@users.noreply.github.com",
|
|
379
|
+
"package": "@microsoft/fast-router",
|
|
380
|
+
"commit": "4b23b5caa76c172d3ea6c6559699d632a278442c",
|
|
381
|
+
"comment": "DevDependency update"
|
|
382
|
+
}
|
|
383
|
+
]
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"date": "Fri, 18 Aug 2023 00:04:39 GMT",
|
|
388
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.26",
|
|
389
|
+
"version": "1.0.0-alpha.26",
|
|
390
|
+
"comments": {
|
|
391
|
+
"prerelease": [
|
|
392
|
+
{
|
|
393
|
+
"author": "chhol@microsoft.com",
|
|
394
|
+
"package": "@microsoft/fast-router",
|
|
395
|
+
"commit": "2dab94c0eda05bee7c4b497e68951d79d6fcbe46",
|
|
396
|
+
"comment": "update fast-element export paths to include extensions"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"author": "beachball",
|
|
400
|
+
"package": "@microsoft/fast-router",
|
|
401
|
+
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.26",
|
|
402
|
+
"commit": "2dab94c0eda05bee7c4b497e68951d79d6fcbe46"
|
|
403
|
+
}
|
|
404
|
+
]
|
|
405
|
+
}
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"date": "Sat, 12 Aug 2023 00:26:36 GMT",
|
|
409
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.25",
|
|
410
|
+
"version": "1.0.0-alpha.25",
|
|
411
|
+
"comments": {
|
|
412
|
+
"prerelease": [
|
|
413
|
+
{
|
|
414
|
+
"author": "beachball",
|
|
415
|
+
"package": "@microsoft/fast-router",
|
|
416
|
+
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.25",
|
|
417
|
+
"commit": "2297004e14386b5a689ba96361f8d8eebee69cd8"
|
|
418
|
+
}
|
|
419
|
+
]
|
|
420
|
+
}
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"date": "Fri, 16 Jun 2023 18:17:13 GMT",
|
|
424
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.24",
|
|
425
|
+
"version": "1.0.0-alpha.24",
|
|
426
|
+
"comments": {
|
|
427
|
+
"none": [
|
|
428
|
+
{
|
|
429
|
+
"author": "chhol@microsoft.com",
|
|
430
|
+
"package": "@microsoft/fast-router",
|
|
431
|
+
"commit": "ca0e62ee8d05f72d1d8c1ad66bd6eea8e3f0a4eb",
|
|
432
|
+
"comment": "update prettier and eslint-config-prettier versions"
|
|
433
|
+
}
|
|
434
|
+
],
|
|
435
|
+
"prerelease": [
|
|
436
|
+
{
|
|
437
|
+
"author": "beachball",
|
|
438
|
+
"package": "@microsoft/fast-router",
|
|
439
|
+
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.24",
|
|
440
|
+
"commit": "8250aa8352940584ff443b550ee756d49f01c478"
|
|
441
|
+
}
|
|
442
|
+
]
|
|
443
|
+
}
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"date": "Tue, 28 Mar 2023 22:14:10 GMT",
|
|
447
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.23",
|
|
448
|
+
"version": "1.0.0-alpha.23",
|
|
449
|
+
"comments": {
|
|
450
|
+
"prerelease": [
|
|
451
|
+
{
|
|
452
|
+
"author": "beachball",
|
|
453
|
+
"package": "@microsoft/fast-router",
|
|
454
|
+
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.23",
|
|
455
|
+
"commit": "032285c2bf0311f9f44cbc875b40696fc8f62857"
|
|
456
|
+
}
|
|
457
|
+
]
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"date": "Sat, 11 Mar 2023 00:09:49 GMT",
|
|
462
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.22",
|
|
463
|
+
"version": "1.0.0-alpha.22",
|
|
464
|
+
"comments": {
|
|
465
|
+
"prerelease": [
|
|
466
|
+
{
|
|
467
|
+
"author": "beachball",
|
|
468
|
+
"package": "@microsoft/fast-router",
|
|
469
|
+
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.22",
|
|
470
|
+
"commit": "dcf64d0383f613fd0c79b6f4f5ef010fccdbc11f"
|
|
471
|
+
}
|
|
472
|
+
]
|
|
473
|
+
}
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"date": "Tue, 14 Feb 2023 04:02:36 GMT",
|
|
477
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.21",
|
|
478
|
+
"version": "1.0.0-alpha.21",
|
|
479
|
+
"comments": {
|
|
480
|
+
"prerelease": [
|
|
481
|
+
{
|
|
482
|
+
"author": "beachball",
|
|
483
|
+
"package": "@microsoft/fast-router",
|
|
484
|
+
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.21",
|
|
485
|
+
"commit": "e504d092f81623e6332fa8cdf72ce9114e6c842e"
|
|
486
|
+
}
|
|
487
|
+
]
|
|
488
|
+
}
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"date": "Wed, 11 Jan 2023 22:07:44 GMT",
|
|
492
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.20",
|
|
493
|
+
"version": "1.0.0-alpha.20",
|
|
494
|
+
"comments": {
|
|
495
|
+
"prerelease": [
|
|
496
|
+
{
|
|
497
|
+
"author": "roeisenb@microsoft.com",
|
|
498
|
+
"package": "@microsoft/fast-router",
|
|
499
|
+
"commit": "26fdb6b0dd0eafab1c4cb2769b7e7aaa24c673c9",
|
|
500
|
+
"comment": "fix: router cannot render component and has missing types"
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"author": "roeisenb@microsoft.com",
|
|
504
|
+
"package": "@microsoft/fast-router",
|
|
505
|
+
"commit": "5c3b2f0431ae8f840d3dc778ff93be73b585c6e2",
|
|
506
|
+
"comment": "fix(fast-router): update to use html.partial"
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"author": "beachball",
|
|
510
|
+
"package": "@microsoft/fast-router",
|
|
511
|
+
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.20",
|
|
512
|
+
"commit": "2bb85c931a84d4de3a8b61d6f26f89f2d9a525f6"
|
|
513
|
+
}
|
|
514
|
+
]
|
|
515
|
+
}
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"date": "Fri, 02 Dec 2022 01:18:22 GMT",
|
|
519
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.19",
|
|
520
|
+
"version": "1.0.0-alpha.19",
|
|
521
|
+
"comments": {
|
|
522
|
+
"prerelease": [
|
|
523
|
+
{
|
|
524
|
+
"author": "beachball",
|
|
525
|
+
"package": "@microsoft/fast-router",
|
|
526
|
+
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.19",
|
|
527
|
+
"commit": "040867e9a2a9e0ae25b78dfb3265fbe8f60fe023"
|
|
528
|
+
}
|
|
529
|
+
]
|
|
530
|
+
}
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"date": "Tue, 15 Nov 2022 02:40:35 GMT",
|
|
534
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.18",
|
|
535
|
+
"version": "1.0.0-alpha.18",
|
|
536
|
+
"comments": {
|
|
537
|
+
"prerelease": [
|
|
538
|
+
{
|
|
539
|
+
"author": "roeisenb@microsoft.com",
|
|
540
|
+
"package": "@microsoft/fast-router",
|
|
541
|
+
"commit": "3c14603089495a7af8ed5b55122c418b47c45fd5",
|
|
542
|
+
"comment": "feat: add new DOM Policy protection throughout"
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"author": "beachball",
|
|
546
|
+
"package": "@microsoft/fast-router",
|
|
547
|
+
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.18",
|
|
548
|
+
"commit": "416dc9167e9d41e6ffe11d87ed79b2f455357923"
|
|
549
|
+
}
|
|
550
|
+
]
|
|
551
|
+
}
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"date": "Tue, 01 Nov 2022 23:26:26 GMT",
|
|
555
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.17",
|
|
556
|
+
"version": "1.0.0-alpha.17",
|
|
557
|
+
"comments": {
|
|
558
|
+
"prerelease": [
|
|
559
|
+
{
|
|
560
|
+
"author": "beachball",
|
|
561
|
+
"package": "@microsoft/fast-router",
|
|
562
|
+
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.17",
|
|
563
|
+
"commit": "32d18d0900047899d1dadfe94f7923b6164b0cf3"
|
|
564
|
+
}
|
|
565
|
+
]
|
|
566
|
+
}
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"date": "Fri, 28 Oct 2022 20:44:44 GMT",
|
|
570
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.16",
|
|
571
|
+
"version": "1.0.0-alpha.16",
|
|
572
|
+
"comments": {
|
|
573
|
+
"prerelease": [
|
|
574
|
+
{
|
|
575
|
+
"author": "beachball",
|
|
576
|
+
"package": "@microsoft/fast-router",
|
|
577
|
+
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.16",
|
|
578
|
+
"commit": "5b745b1fb3bf249a7a2d172b7fb69cb08694aadd"
|
|
579
|
+
}
|
|
580
|
+
]
|
|
581
|
+
}
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"date": "Tue, 25 Oct 2022 20:24:32 GMT",
|
|
585
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.15",
|
|
586
|
+
"version": "1.0.0-alpha.15",
|
|
587
|
+
"comments": {
|
|
588
|
+
"prerelease": [
|
|
589
|
+
{
|
|
590
|
+
"author": "beachball",
|
|
591
|
+
"package": "@microsoft/fast-router",
|
|
592
|
+
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.15",
|
|
593
|
+
"commit": "220cc7e0e0de490e51cc8b6f42ff46b03228beaa"
|
|
594
|
+
}
|
|
595
|
+
]
|
|
596
|
+
}
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"date": "Fri, 14 Oct 2022 18:26:11 GMT",
|
|
600
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.14",
|
|
601
|
+
"version": "1.0.0-alpha.14",
|
|
602
|
+
"comments": {
|
|
603
|
+
"prerelease": [
|
|
604
|
+
{
|
|
605
|
+
"author": "beachball",
|
|
606
|
+
"package": "@microsoft/fast-router",
|
|
607
|
+
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.14",
|
|
608
|
+
"commit": "bcfbcb5be4433fb1fb0fab1697f13d345980db87"
|
|
609
|
+
}
|
|
610
|
+
]
|
|
611
|
+
}
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"date": "Mon, 10 Oct 2022 20:28:02 GMT",
|
|
615
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.13",
|
|
616
|
+
"version": "1.0.0-alpha.13",
|
|
617
|
+
"comments": {
|
|
618
|
+
"prerelease": [
|
|
619
|
+
{
|
|
620
|
+
"author": "beachball",
|
|
621
|
+
"package": "@microsoft/fast-router",
|
|
622
|
+
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.13",
|
|
623
|
+
"commit": "ed2977ef6556964e68ea3ab0e4951320a1527baf"
|
|
624
|
+
}
|
|
625
|
+
]
|
|
626
|
+
}
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"date": "Thu, 06 Oct 2022 23:21:20 GMT",
|
|
630
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.12",
|
|
631
|
+
"version": "1.0.0-alpha.12",
|
|
632
|
+
"comments": {
|
|
633
|
+
"none": [
|
|
634
|
+
{
|
|
635
|
+
"author": "863023+radium-v@users.noreply.github.com",
|
|
636
|
+
"package": "@microsoft/fast-router",
|
|
637
|
+
"commit": "c06e32d72d518bf5c3152efe4e666f233190b445",
|
|
638
|
+
"comment": "upgrade karma to ^6.4.1"
|
|
639
|
+
}
|
|
640
|
+
],
|
|
641
|
+
"prerelease": [
|
|
642
|
+
{
|
|
643
|
+
"author": "beachball",
|
|
644
|
+
"package": "@microsoft/fast-router",
|
|
645
|
+
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.12",
|
|
646
|
+
"commit": "a69c2e3c0700918fef5ba934909781cc8ab71384"
|
|
647
|
+
}
|
|
648
|
+
]
|
|
649
|
+
}
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"date": "Wed, 05 Oct 2022 23:26:01 GMT",
|
|
653
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.11",
|
|
654
|
+
"version": "1.0.0-alpha.11",
|
|
655
|
+
"comments": {
|
|
656
|
+
"prerelease": [
|
|
657
|
+
{
|
|
658
|
+
"author": "beachball",
|
|
659
|
+
"package": "@microsoft/fast-router",
|
|
660
|
+
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.11",
|
|
661
|
+
"commit": "21d1de94be2b9399ddc43a2b93c6483fa7304591"
|
|
662
|
+
}
|
|
663
|
+
]
|
|
664
|
+
}
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"date": "Mon, 03 Oct 2022 23:44:38 GMT",
|
|
668
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.10",
|
|
669
|
+
"version": "1.0.0-alpha.10",
|
|
670
|
+
"comments": {
|
|
671
|
+
"prerelease": [
|
|
672
|
+
{
|
|
673
|
+
"author": "beachball",
|
|
674
|
+
"package": "@microsoft/fast-router",
|
|
675
|
+
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.10",
|
|
676
|
+
"commit": "e23f4375f183f0672f9aeafd0e58411adb66ae90"
|
|
677
|
+
}
|
|
678
|
+
]
|
|
679
|
+
}
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"date": "Wed, 28 Sep 2022 20:45:51 GMT",
|
|
683
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.9",
|
|
684
|
+
"version": "1.0.0-alpha.9",
|
|
685
|
+
"comments": {
|
|
686
|
+
"prerelease": [
|
|
687
|
+
{
|
|
688
|
+
"author": "beachball",
|
|
689
|
+
"package": "@microsoft/fast-router",
|
|
690
|
+
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.9",
|
|
691
|
+
"commit": "08fab33015853b7f820fdfdac2aecddfeb31843f"
|
|
692
|
+
}
|
|
693
|
+
]
|
|
694
|
+
}
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"date": "Tue, 27 Sep 2022 22:31:52 GMT",
|
|
698
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.8",
|
|
699
|
+
"version": "1.0.0-alpha.8",
|
|
700
|
+
"comments": {
|
|
701
|
+
"prerelease": [
|
|
702
|
+
{
|
|
703
|
+
"author": "beachball",
|
|
704
|
+
"package": "@microsoft/fast-router",
|
|
705
|
+
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.8",
|
|
706
|
+
"commit": "8834c6732c727d39f92f72b197388453a9c17f9b"
|
|
707
|
+
}
|
|
708
|
+
]
|
|
709
|
+
}
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"date": "Fri, 23 Sep 2022 22:53:27 GMT",
|
|
713
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.7",
|
|
714
|
+
"version": "1.0.0-alpha.7",
|
|
715
|
+
"comments": {
|
|
716
|
+
"prerelease": [
|
|
717
|
+
{
|
|
718
|
+
"author": "roeisenb@microsoft.com",
|
|
719
|
+
"package": "@microsoft/fast-router",
|
|
720
|
+
"commit": "2edd63a8abe24c68cfc7c76d773c912c6f2d6543",
|
|
721
|
+
"comment": "fix: update router to use the new behavior API"
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"author": "beachball",
|
|
725
|
+
"package": "@microsoft/fast-router",
|
|
726
|
+
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.7",
|
|
727
|
+
"commit": "1646b26450a08a77c8bd6302560fe12cc6989ae1"
|
|
728
|
+
}
|
|
729
|
+
]
|
|
730
|
+
}
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"date": "Thu, 01 Sep 2022 21:53:34 GMT",
|
|
734
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.6",
|
|
735
|
+
"version": "1.0.0-alpha.6",
|
|
736
|
+
"comments": {
|
|
737
|
+
"prerelease": [
|
|
738
|
+
{
|
|
739
|
+
"author": "beachball",
|
|
740
|
+
"package": "@microsoft/fast-router",
|
|
741
|
+
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.6",
|
|
742
|
+
"commit": "6b0f08574475d8b28cc2df67bf72b9041c2ad285"
|
|
743
|
+
}
|
|
744
|
+
]
|
|
745
|
+
}
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"date": "Thu, 18 Aug 2022 20:46:10 GMT",
|
|
749
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.5",
|
|
750
|
+
"version": "1.0.0-alpha.5",
|
|
751
|
+
"comments": {
|
|
752
|
+
"prerelease": [
|
|
753
|
+
{
|
|
754
|
+
"author": "beachball",
|
|
755
|
+
"package": "@microsoft/fast-router",
|
|
756
|
+
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.5",
|
|
757
|
+
"commit": "0b57f1bc812e8e6371b7d27bb625f99a25bfaa66"
|
|
758
|
+
}
|
|
759
|
+
]
|
|
760
|
+
}
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"date": "Mon, 18 Jul 2022 21:10:01 GMT",
|
|
764
|
+
"tag": "@microsoft/fast-router_v1.0.0-alpha.4",
|
|
765
|
+
"version": "1.0.0-alpha.4",
|
|
766
|
+
"comments": {
|
|
767
|
+
"prerelease": [
|
|
768
|
+
{
|
|
769
|
+
"author": "roeisenb@microsoft.com",
|
|
770
|
+
"package": "@microsoft/fast-router",
|
|
771
|
+
"commit": "f164aa75e62ed71c9386902051c021f1fdfba364",
|
|
772
|
+
"comment": "refactor: reduce duplication in style normalization code scenarios"
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"author": "beachball",
|
|
776
|
+
"package": "@microsoft/fast-router",
|
|
777
|
+
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.4",
|
|
778
|
+
"commit": "2ff46a32cdd9af12b236d0e2f3436a4de782e8ee"
|
|
779
|
+
}
|
|
780
|
+
]
|
|
781
|
+
}
|
|
782
|
+
},
|
|
4
783
|
{
|
|
5
784
|
"date": "Wed, 22 Jun 2022 20:17:50 GMT",
|
|
6
785
|
"tag": "@microsoft/fast-router_v1.0.0-alpha.3",
|