@fedify/fedify 1.3.23 → 1.3.24
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 +48 -0
- package/esm/deno.js +1 -1
- package/esm/vocab/vocab.js +253 -193
- package/package.json +1 -1
- package/types/vocab/vocab.d.ts.map +1 -1
package/CHANGES.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
3
3
|
Fedify changelog
|
|
4
4
|
================
|
|
5
5
|
|
|
6
|
+
Version 1.3.24
|
|
7
|
+
--------------
|
|
8
|
+
|
|
9
|
+
Released on September 17, 2025.
|
|
10
|
+
|
|
11
|
+
- Improved the AT Protocol URI workaround to handle all DID methods and
|
|
12
|
+
edge cases. The fix now properly percent-encodes any authority component
|
|
13
|
+
in `at://` URIs, supporting `did:web`, `did:key`, and other DID methods
|
|
14
|
+
beyond just `did:plc`. Also handles URIs without path components
|
|
15
|
+
correctly. [[#436]]
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
Version 1.3.23
|
|
7
19
|
--------------
|
|
8
20
|
|
|
@@ -418,6 +430,18 @@ Released on November 30, 2024.
|
|
|
418
430
|
[#193]: https://github.com/fedify-dev/fedify/issues/193
|
|
419
431
|
|
|
420
432
|
|
|
433
|
+
Version 1.2.27
|
|
434
|
+
--------------
|
|
435
|
+
|
|
436
|
+
Released on September 17, 2025.
|
|
437
|
+
|
|
438
|
+
- Improved the AT Protocol URI workaround to handle all DID methods and
|
|
439
|
+
edge cases. The fix now properly percent-encodes any authority component
|
|
440
|
+
in `at://` URIs, supporting `did:web`, `did:key`, and other DID methods
|
|
441
|
+
beyond just `did:plc`. Also handles URIs without path components
|
|
442
|
+
correctly. [[#436]]
|
|
443
|
+
|
|
444
|
+
|
|
421
445
|
Version 1.2.26
|
|
422
446
|
--------------
|
|
423
447
|
|
|
@@ -866,6 +890,18 @@ Released on October 31, 2024.
|
|
|
866
890
|
[#118]: https://github.com/fedify-dev/fedify/issues/118
|
|
867
891
|
|
|
868
892
|
|
|
893
|
+
Version 1.1.27
|
|
894
|
+
--------------
|
|
895
|
+
|
|
896
|
+
Released on September 17, 2025.
|
|
897
|
+
|
|
898
|
+
- Improved the AT Protocol URI workaround to handle all DID methods and
|
|
899
|
+
edge cases. The fix now properly percent-encodes any authority component
|
|
900
|
+
in `at://` URIs, supporting `did:web`, `did:key`, and other DID methods
|
|
901
|
+
beyond just `did:plc`. Also handles URIs without path components
|
|
902
|
+
correctly. [[#436]]
|
|
903
|
+
|
|
904
|
+
|
|
869
905
|
Version 1.1.26
|
|
870
906
|
--------------
|
|
871
907
|
|
|
@@ -1355,6 +1391,18 @@ Released on October 20, 2024.
|
|
|
1355
1391
|
[#150]: https://github.com/fedify-dev/fedify/issues/150
|
|
1356
1392
|
|
|
1357
1393
|
|
|
1394
|
+
Version 1.0.30
|
|
1395
|
+
--------------
|
|
1396
|
+
|
|
1397
|
+
Released on September 17, 2025.
|
|
1398
|
+
|
|
1399
|
+
- Improved the AT Protocol URI workaround to handle all DID methods and
|
|
1400
|
+
edge cases. The fix now properly percent-encodes any authority component
|
|
1401
|
+
in `at://` URIs, supporting `did:web`, `did:key`, and other DID methods
|
|
1402
|
+
beyond just `did:plc`. Also handles URIs without path components
|
|
1403
|
+
correctly. [[#436]]
|
|
1404
|
+
|
|
1405
|
+
|
|
1358
1406
|
Version 1.0.29
|
|
1359
1407
|
--------------
|
|
1360
1408
|
|