@fedify/fedify 0.15.3 → 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 +14 -1
- package/esm/runtime/contexts.js +3367 -0
- package/esm/runtime/docloader.js +4 -3
- package/package.json +1 -1
- package/types/runtime/contexts.d.ts.map +1 -1
- package/types/runtime/docloader.d.ts.map +1 -1
package/CHANGES.md
CHANGED
|
@@ -3,6 +3,19 @@
|
|
|
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
|
+
|
|
6
19
|
Version 0.15.3
|
|
7
20
|
--------------
|
|
8
21
|
|
|
@@ -1561,4 +1574,4 @@ Version 0.1.0
|
|
|
1561
1574
|
|
|
1562
1575
|
Initial release. Released on March 8, 2024.
|
|
1563
1576
|
|
|
1564
|
-
<!-- cSpell: ignore Dogeon Fabien Wressell -->
|
|
1577
|
+
<!-- cSpell: ignore Dogeon Fabien Wressell Emelia -->
|