@fedify/fedify 0.15.1 → 0.15.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGES.md +18 -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.15.2
|
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.15.1
|
7
16
|
--------------
|
8
17
|
|
@@ -76,6 +85,15 @@ Released on September 11, 2024.
|
|
76
85
|
object.
|
77
86
|
|
78
87
|
|
88
|
+
Version 0.14.5
|
89
|
+
--------------
|
90
|
+
|
91
|
+
Released on September 26, 2024.
|
92
|
+
|
93
|
+
- Fixed a bug of `Object.toJsonLd()` method where it had not fall back to
|
94
|
+
the proper compact form when the heuristic compact form was not available.
|
95
|
+
|
96
|
+
|
79
97
|
Version 0.14.4
|
80
98
|
--------------
|
81
99
|
|