@fedify/fedify 0.14.4 → 0.14.5
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGES.md +9 -0
- package/esm/vocab/vocab.js +289 -87
- package/package.json +1 -1
- package/types/vocab/vocab.d.ts +63 -0
- package/types/vocab/vocab.d.ts.map +1 -1
package/CHANGES.md
CHANGED
@@ -3,6 +3,15 @@
|
|
3
3
|
Fedify changelog
|
4
4
|
================
|
5
5
|
|
6
|
+
Version 0.14.5
|
7
|
+
--------------
|
8
|
+
|
9
|
+
Released on September 26, 2024.
|
10
|
+
|
11
|
+
- Fixed a bug of `Object.toJsonLd()` method where it had not fall back to
|
12
|
+
the proper compact form when the heuristic compact form was not available.
|
13
|
+
|
14
|
+
|
6
15
|
Version 0.14.4
|
7
16
|
--------------
|
8
17
|
|