@fedify/fedify 1.6.0-dev.757 → 1.6.0-dev.765

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
@@ -9,6 +9,28 @@ Version 1.6.0
9
9
  To be released.
10
10
 
11
11
 
12
+ Version 1.5.1
13
+ -------------
14
+
15
+ Released on April 8, 2025.
16
+
17
+ - Activity Vocabulary API became to accept [RFC 3339] date-time strings
18
+ without a timezone offset. This is not a bug fix, but improves
19
+ interoperability with some implementations that do not include a timezone
20
+ offset in their date-time strings including WordPress. [[#226]]
21
+
22
+ - Added the following default context to `Undo` class:
23
+
24
+ ~~~~ json
25
+ {
26
+ "litepub": "http://litepub.social/ns#",
27
+ "toot": "http://joinmastodon.org/ns#",
28
+ "EmojiReact": "litepub:EmojiReact",
29
+ "Emoji": "toot:Emoji"
30
+ }
31
+ ~~~~
32
+
33
+
12
34
  Version 1.5.0
13
35
  -------------
14
36
 
@@ -121,6 +143,28 @@ Released on March 28, 2025.
121
143
  [multibase]: https://github.com/multiformats/js-multibase
122
144
 
123
145
 
146
+ Version 1.4.10
147
+ --------------
148
+
149
+ Released on April 8, 2025.
150
+
151
+ - Activity Vocabulary API became to accept [RFC 3339] date-time strings
152
+ without a timezone offset. This is not a bug fix, but improves
153
+ interoperability with some implementations that do not include a timezone
154
+ offset in their date-time strings including WordPress. [[#226]]
155
+
156
+ - Added the following default context to `Undo` class:
157
+
158
+ ~~~~ json
159
+ {
160
+ "litepub": "http://litepub.social/ns#",
161
+ "toot": "http://joinmastodon.org/ns#",
162
+ "EmojiReact": "litepub:EmojiReact",
163
+ "Emoji": "toot:Emoji"
164
+ }
165
+ ~~~~
166
+
167
+
124
168
  Version 1.4.9
125
169
  -------------
126
170
 
@@ -323,6 +367,28 @@ Released on February 5, 2025.
323
367
  [#195]: https://github.com/fedify-dev/fedify/issues/195
324
368
 
325
369
 
370
+ Version 1.3.17
371
+ --------------
372
+
373
+ Released on April 8, 2025.
374
+
375
+ - Activity Vocabulary API became to accept [RFC 3339] date-time strings
376
+ without a timezone offset. This is not a bug fix, but improves
377
+ interoperability with some implementations that do not include a timezone
378
+ offset in their date-time strings including WordPress. [[#226]]
379
+
380
+ - Added the following default context to `Undo` class:
381
+
382
+ ~~~~ json
383
+ {
384
+ "litepub": "http://litepub.social/ns#",
385
+ "toot": "http://joinmastodon.org/ns#",
386
+ "EmojiReact": "litepub:EmojiReact",
387
+ "Emoji": "toot:Emoji"
388
+ }
389
+ ~~~~
390
+
391
+
326
392
  Version 1.3.16
327
393
  --------------
328
394
 
@@ -641,6 +707,28 @@ Released on November 30, 2024.
641
707
  [#193]: https://github.com/fedify-dev/fedify/issues/193
642
708
 
643
709
 
710
+ Version 1.2.21
711
+ --------------
712
+
713
+ Released on April 8, 2025.
714
+
715
+ - Activity Vocabulary API became to accept [RFC 3339] date-time strings
716
+ without a timezone offset. This is not a bug fix, but improves
717
+ interoperability with some implementations that do not include a timezone
718
+ offset in their date-time strings including WordPress. [[#226]]
719
+
720
+ - Added the following default context to `Undo` class:
721
+
722
+ ~~~~ json
723
+ {
724
+ "litepub": "http://litepub.social/ns#",
725
+ "toot": "http://joinmastodon.org/ns#",
726
+ "EmojiReact": "litepub:EmojiReact",
727
+ "Emoji": "toot:Emoji"
728
+ }
729
+ ~~~~
730
+
731
+
644
732
  Version 1.2.20
645
733
  --------------
646
734
 
@@ -1007,6 +1095,28 @@ Released on October 31, 2024.
1007
1095
  [#118]: https://github.com/fedify-dev/fedify/issues/118
1008
1096
 
1009
1097
 
1098
+ Version 1.1.21
1099
+ --------------
1100
+
1101
+ Released on April 8, 2025.
1102
+
1103
+ - Activity Vocabulary API became to accept [RFC 3339] date-time strings
1104
+ without a timezone offset. This is not a bug fix, but improves
1105
+ interoperability with some implementations that do not include a timezone
1106
+ offset in their date-time strings including WordPress. [[#226]]
1107
+
1108
+ - Added the following default context to `Undo` class:
1109
+
1110
+ ~~~~ json
1111
+ {
1112
+ "litepub": "http://litepub.social/ns#",
1113
+ "toot": "http://joinmastodon.org/ns#",
1114
+ "EmojiReact": "litepub:EmojiReact",
1115
+ "Emoji": "toot:Emoji"
1116
+ }
1117
+ ~~~~
1118
+
1119
+
1010
1120
  Version 1.1.20
1011
1121
  --------------
1012
1122
 
@@ -1414,6 +1524,20 @@ Released on October 20, 2024.
1414
1524
  [#150]: https://github.com/fedify-dev/fedify/issues/150
1415
1525
 
1416
1526
 
1527
+ Version 1.0.24
1528
+ --------------
1529
+
1530
+ Released on April 8, 2025.
1531
+
1532
+ - Activity Vocabulary API became to accept [RFC 3339] date-time strings
1533
+ without a timezone offset. This is not a bug fix, but improves
1534
+ interoperability with some implementations that do not include a timezone
1535
+ offset in their date-time strings including WordPress. [[#226]]
1536
+
1537
+ [RFC 3339]: https://datatracker.ietf.org/doc/html/rfc3339
1538
+ [#226]: https://github.com/fedify-dev/fedify/issues/226
1539
+
1540
+
1417
1541
  Version 1.0.23
1418
1542
  --------------
1419
1543
 
package/esm/deno.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.6.0-dev.757+7fa54fbc",
3
+ "version": "1.6.0-dev.765+69e36127",
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: []