@fedify/fedify 1.4.9 → 1.4.10
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 +102 -0
- package/esm/deno.js +1 -1
- package/esm/vocab/undo.yaml +4 -0
- package/esm/vocab/vocab.js +206 -184
- package/package.json +1 -1
- package/types/vocab/vocab.d.ts.map +1 -1
package/CHANGES.md
CHANGED
@@ -3,6 +3,28 @@
|
|
3
3
|
Fedify changelog
|
4
4
|
================
|
5
5
|
|
6
|
+
Version 1.4.10
|
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.4.9
|
7
29
|
-------------
|
8
30
|
|
@@ -205,6 +227,28 @@ Released on February 5, 2025.
|
|
205
227
|
[#195]: https://github.com/fedify-dev/fedify/issues/195
|
206
228
|
|
207
229
|
|
230
|
+
Version 1.3.17
|
231
|
+
--------------
|
232
|
+
|
233
|
+
Released on April 8, 2025.
|
234
|
+
|
235
|
+
- Activity Vocabulary API became to accept [RFC 3339] date-time strings
|
236
|
+
without a timezone offset. This is not a bug fix, but improves
|
237
|
+
interoperability with some implementations that do not include a timezone
|
238
|
+
offset in their date-time strings including WordPress. [[#226]]
|
239
|
+
|
240
|
+
- Added the following default context to `Undo` class:
|
241
|
+
|
242
|
+
~~~~ json
|
243
|
+
{
|
244
|
+
"litepub": "http://litepub.social/ns#",
|
245
|
+
"toot": "http://joinmastodon.org/ns#",
|
246
|
+
"EmojiReact": "litepub:EmojiReact",
|
247
|
+
"Emoji": "toot:Emoji"
|
248
|
+
}
|
249
|
+
~~~~
|
250
|
+
|
251
|
+
|
208
252
|
Version 1.3.16
|
209
253
|
--------------
|
210
254
|
|
@@ -523,6 +567,28 @@ Released on November 30, 2024.
|
|
523
567
|
[#193]: https://github.com/fedify-dev/fedify/issues/193
|
524
568
|
|
525
569
|
|
570
|
+
Version 1.2.21
|
571
|
+
--------------
|
572
|
+
|
573
|
+
Released on April 8, 2025.
|
574
|
+
|
575
|
+
- Activity Vocabulary API became to accept [RFC 3339] date-time strings
|
576
|
+
without a timezone offset. This is not a bug fix, but improves
|
577
|
+
interoperability with some implementations that do not include a timezone
|
578
|
+
offset in their date-time strings including WordPress. [[#226]]
|
579
|
+
|
580
|
+
- Added the following default context to `Undo` class:
|
581
|
+
|
582
|
+
~~~~ json
|
583
|
+
{
|
584
|
+
"litepub": "http://litepub.social/ns#",
|
585
|
+
"toot": "http://joinmastodon.org/ns#",
|
586
|
+
"EmojiReact": "litepub:EmojiReact",
|
587
|
+
"Emoji": "toot:Emoji"
|
588
|
+
}
|
589
|
+
~~~~
|
590
|
+
|
591
|
+
|
526
592
|
Version 1.2.20
|
527
593
|
--------------
|
528
594
|
|
@@ -889,6 +955,28 @@ Released on October 31, 2024.
|
|
889
955
|
[#118]: https://github.com/fedify-dev/fedify/issues/118
|
890
956
|
|
891
957
|
|
958
|
+
Version 1.1.21
|
959
|
+
--------------
|
960
|
+
|
961
|
+
Released on April 8, 2025.
|
962
|
+
|
963
|
+
- Activity Vocabulary API became to accept [RFC 3339] date-time strings
|
964
|
+
without a timezone offset. This is not a bug fix, but improves
|
965
|
+
interoperability with some implementations that do not include a timezone
|
966
|
+
offset in their date-time strings including WordPress. [[#226]]
|
967
|
+
|
968
|
+
- Added the following default context to `Undo` class:
|
969
|
+
|
970
|
+
~~~~ json
|
971
|
+
{
|
972
|
+
"litepub": "http://litepub.social/ns#",
|
973
|
+
"toot": "http://joinmastodon.org/ns#",
|
974
|
+
"EmojiReact": "litepub:EmojiReact",
|
975
|
+
"Emoji": "toot:Emoji"
|
976
|
+
}
|
977
|
+
~~~~
|
978
|
+
|
979
|
+
|
892
980
|
Version 1.1.20
|
893
981
|
--------------
|
894
982
|
|
@@ -1296,6 +1384,20 @@ Released on October 20, 2024.
|
|
1296
1384
|
[#150]: https://github.com/fedify-dev/fedify/issues/150
|
1297
1385
|
|
1298
1386
|
|
1387
|
+
Version 1.0.24
|
1388
|
+
--------------
|
1389
|
+
|
1390
|
+
Released on April 8, 2025.
|
1391
|
+
|
1392
|
+
- Activity Vocabulary API became to accept [RFC 3339] date-time strings
|
1393
|
+
without a timezone offset. This is not a bug fix, but improves
|
1394
|
+
interoperability with some implementations that do not include a timezone
|
1395
|
+
offset in their date-time strings including WordPress. [[#226]]
|
1396
|
+
|
1397
|
+
[RFC 3339]: https://datatracker.ietf.org/doc/html/rfc3339
|
1398
|
+
[#226]: https://github.com/fedify-dev/fedify/issues/226
|
1399
|
+
|
1400
|
+
|
1299
1401
|
Version 1.0.23
|
1300
1402
|
--------------
|
1301
1403
|
|
package/esm/deno.js
CHANGED
package/esm/vocab/undo.yaml
CHANGED
@@ -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: []
|