@fedify/fedify 1.3.10 → 1.3.11
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 +60 -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 +183 -173
- package/package.json +1 -1
- package/types/vocab/vocab.d.ts.map +1 -1
package/CHANGES.md
CHANGED
@@ -3,6 +3,21 @@
|
|
3
3
|
Fedify changelog
|
4
4
|
================
|
5
5
|
|
6
|
+
Version 1.3.11
|
7
|
+
--------------
|
8
|
+
|
9
|
+
Released on February 25, 2025.
|
10
|
+
|
11
|
+
- Added the following default context to `Application`, `Group`,
|
12
|
+
`Organization`, `Person`, and `Service` classes:
|
13
|
+
|
14
|
+
~~~~ json
|
15
|
+
{
|
16
|
+
"Emoji": "http://joinmastodon.org/ns#Emoji"
|
17
|
+
}
|
18
|
+
~~~~
|
19
|
+
|
20
|
+
|
6
21
|
Version 1.3.10
|
7
22
|
--------------
|
8
23
|
|
@@ -243,6 +258,21 @@ Released on November 30, 2024.
|
|
243
258
|
[#193]: https://github.com/fedify-dev/fedify/issues/193
|
244
259
|
|
245
260
|
|
261
|
+
Version 1.2.15
|
262
|
+
--------------
|
263
|
+
|
264
|
+
Released on February 25, 2025.
|
265
|
+
|
266
|
+
- Added the following default context to `Application`, `Group`,
|
267
|
+
`Organization`, `Person`, and `Service` classes:
|
268
|
+
|
269
|
+
~~~~ json
|
270
|
+
{
|
271
|
+
"Emoji": "http://joinmastodon.org/ns#Emoji"
|
272
|
+
}
|
273
|
+
~~~~
|
274
|
+
|
275
|
+
|
246
276
|
Version 1.2.14
|
247
277
|
--------------
|
248
278
|
|
@@ -529,6 +559,21 @@ Released on October 31, 2024.
|
|
529
559
|
[#118]: https://github.com/fedify-dev/fedify/issues/118
|
530
560
|
|
531
561
|
|
562
|
+
Version 1.1.15
|
563
|
+
--------------
|
564
|
+
|
565
|
+
Released on February 25, 2025.
|
566
|
+
|
567
|
+
- Added the following default context to `Application`, `Group`,
|
568
|
+
`Organization`, `Person`, and `Service` classes:
|
569
|
+
|
570
|
+
~~~~ json
|
571
|
+
{
|
572
|
+
"Emoji": "http://joinmastodon.org/ns#Emoji"
|
573
|
+
}
|
574
|
+
~~~~
|
575
|
+
|
576
|
+
|
532
577
|
Version 1.1.14
|
533
578
|
--------------
|
534
579
|
|
@@ -856,6 +901,21 @@ Released on October 20, 2024.
|
|
856
901
|
[#150]: https://github.com/fedify-dev/fedify/issues/150
|
857
902
|
|
858
903
|
|
904
|
+
Version 1.0.18
|
905
|
+
--------------
|
906
|
+
|
907
|
+
Released on February 25, 2025.
|
908
|
+
|
909
|
+
- Added the following default context to `Application`, `Group`,
|
910
|
+
`Organization`, `Person`, and `Service` classes:
|
911
|
+
|
912
|
+
~~~~ json
|
913
|
+
{
|
914
|
+
"Emoji": "http://joinmastodon.org/ns#Emoji"
|
915
|
+
}
|
916
|
+
~~~~
|
917
|
+
|
918
|
+
|
859
919
|
Version 1.0.17
|
860
920
|
--------------
|
861
921
|
|
package/esm/deno.js
CHANGED
package/esm/vocab/group.yaml
CHANGED
package/esm/vocab/person.yaml
CHANGED