@fedify/fedify 1.5.0-dev.680 → 1.5.0-dev.686
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 +75 -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 +1 -1
- package/types/vocab/vocab.d.ts.map +1 -1
package/CHANGES.md
CHANGED
@@ -41,6 +41,21 @@ To be released.
|
|
41
41
|
[#211]: https://github.com/fedify-dev/fedify/issues/211
|
42
42
|
|
43
43
|
|
44
|
+
Version 1.4.4
|
45
|
+
-------------
|
46
|
+
|
47
|
+
Released on February 25, 2025.
|
48
|
+
|
49
|
+
- Added the following default context to `Application`, `Group`,
|
50
|
+
`Organization`, `Person`, and `Service` classes:
|
51
|
+
|
52
|
+
~~~~ json
|
53
|
+
{
|
54
|
+
"Emoji": "http://joinmastodon.org/ns#Emoji"
|
55
|
+
}
|
56
|
+
~~~~
|
57
|
+
|
58
|
+
|
44
59
|
Version 1.4.3
|
45
60
|
-------------
|
46
61
|
|
@@ -165,6 +180,21 @@ Released on February 5, 2025.
|
|
165
180
|
[#195]: https://github.com/fedify-dev/fedify/issues/195
|
166
181
|
|
167
182
|
|
183
|
+
Version 1.3.11
|
184
|
+
--------------
|
185
|
+
|
186
|
+
Released on February 25, 2025.
|
187
|
+
|
188
|
+
- Added the following default context to `Application`, `Group`,
|
189
|
+
`Organization`, `Person`, and `Service` classes:
|
190
|
+
|
191
|
+
~~~~ json
|
192
|
+
{
|
193
|
+
"Emoji": "http://joinmastodon.org/ns#Emoji"
|
194
|
+
}
|
195
|
+
~~~~
|
196
|
+
|
197
|
+
|
168
198
|
Version 1.3.10
|
169
199
|
--------------
|
170
200
|
|
@@ -405,6 +435,21 @@ Released on November 30, 2024.
|
|
405
435
|
[#193]: https://github.com/fedify-dev/fedify/issues/193
|
406
436
|
|
407
437
|
|
438
|
+
Version 1.2.15
|
439
|
+
--------------
|
440
|
+
|
441
|
+
Released on February 25, 2025.
|
442
|
+
|
443
|
+
- Added the following default context to `Application`, `Group`,
|
444
|
+
`Organization`, `Person`, and `Service` classes:
|
445
|
+
|
446
|
+
~~~~ json
|
447
|
+
{
|
448
|
+
"Emoji": "http://joinmastodon.org/ns#Emoji"
|
449
|
+
}
|
450
|
+
~~~~
|
451
|
+
|
452
|
+
|
408
453
|
Version 1.2.14
|
409
454
|
--------------
|
410
455
|
|
@@ -691,6 +736,21 @@ Released on October 31, 2024.
|
|
691
736
|
[#118]: https://github.com/fedify-dev/fedify/issues/118
|
692
737
|
|
693
738
|
|
739
|
+
Version 1.1.15
|
740
|
+
--------------
|
741
|
+
|
742
|
+
Released on February 25, 2025.
|
743
|
+
|
744
|
+
- Added the following default context to `Application`, `Group`,
|
745
|
+
`Organization`, `Person`, and `Service` classes:
|
746
|
+
|
747
|
+
~~~~ json
|
748
|
+
{
|
749
|
+
"Emoji": "http://joinmastodon.org/ns#Emoji"
|
750
|
+
}
|
751
|
+
~~~~
|
752
|
+
|
753
|
+
|
694
754
|
Version 1.1.14
|
695
755
|
--------------
|
696
756
|
|
@@ -1018,6 +1078,21 @@ Released on October 20, 2024.
|
|
1018
1078
|
[#150]: https://github.com/fedify-dev/fedify/issues/150
|
1019
1079
|
|
1020
1080
|
|
1081
|
+
Version 1.0.18
|
1082
|
+
--------------
|
1083
|
+
|
1084
|
+
Released on February 25, 2025.
|
1085
|
+
|
1086
|
+
- Added the following default context to `Application`, `Group`,
|
1087
|
+
`Organization`, `Person`, and `Service` classes:
|
1088
|
+
|
1089
|
+
~~~~ json
|
1090
|
+
{
|
1091
|
+
"Emoji": "http://joinmastodon.org/ns#Emoji"
|
1092
|
+
}
|
1093
|
+
~~~~
|
1094
|
+
|
1095
|
+
|
1021
1096
|
Version 1.0.17
|
1022
1097
|
--------------
|
1023
1098
|
|
package/esm/deno.js
CHANGED
package/esm/vocab/group.yaml
CHANGED
package/esm/vocab/person.yaml
CHANGED