@fedify/fedify 1.5.0-dev.686 → 1.5.0-dev.693
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/CHANGES.md +81 -0
- package/README.md +1 -1
- package/SPONSORS.md +1 -1
- package/esm/deno.js +1 -1
- package/esm/vocab/vocab.js +176 -176
- package/package.json +2 -2
package/CHANGES.md
CHANGED
@@ -41,6 +41,20 @@ To be released.
|
|
41
41
|
[#211]: https://github.com/fedify-dev/fedify/issues/211
|
42
42
|
|
43
43
|
|
44
|
+
Version 1.4.5
|
45
|
+
-------------
|
46
|
+
|
47
|
+
Released on February 28, 2025.
|
48
|
+
|
49
|
+
- Made `fedify init` to install *@fedify/h3* 0.1.2 which is compatible with
|
50
|
+
Fedify 1.0.0 or later versions when `--web-framework nitro` option is
|
51
|
+
provided. [[#213]]
|
52
|
+
|
53
|
+
- Fixed a bug where `fedify init` had failed to initialize a project with
|
54
|
+
the `--runtime node --package-manager pnpm --web-framework nitro` option.
|
55
|
+
[[#213]]
|
56
|
+
|
57
|
+
|
44
58
|
Version 1.4.4
|
45
59
|
-------------
|
46
60
|
|
@@ -180,6 +194,20 @@ Released on February 5, 2025.
|
|
180
194
|
[#195]: https://github.com/fedify-dev/fedify/issues/195
|
181
195
|
|
182
196
|
|
197
|
+
Version 1.3.12
|
198
|
+
--------------
|
199
|
+
|
200
|
+
Released on February 28, 2025.
|
201
|
+
|
202
|
+
- Made `fedify init` to install *@fedify/h3* 0.1.2 which is compatible with
|
203
|
+
Fedify 1.0.0 or later versions when `--web-framework nitro` option is
|
204
|
+
provided. [[#213]]
|
205
|
+
|
206
|
+
- Fixed a bug where `fedify init` had failed to initialize a project with
|
207
|
+
the `--runtime node --package-manager pnpm --web-framework nitro` option.
|
208
|
+
[[#213]]
|
209
|
+
|
210
|
+
|
183
211
|
Version 1.3.11
|
184
212
|
--------------
|
185
213
|
|
@@ -435,6 +463,23 @@ Released on November 30, 2024.
|
|
435
463
|
[#193]: https://github.com/fedify-dev/fedify/issues/193
|
436
464
|
|
437
465
|
|
466
|
+
Version 1.2.16
|
467
|
+
--------------
|
468
|
+
|
469
|
+
Released on February 28, 2025.
|
470
|
+
|
471
|
+
- Made `fedify init` to install *@fedify/h3* 0.1.2 which is compatible with
|
472
|
+
Fedify 1.0.0 or later versions when `--web-framework nitro` option is
|
473
|
+
provided. [[#213]]
|
474
|
+
|
475
|
+
- Fixed a bug where `fedify init` had failed to initialize a project with
|
476
|
+
the `--runtime node --package-manager pnpm --web-framework nitro` option.
|
477
|
+
[[#213]]
|
478
|
+
|
479
|
+
- Made `fedify init` to install *@logtape/logtape* 0.7.2 which is the version
|
480
|
+
used in Fedify 1.2.x.
|
481
|
+
|
482
|
+
|
438
483
|
Version 1.2.15
|
439
484
|
--------------
|
440
485
|
|
@@ -736,6 +781,23 @@ Released on October 31, 2024.
|
|
736
781
|
[#118]: https://github.com/fedify-dev/fedify/issues/118
|
737
782
|
|
738
783
|
|
784
|
+
Version 1.1.16
|
785
|
+
--------------
|
786
|
+
|
787
|
+
Released on February 28, 2025.
|
788
|
+
|
789
|
+
- Made `fedify init` to install *@fedify/h3* 0.1.2 which is compatible with
|
790
|
+
Fedify 1.0.0 or later versions when `--web-framework nitro` option is
|
791
|
+
provided. [[#213]]
|
792
|
+
|
793
|
+
- Fixed a bug where `fedify init` had failed to initialize a project with
|
794
|
+
the `--runtime node --package-manager pnpm --web-framework nitro` option.
|
795
|
+
[[#213]]
|
796
|
+
|
797
|
+
- Made `fedify init` to install *@logtape/logtape* 0.6.5 which is the version
|
798
|
+
used in Fedify 1.1.x.
|
799
|
+
|
800
|
+
|
739
801
|
Version 1.1.15
|
740
802
|
--------------
|
741
803
|
|
@@ -1078,6 +1140,25 @@ Released on October 20, 2024.
|
|
1078
1140
|
[#150]: https://github.com/fedify-dev/fedify/issues/150
|
1079
1141
|
|
1080
1142
|
|
1143
|
+
Version 1.0.19
|
1144
|
+
--------------
|
1145
|
+
|
1146
|
+
Released on February 28, 2025.
|
1147
|
+
|
1148
|
+
- Made `fedify init` to install *@fedify/h3* 0.1.2 which is compatible with
|
1149
|
+
Fedify 1.0.0 or later versions when `--web-framework nitro` option is
|
1150
|
+
provided. [[#213]]
|
1151
|
+
|
1152
|
+
- Fixed a bug where `fedify init` had failed to initialize a project with
|
1153
|
+
the `--runtime node --package-manager pnpm --web-framework nitro` option.
|
1154
|
+
[[#213]]
|
1155
|
+
|
1156
|
+
- Made `fedify init` to install *@logtape/logtape* 0.6.5 which is the version
|
1157
|
+
used in Fedify 1.0.x.
|
1158
|
+
|
1159
|
+
[#213]: https://github.com/fedify-dev/fedify/issues/213
|
1160
|
+
|
1161
|
+
|
1081
1162
|
Version 1.0.18
|
1082
1163
|
--------------
|
1083
1164
|
|
package/README.md
CHANGED
@@ -100,7 +100,7 @@ financial contributors:[^2]
|
|
100
100
|
|
101
101
|
### Backers
|
102
102
|
|
103
|
-
yamanoku, Julian Fietkau, taye,
|
103
|
+
okin, yamanoku, Julian Fietkau, taye, Andy Piper, box464, Evan Prodromou, Rafael Goulart, malte
|
104
104
|
|
105
105
|
### One-time donations
|
106
106
|
|
package/SPONSORS.md
CHANGED
@@ -20,7 +20,7 @@ Supporters
|
|
20
20
|
Backers
|
21
21
|
-------
|
22
22
|
|
23
|
-
yamanoku, Julian Fietkau, taye,
|
23
|
+
okin, yamanoku, Julian Fietkau, taye, Andy Piper, box464, Evan Prodromou, Rafael Goulart, malte
|
24
24
|
|
25
25
|
One-time donations
|
26
26
|
------------------
|