@fedify/fedify 1.5.0-dev.752 → 1.5.1

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,10 +3,32 @@
3
3
  Fedify changelog
4
4
  ================
5
5
 
6
+ Version 1.5.1
7
+ -------------
8
+
9
+ Released on April 8, 2025.
10
+
11
+ - Activity Vocabulary API became to accept [RFC 3339] date-time strings
12
+ without a timezone offset. This is not a bug fix, but improves
13
+ interoperability with some implementations that do not include a timezone
14
+ offset in their date-time strings including WordPress. [[#226]]
15
+
16
+ - Added the following default context to `Undo` class:
17
+
18
+ ~~~~ json
19
+ {
20
+ "litepub": "http://litepub.social/ns#",
21
+ "toot": "http://joinmastodon.org/ns#",
22
+ "EmojiReact": "litepub:EmojiReact",
23
+ "Emoji": "toot:Emoji"
24
+ }
25
+ ~~~~
26
+
27
+
6
28
  Version 1.5.0
7
29
  -------------
8
30
 
9
- To be released.
31
+ Released on March 28, 2025.
10
32
 
11
33
  - Improved activity delivery performance with large audiences through
12
34
  a two-stage queuing system. Sending activities to many recipients
@@ -115,6 +137,28 @@ To be released.
115
137
  [multibase]: https://github.com/multiformats/js-multibase
116
138
 
117
139
 
140
+ Version 1.4.10
141
+ --------------
142
+
143
+ Released on April 8, 2025.
144
+
145
+ - Activity Vocabulary API became to accept [RFC 3339] date-time strings
146
+ without a timezone offset. This is not a bug fix, but improves
147
+ interoperability with some implementations that do not include a timezone
148
+ offset in their date-time strings including WordPress. [[#226]]
149
+
150
+ - Added the following default context to `Undo` class:
151
+
152
+ ~~~~ json
153
+ {
154
+ "litepub": "http://litepub.social/ns#",
155
+ "toot": "http://joinmastodon.org/ns#",
156
+ "EmojiReact": "litepub:EmojiReact",
157
+ "Emoji": "toot:Emoji"
158
+ }
159
+ ~~~~
160
+
161
+
118
162
  Version 1.4.9
119
163
  -------------
120
164
 
@@ -317,6 +361,28 @@ Released on February 5, 2025.
317
361
  [#195]: https://github.com/fedify-dev/fedify/issues/195
318
362
 
319
363
 
364
+ Version 1.3.17
365
+ --------------
366
+
367
+ Released on April 8, 2025.
368
+
369
+ - Activity Vocabulary API became to accept [RFC 3339] date-time strings
370
+ without a timezone offset. This is not a bug fix, but improves
371
+ interoperability with some implementations that do not include a timezone
372
+ offset in their date-time strings including WordPress. [[#226]]
373
+
374
+ - Added the following default context to `Undo` class:
375
+
376
+ ~~~~ json
377
+ {
378
+ "litepub": "http://litepub.social/ns#",
379
+ "toot": "http://joinmastodon.org/ns#",
380
+ "EmojiReact": "litepub:EmojiReact",
381
+ "Emoji": "toot:Emoji"
382
+ }
383
+ ~~~~
384
+
385
+
320
386
  Version 1.3.16
321
387
  --------------
322
388
 
@@ -635,6 +701,28 @@ Released on November 30, 2024.
635
701
  [#193]: https://github.com/fedify-dev/fedify/issues/193
636
702
 
637
703
 
704
+ Version 1.2.21
705
+ --------------
706
+
707
+ Released on April 8, 2025.
708
+
709
+ - Activity Vocabulary API became to accept [RFC 3339] date-time strings
710
+ without a timezone offset. This is not a bug fix, but improves
711
+ interoperability with some implementations that do not include a timezone
712
+ offset in their date-time strings including WordPress. [[#226]]
713
+
714
+ - Added the following default context to `Undo` class:
715
+
716
+ ~~~~ json
717
+ {
718
+ "litepub": "http://litepub.social/ns#",
719
+ "toot": "http://joinmastodon.org/ns#",
720
+ "EmojiReact": "litepub:EmojiReact",
721
+ "Emoji": "toot:Emoji"
722
+ }
723
+ ~~~~
724
+
725
+
638
726
  Version 1.2.20
639
727
  --------------
640
728
 
@@ -1001,6 +1089,28 @@ Released on October 31, 2024.
1001
1089
  [#118]: https://github.com/fedify-dev/fedify/issues/118
1002
1090
 
1003
1091
 
1092
+ Version 1.1.21
1093
+ --------------
1094
+
1095
+ Released on April 8, 2025.
1096
+
1097
+ - Activity Vocabulary API became to accept [RFC 3339] date-time strings
1098
+ without a timezone offset. This is not a bug fix, but improves
1099
+ interoperability with some implementations that do not include a timezone
1100
+ offset in their date-time strings including WordPress. [[#226]]
1101
+
1102
+ - Added the following default context to `Undo` class:
1103
+
1104
+ ~~~~ json
1105
+ {
1106
+ "litepub": "http://litepub.social/ns#",
1107
+ "toot": "http://joinmastodon.org/ns#",
1108
+ "EmojiReact": "litepub:EmojiReact",
1109
+ "Emoji": "toot:Emoji"
1110
+ }
1111
+ ~~~~
1112
+
1113
+
1004
1114
  Version 1.1.20
1005
1115
  --------------
1006
1116
 
@@ -1408,6 +1518,20 @@ Released on October 20, 2024.
1408
1518
  [#150]: https://github.com/fedify-dev/fedify/issues/150
1409
1519
 
1410
1520
 
1521
+ Version 1.0.24
1522
+ --------------
1523
+
1524
+ Released on April 8, 2025.
1525
+
1526
+ - Activity Vocabulary API became to accept [RFC 3339] date-time strings
1527
+ without a timezone offset. This is not a bug fix, but improves
1528
+ interoperability with some implementations that do not include a timezone
1529
+ offset in their date-time strings including WordPress. [[#226]]
1530
+
1531
+ [RFC 3339]: https://datatracker.ietf.org/doc/html/rfc3339
1532
+ [#226]: https://github.com/fedify-dev/fedify/issues/226
1533
+
1534
+
1411
1535
  Version 1.0.23
1412
1536
  --------------
1413
1537
 
package/README.md CHANGED
@@ -92,6 +92,10 @@ financial contributors:[^2]
92
92
  <!-- cSpell: disable -->
93
93
  <!-- DO NOT EDIT(h3): this section is automatically generated by the script -->
94
94
 
95
+ ### Corporate sponsors
96
+
97
+ - [<img src="https://images.opencollective.com/ghost/avatar/128.png" width="64" height="64"> Ghost](https://ghost.org)
98
+
95
99
  ### Supporters
96
100
 
97
101
  - [Daniel Supernault](https://pixelfed.org/)
@@ -100,7 +104,7 @@ financial contributors:[^2]
100
104
 
101
105
  ### Backers
102
106
 
103
- yamanoku, Encyclia, taye, okin, Andy Piper, box464, Evan Prodromou, Rafael Goulart, malte
107
+ yamanoku, taye, Encyclia, okin, Andy Piper, box464, Evan Prodromou, Rafael Goulart, malte
104
108
 
105
109
  ### One-time donations
106
110
 
package/SPONSORS.md CHANGED
@@ -10,6 +10,11 @@ financial contributors:[^1]
10
10
  <!-- cSpell: disable -->
11
11
  <!-- DO NOT EDIT(h2): this section is automatically generated by the script -->
12
12
 
13
+ Corporate sponsors
14
+ ------------------
15
+
16
+ - [<img src="https://images.opencollective.com/ghost/avatar/128.png" width="64" height="64"> Ghost](https://ghost.org)
17
+
13
18
  Supporters
14
19
  ----------
15
20
 
@@ -20,7 +25,7 @@ Supporters
20
25
  Backers
21
26
  -------
22
27
 
23
- yamanoku, Encyclia, taye, okin, Andy Piper, box464, Evan Prodromou, Rafael Goulart, malte
28
+ yamanoku, taye, Encyclia, okin, Andy Piper, box464, Evan Prodromou, Rafael Goulart, malte
24
29
 
25
30
  One-time donations
26
31
  ------------------
package/esm/deno.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.5.0-dev.752+edee829b",
3
+ "version": "1.5.1",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./mod.ts",
@@ -19,4 +19,8 @@ defaultContext:
19
19
  - "https://w3id.org/security/data-integrity/v1"
20
20
  - "https://www.w3.org/ns/did/v1"
21
21
  - "https://w3id.org/security/multikey/v1"
22
+ - litepub: "http://litepub.social/ns#"
23
+ toot: "http://joinmastodon.org/ns#"
24
+ EmojiReact: "litepub:EmojiReact"
25
+ Emoji: "toot:Emoji"
22
26
  properties: []