@fedify/fedify 0.15.2 → 0.15.4

Sign up to get free protection for your applications and to get access to all the features.
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 -->