@fedify/fedify 1.5.0-dev.680 → 1.5.0-dev.692
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 +156 -0
- package/esm/deno.js +1 -1
- package/esm/vocab/application.yaml +1 -0
- package/esm/vocab/group.yaml +1 -0
- package/esm/vocab/organization.yaml +1 -0
- package/esm/vocab/person.yaml +1 -0
- package/esm/vocab/service.yaml +1 -0
- package/esm/vocab/vocab.js +186 -176
- package/package.json +2 -2
- package/types/vocab/vocab.d.ts.map +1 -1
package/CHANGES.md
CHANGED
@@ -41,6 +41,35 @@ 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
|
+
|
58
|
+
Version 1.4.4
|
59
|
+
-------------
|
60
|
+
|
61
|
+
Released on February 25, 2025.
|
62
|
+
|
63
|
+
- Added the following default context to `Application`, `Group`,
|
64
|
+
`Organization`, `Person`, and `Service` classes:
|
65
|
+
|
66
|
+
~~~~ json
|
67
|
+
{
|
68
|
+
"Emoji": "http://joinmastodon.org/ns#Emoji"
|
69
|
+
}
|
70
|
+
~~~~
|
71
|
+
|
72
|
+
|
44
73
|
Version 1.4.3
|
45
74
|
-------------
|
46
75
|
|
@@ -165,6 +194,35 @@ Released on February 5, 2025.
|
|
165
194
|
[#195]: https://github.com/fedify-dev/fedify/issues/195
|
166
195
|
|
167
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
|
+
|
211
|
+
Version 1.3.11
|
212
|
+
--------------
|
213
|
+
|
214
|
+
Released on February 25, 2025.
|
215
|
+
|
216
|
+
- Added the following default context to `Application`, `Group`,
|
217
|
+
`Organization`, `Person`, and `Service` classes:
|
218
|
+
|
219
|
+
~~~~ json
|
220
|
+
{
|
221
|
+
"Emoji": "http://joinmastodon.org/ns#Emoji"
|
222
|
+
}
|
223
|
+
~~~~
|
224
|
+
|
225
|
+
|
168
226
|
Version 1.3.10
|
169
227
|
--------------
|
170
228
|
|
@@ -405,6 +463,38 @@ Released on November 30, 2024.
|
|
405
463
|
[#193]: https://github.com/fedify-dev/fedify/issues/193
|
406
464
|
|
407
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
|
+
|
483
|
+
Version 1.2.15
|
484
|
+
--------------
|
485
|
+
|
486
|
+
Released on February 25, 2025.
|
487
|
+
|
488
|
+
- Added the following default context to `Application`, `Group`,
|
489
|
+
`Organization`, `Person`, and `Service` classes:
|
490
|
+
|
491
|
+
~~~~ json
|
492
|
+
{
|
493
|
+
"Emoji": "http://joinmastodon.org/ns#Emoji"
|
494
|
+
}
|
495
|
+
~~~~
|
496
|
+
|
497
|
+
|
408
498
|
Version 1.2.14
|
409
499
|
--------------
|
410
500
|
|
@@ -691,6 +781,38 @@ Released on October 31, 2024.
|
|
691
781
|
[#118]: https://github.com/fedify-dev/fedify/issues/118
|
692
782
|
|
693
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
|
+
|
801
|
+
Version 1.1.15
|
802
|
+
--------------
|
803
|
+
|
804
|
+
Released on February 25, 2025.
|
805
|
+
|
806
|
+
- Added the following default context to `Application`, `Group`,
|
807
|
+
`Organization`, `Person`, and `Service` classes:
|
808
|
+
|
809
|
+
~~~~ json
|
810
|
+
{
|
811
|
+
"Emoji": "http://joinmastodon.org/ns#Emoji"
|
812
|
+
}
|
813
|
+
~~~~
|
814
|
+
|
815
|
+
|
694
816
|
Version 1.1.14
|
695
817
|
--------------
|
696
818
|
|
@@ -1018,6 +1140,40 @@ Released on October 20, 2024.
|
|
1018
1140
|
[#150]: https://github.com/fedify-dev/fedify/issues/150
|
1019
1141
|
|
1020
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
|
+
|
1162
|
+
Version 1.0.18
|
1163
|
+
--------------
|
1164
|
+
|
1165
|
+
Released on February 25, 2025.
|
1166
|
+
|
1167
|
+
- Added the following default context to `Application`, `Group`,
|
1168
|
+
`Organization`, `Person`, and `Service` classes:
|
1169
|
+
|
1170
|
+
~~~~ json
|
1171
|
+
{
|
1172
|
+
"Emoji": "http://joinmastodon.org/ns#Emoji"
|
1173
|
+
}
|
1174
|
+
~~~~
|
1175
|
+
|
1176
|
+
|
1021
1177
|
Version 1.0.17
|
1022
1178
|
--------------
|
1023
1179
|
|
package/esm/deno.js
CHANGED
package/esm/vocab/group.yaml
CHANGED
package/esm/vocab/person.yaml
CHANGED