@microsoft/fast-router 0.2.13 → 0.2.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.json +61 -1
- package/CHANGELOG.md +26 -2
- package/dist/fast-router.js +428 -344
- package/dist/fast-router.min.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,67 @@
|
|
|
2
2
|
"name": "@microsoft/fast-router",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Wed, 06 Apr 2022 07:10:25 GMT",
|
|
6
|
+
"tag": "@microsoft/fast-router_v0.2.16",
|
|
7
|
+
"version": "0.2.16",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Bump @microsoft/fast-element to v1.9.0",
|
|
12
|
+
"author": "nicholasrice@users.noreply.github.com",
|
|
13
|
+
"commit": "ead7f7340654236f2503359e2fc6f0b41639b507",
|
|
14
|
+
"package": "@microsoft/fast-router"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Sun, 03 Apr 2022 07:12:01 GMT",
|
|
21
|
+
"tag": "@microsoft/fast-router_v0.2.15",
|
|
22
|
+
"version": "0.2.15",
|
|
23
|
+
"comments": {
|
|
24
|
+
"none": [
|
|
25
|
+
{
|
|
26
|
+
"comment": "Bump @microsoft/fast-element to v1.8.0",
|
|
27
|
+
"author": "47367562+bheston@users.noreply.github.com",
|
|
28
|
+
"commit": "35913ce3a2dcba83bebb63cce2b8edf4e9da7df9",
|
|
29
|
+
"package": "@microsoft/fast-router"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Tue, 08 Mar 2022 07:12:45 GMT",
|
|
36
|
+
"tag": "@microsoft/fast-router_v0.2.15",
|
|
37
|
+
"version": "0.2.15",
|
|
38
|
+
"comments": {
|
|
39
|
+
"patch": [
|
|
40
|
+
{
|
|
41
|
+
"comment": "Bump @microsoft/fast-element to v1.8.0",
|
|
42
|
+
"author": "roeisenb@microsoft.com",
|
|
43
|
+
"commit": "0e506c6c67a8a7d75e4ef9cfbd000f9da810dc14",
|
|
44
|
+
"package": "@microsoft/fast-router"
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"date": "Fri, 25 Feb 2022 17:09:32 GMT",
|
|
51
|
+
"tag": "@microsoft/fast-router_v0.2.14",
|
|
52
|
+
"version": "0.2.14",
|
|
53
|
+
"comments": {
|
|
54
|
+
"patch": [
|
|
55
|
+
{
|
|
56
|
+
"comment": "Bump @microsoft/fast-element to v1.7.2",
|
|
57
|
+
"author": "roeisenb@microsoft.com",
|
|
58
|
+
"commit": "76a9c866277cd13a92a9ca6b3518eae2fb625d79",
|
|
59
|
+
"package": "@microsoft/fast-router"
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"date": "Thu, 24 Feb 2022 22:21:55 GMT",
|
|
6
66
|
"tag": "@microsoft/fast-router_v0.2.13",
|
|
7
67
|
"version": "0.2.13",
|
|
8
68
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,36 @@
|
|
|
1
1
|
# Change Log - @microsoft/fast-router
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 06 Apr 2022 07:10:25 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.2.16
|
|
8
|
+
|
|
9
|
+
Wed, 06 Apr 2022 07:10:25 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @microsoft/fast-element to v1.9.0 (nicholasrice@users.noreply.github.com)
|
|
14
|
+
|
|
15
|
+
## 0.2.15
|
|
16
|
+
|
|
17
|
+
Tue, 08 Mar 2022 07:12:45 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Bump @microsoft/fast-element to v1.8.0 (roeisenb@microsoft.com)
|
|
22
|
+
|
|
23
|
+
## 0.2.14
|
|
24
|
+
|
|
25
|
+
Fri, 25 Feb 2022 17:09:32 GMT
|
|
26
|
+
|
|
27
|
+
### Patches
|
|
28
|
+
|
|
29
|
+
- Bump @microsoft/fast-element to v1.7.2 (roeisenb@microsoft.com)
|
|
30
|
+
|
|
7
31
|
## 0.2.13
|
|
8
32
|
|
|
9
|
-
Thu, 24 Feb 2022 22:
|
|
33
|
+
Thu, 24 Feb 2022 22:21:55 GMT
|
|
10
34
|
|
|
11
35
|
### Patches
|
|
12
36
|
|