@fedify/fedify 1.5.8 → 1.5.9

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,18 @@
3
3
  Fedify changelog
4
4
  ================
5
5
 
6
+ Version 1.5.9
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.5.8
7
19
  -------------
8
20
 
@@ -225,6 +237,18 @@ Released on March 28, 2025.
225
237
  [multibase]: https://github.com/multiformats/js-multibase
226
238
 
227
239
 
240
+ Version 1.4.17
241
+ --------------
242
+
243
+ Released on September 17, 2025.
244
+
245
+ - Improved the AT Protocol URI workaround to handle all DID methods and
246
+ edge cases. The fix now properly percent-encodes any authority component
247
+ in `at://` URIs, supporting `did:web`, `did:key`, and other DID methods
248
+ beyond just `did:plc`. Also handles URIs without path components
249
+ correctly. [[#436]]
250
+
251
+
228
252
  Version 1.4.16
229
253
  --------------
230
254
 
@@ -522,6 +546,18 @@ Released on February 5, 2025.
522
546
  [#195]: https://github.com/fedify-dev/fedify/issues/195
523
547
 
524
548
 
549
+ Version 1.3.24
550
+ --------------
551
+
552
+ Released on September 17, 2025.
553
+
554
+ - Improved the AT Protocol URI workaround to handle all DID methods and
555
+ edge cases. The fix now properly percent-encodes any authority component
556
+ in `at://` URIs, supporting `did:web`, `did:key`, and other DID methods
557
+ beyond just `did:plc`. Also handles URIs without path components
558
+ correctly. [[#436]]
559
+
560
+
525
561
  Version 1.3.23
526
562
  --------------
527
563
 
@@ -937,6 +973,18 @@ Released on November 30, 2024.
937
973
  [#193]: https://github.com/fedify-dev/fedify/issues/193
938
974
 
939
975
 
976
+ Version 1.2.27
977
+ --------------
978
+
979
+ Released on September 17, 2025.
980
+
981
+ - Improved the AT Protocol URI workaround to handle all DID methods and
982
+ edge cases. The fix now properly percent-encodes any authority component
983
+ in `at://` URIs, supporting `did:web`, `did:key`, and other DID methods
984
+ beyond just `did:plc`. Also handles URIs without path components
985
+ correctly. [[#436]]
986
+
987
+
940
988
  Version 1.2.26
941
989
  --------------
942
990
 
@@ -1385,6 +1433,18 @@ Released on October 31, 2024.
1385
1433
  [#118]: https://github.com/fedify-dev/fedify/issues/118
1386
1434
 
1387
1435
 
1436
+ Version 1.1.27
1437
+ --------------
1438
+
1439
+ Released on September 17, 2025.
1440
+
1441
+ - Improved the AT Protocol URI workaround to handle all DID methods and
1442
+ edge cases. The fix now properly percent-encodes any authority component
1443
+ in `at://` URIs, supporting `did:web`, `did:key`, and other DID methods
1444
+ beyond just `did:plc`. Also handles URIs without path components
1445
+ correctly. [[#436]]
1446
+
1447
+
1388
1448
  Version 1.1.26
1389
1449
  --------------
1390
1450
 
@@ -1874,6 +1934,18 @@ Released on October 20, 2024.
1874
1934
  [#150]: https://github.com/fedify-dev/fedify/issues/150
1875
1935
 
1876
1936
 
1937
+ Version 1.0.30
1938
+ --------------
1939
+
1940
+ Released on September 17, 2025.
1941
+
1942
+ - Improved the AT Protocol URI workaround to handle all DID methods and
1943
+ edge cases. The fix now properly percent-encodes any authority component
1944
+ in `at://` URIs, supporting `did:web`, `did:key`, and other DID methods
1945
+ beyond just `did:plc`. Also handles URIs without path components
1946
+ correctly. [[#436]]
1947
+
1948
+
1877
1949
  Version 1.0.29
1878
1950
  --------------
1879
1951
 
package/esm/deno.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.5.8",
3
+ "version": "1.5.9",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./mod.ts",