@fedify/fedify 1.4.3 → 1.4.4

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 CHANGED
@@ -3,6 +3,21 @@
3
3
  Fedify changelog
4
4
  ================
5
5
 
6
+ Version 1.4.4
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.4.3
7
22
  -------------
8
23
 
@@ -127,6 +142,21 @@ Released on February 5, 2025.
127
142
  [#195]: https://github.com/fedify-dev/fedify/issues/195
128
143
 
129
144
 
145
+ Version 1.3.11
146
+ --------------
147
+
148
+ Released on February 25, 2025.
149
+
150
+ - Added the following default context to `Application`, `Group`,
151
+ `Organization`, `Person`, and `Service` classes:
152
+
153
+ ~~~~ json
154
+ {
155
+ "Emoji": "http://joinmastodon.org/ns#Emoji"
156
+ }
157
+ ~~~~
158
+
159
+
130
160
  Version 1.3.10
131
161
  --------------
132
162
 
@@ -367,6 +397,21 @@ Released on November 30, 2024.
367
397
  [#193]: https://github.com/fedify-dev/fedify/issues/193
368
398
 
369
399
 
400
+ Version 1.2.15
401
+ --------------
402
+
403
+ Released on February 25, 2025.
404
+
405
+ - Added the following default context to `Application`, `Group`,
406
+ `Organization`, `Person`, and `Service` classes:
407
+
408
+ ~~~~ json
409
+ {
410
+ "Emoji": "http://joinmastodon.org/ns#Emoji"
411
+ }
412
+ ~~~~
413
+
414
+
370
415
  Version 1.2.14
371
416
  --------------
372
417
 
@@ -653,6 +698,21 @@ Released on October 31, 2024.
653
698
  [#118]: https://github.com/fedify-dev/fedify/issues/118
654
699
 
655
700
 
701
+ Version 1.1.15
702
+ --------------
703
+
704
+ Released on February 25, 2025.
705
+
706
+ - Added the following default context to `Application`, `Group`,
707
+ `Organization`, `Person`, and `Service` classes:
708
+
709
+ ~~~~ json
710
+ {
711
+ "Emoji": "http://joinmastodon.org/ns#Emoji"
712
+ }
713
+ ~~~~
714
+
715
+
656
716
  Version 1.1.14
657
717
  --------------
658
718
 
@@ -980,6 +1040,21 @@ Released on October 20, 2024.
980
1040
  [#150]: https://github.com/fedify-dev/fedify/issues/150
981
1041
 
982
1042
 
1043
+ Version 1.0.18
1044
+ --------------
1045
+
1046
+ Released on February 25, 2025.
1047
+
1048
+ - Added the following default context to `Application`, `Group`,
1049
+ `Organization`, `Person`, and `Service` classes:
1050
+
1051
+ ~~~~ json
1052
+ {
1053
+ "Emoji": "http://joinmastodon.org/ns#Emoji"
1054
+ }
1055
+ ~~~~
1056
+
1057
+
983
1058
  Version 1.0.17
984
1059
  --------------
985
1060
 
package/README.md CHANGED
@@ -95,14 +95,16 @@ financial contributors:[^2]
95
95
  ### Supporters
96
96
 
97
97
  - [Daniel Supernault](https://pixelfed.org/)
98
+ - [tkgka](https://opencollective.com/tkgka)
99
+ - [Blaine](https://opencollective.com/blaine)
98
100
 
99
101
  ### Backers
100
102
 
101
- yamanoku, okin, Andy Piper, box464, Evan Prodromou, Rafael Goulart
103
+ yamanoku, Julian Fietkau, taye, okin, Andy Piper, box464, Evan Prodromou, Rafael Goulart, malte
102
104
 
103
105
  ### One-time donations
104
106
 
105
- Markus P, Rameez
107
+ Markus P, Nils Bergmann, Rameez
106
108
 
107
109
  <!-- /DO NOT EDIT -->
108
110
  <!-- cSpell: enable -->
package/esm/deno.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./mod.ts",
@@ -19,6 +19,7 @@ defaultContext:
19
19
  "@id": "as:movedTo"
20
20
  "@type": "@id"
21
21
  toot: "http://joinmastodon.org/ns#"
22
+ Emoji: "toot:Emoji"
22
23
  featured:
23
24
  "@id": "toot:featured"
24
25
  "@type": "@id"
@@ -19,6 +19,7 @@ defaultContext:
19
19
  "@id": "as:movedTo"
20
20
  "@type": "@id"
21
21
  toot: "http://joinmastodon.org/ns#"
22
+ Emoji: "toot:Emoji"
22
23
  featured:
23
24
  "@id": "toot:featured"
24
25
  "@type": "@id"
@@ -19,6 +19,7 @@ defaultContext:
19
19
  "@id": "as:movedTo"
20
20
  "@type": "@id"
21
21
  toot: "http://joinmastodon.org/ns#"
22
+ Emoji: "toot:Emoji"
22
23
  featured:
23
24
  "@id": "toot:featured"
24
25
  "@type": "@id"
@@ -19,6 +19,7 @@ defaultContext:
19
19
  "@id": "as:movedTo"
20
20
  "@type": "@id"
21
21
  toot: "http://joinmastodon.org/ns#"
22
+ Emoji: "toot:Emoji"
22
23
  featured:
23
24
  "@id": "toot:featured"
24
25
  "@type": "@id"
@@ -19,6 +19,7 @@ defaultContext:
19
19
  "@id": "as:movedTo"
20
20
  "@type": "@id"
21
21
  toot: "http://joinmastodon.org/ns#"
22
+ Emoji: "toot:Emoji"
22
23
  featured:
23
24
  "@id": "toot:featured"
24
25
  "@type": "@id"