@microsoft/fast-router 0.2.12 → 0.2.15
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 +46 -1
- package/CHANGELOG.md +26 -2
- package/dist/fast-router.js +450 -359
- package/dist/fast-router.min.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,52 @@
|
|
|
2
2
|
"name": "@microsoft/fast-router",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Tue, 08 Mar 2022 07:10:44 GMT",
|
|
6
|
+
"tag": "@microsoft/fast-router_v0.2.15",
|
|
7
|
+
"version": "0.2.15",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Bump @microsoft/fast-element to v1.8.0",
|
|
12
|
+
"author": "roeisenb@microsoft.com",
|
|
13
|
+
"commit": "0e506c6c67a8a7d75e4ef9cfbd000f9da810dc14",
|
|
14
|
+
"package": "@microsoft/fast-router"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Fri, 25 Feb 2022 17:09:32 GMT",
|
|
21
|
+
"tag": "@microsoft/fast-router_v0.2.14",
|
|
22
|
+
"version": "0.2.14",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"comment": "Bump @microsoft/fast-element to v1.7.2",
|
|
27
|
+
"author": "roeisenb@microsoft.com",
|
|
28
|
+
"commit": "76a9c866277cd13a92a9ca6b3518eae2fb625d79",
|
|
29
|
+
"package": "@microsoft/fast-router"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Thu, 24 Feb 2022 22:21:55 GMT",
|
|
36
|
+
"tag": "@microsoft/fast-router_v0.2.13",
|
|
37
|
+
"version": "0.2.13",
|
|
38
|
+
"comments": {
|
|
39
|
+
"patch": [
|
|
40
|
+
{
|
|
41
|
+
"comment": "Bump @microsoft/fast-element to v1.7.1",
|
|
42
|
+
"author": "roeisenb@microsoft.com",
|
|
43
|
+
"commit": "9dfb9bb20afa48320eef2c6157e26ec2b10cfd3e",
|
|
44
|
+
"package": "@microsoft/fast-router"
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"date": "Sun, 23 Jan 2022 07:13:56 GMT",
|
|
6
51
|
"tag": "@microsoft/fast-router_v0.2.12",
|
|
7
52
|
"version": "0.2.12",
|
|
8
53
|
"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 Tue, 08 Mar 2022 07:10:44 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.2.15
|
|
8
|
+
|
|
9
|
+
Tue, 08 Mar 2022 07:10:44 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @microsoft/fast-element to v1.8.0 (roeisenb@microsoft.com)
|
|
14
|
+
|
|
15
|
+
## 0.2.14
|
|
16
|
+
|
|
17
|
+
Fri, 25 Feb 2022 17:09:32 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Bump @microsoft/fast-element to v1.7.2 (roeisenb@microsoft.com)
|
|
22
|
+
|
|
23
|
+
## 0.2.13
|
|
24
|
+
|
|
25
|
+
Thu, 24 Feb 2022 22:21:55 GMT
|
|
26
|
+
|
|
27
|
+
### Patches
|
|
28
|
+
|
|
29
|
+
- Bump @microsoft/fast-element to v1.7.1 (roeisenb@microsoft.com)
|
|
30
|
+
|
|
7
31
|
## 0.2.12
|
|
8
32
|
|
|
9
|
-
Sun, 23 Jan 2022 07:
|
|
33
|
+
Sun, 23 Jan 2022 07:13:56 GMT
|
|
10
34
|
|
|
11
35
|
### Patches
|
|
12
36
|
|