@fedify/fedify 0.15.2 → 0.15.4
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 +23 -1
- package/esm/runtime/contexts.js +3377 -0
- package/esm/runtime/docloader.js +4 -3
- package/esm/webfinger/handler.js +1 -1
- package/package.json +1 -1
- package/types/runtime/contexts.d.ts.map +1 -1
- package/types/runtime/docloader.d.ts.map +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 0.15.4
|
7
|
+
--------------
|
8
|
+
|
9
|
+
Released on October 27, 2024.
|
10
|
+
|
11
|
+
- Fixed default document loaders' incorrect handling of relative URIs in
|
12
|
+
`Link` headers with `rel=alternate`. [[#155] by Emelia Smith]
|
13
|
+
- The `fetchDocumentLoader()` function now preloads the following JSON-LD
|
14
|
+
context: <http://schema.org/>.
|
15
|
+
|
16
|
+
[#155]: https://github.com/dahlia/fedify/pull/155
|
17
|
+
|
18
|
+
|
19
|
+
Version 0.15.3
|
20
|
+
--------------
|
21
|
+
|
22
|
+
Released on October 23, 2024.
|
23
|
+
|
24
|
+
- The `fetchDocumentLoader()` function now preloads the following JSON-LD
|
25
|
+
context: <https://purl.archive.org/socialweb/webfinger>.
|
26
|
+
|
27
|
+
|
6
28
|
Version 0.15.2
|
7
29
|
--------------
|
8
30
|
|
@@ -1552,4 +1574,4 @@ Version 0.1.0
|
|
1552
1574
|
|
1553
1575
|
Initial release. Released on March 8, 2024.
|
1554
1576
|
|
1555
|
-
<!-- cSpell: ignore Dogeon Fabien Wressell -->
|
1577
|
+
<!-- cSpell: ignore Dogeon Fabien Wressell Emelia -->
|