@fedify/fedify 1.3.7 → 1.3.8
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 +52 -0
- package/esm/deno.js +1 -1
- package/esm/vocab/vocab.js +320 -173
- package/package.json +1 -1
- package/types/vocab/vocab.d.ts.map +1 -1
package/CHANGES.md
CHANGED
@@ -3,6 +3,19 @@
|
|
3
3
|
Fedify changelog
|
4
4
|
================
|
5
5
|
|
6
|
+
Version 1.3.8
|
7
|
+
-------------
|
8
|
+
|
9
|
+
Released on February 10, 2025.
|
10
|
+
|
11
|
+
- Fixed a bug with nested object hydration in Activity Vocabulary API where
|
12
|
+
deeply nested properties (like `Object.getAttribution()` on
|
13
|
+
`Activity.getObject()`) were't being properly hydrated during `toJsonLd()`
|
14
|
+
calls. Previously, subsequent calls to `toJsonLd()` on nested objects could
|
15
|
+
result in inconsistent JSON-LD output where nested objects remained as URLs
|
16
|
+
instead of being fully expanded.
|
17
|
+
|
18
|
+
|
6
19
|
Version 1.3.7
|
7
20
|
-------------
|
8
21
|
|
@@ -204,6 +217,19 @@ Released on November 30, 2024.
|
|
204
217
|
[#193]: https://github.com/fedify-dev/fedify/issues/193
|
205
218
|
|
206
219
|
|
220
|
+
Version 1.2.12
|
221
|
+
--------------
|
222
|
+
|
223
|
+
Released on February 10, 2025.
|
224
|
+
|
225
|
+
- Fixed a bug with nested object hydration in Activity Vocabulary API where
|
226
|
+
deeply nested properties (like `Object.getAttribution()` on
|
227
|
+
`Activity.getObject()`) were't being properly hydrated during `toJsonLd()`
|
228
|
+
calls. Previously, subsequent calls to `toJsonLd()` on nested objects could
|
229
|
+
result in inconsistent JSON-LD output where nested objects remained as URLs
|
230
|
+
instead of being fully expanded.
|
231
|
+
|
232
|
+
|
207
233
|
Version 1.2.11
|
208
234
|
--------------
|
209
235
|
|
@@ -451,6 +477,19 @@ Released on October 31, 2024.
|
|
451
477
|
[#118]: https://github.com/fedify-dev/fedify/issues/118
|
452
478
|
|
453
479
|
|
480
|
+
Version 1.1.12
|
481
|
+
--------------
|
482
|
+
|
483
|
+
Released on February 10, 2025.
|
484
|
+
|
485
|
+
- Fixed a bug with nested object hydration in Activity Vocabulary API where
|
486
|
+
deeply nested properties (like `Object.getAttribution()` on
|
487
|
+
`Activity.getObject()`) were't being properly hydrated during `toJsonLd()`
|
488
|
+
calls. Previously, subsequent calls to `toJsonLd()` on nested objects could
|
489
|
+
result in inconsistent JSON-LD output where nested objects remained as URLs
|
490
|
+
instead of being fully expanded.
|
491
|
+
|
492
|
+
|
454
493
|
Version 1.1.11
|
455
494
|
--------------
|
456
495
|
|
@@ -739,6 +778,19 @@ Released on October 20, 2024.
|
|
739
778
|
[#150]: https://github.com/fedify-dev/fedify/issues/150
|
740
779
|
|
741
780
|
|
781
|
+
Version 1.0.15
|
782
|
+
--------------
|
783
|
+
|
784
|
+
Released on February 10, 2025.
|
785
|
+
|
786
|
+
- Fixed a bug with nested object hydration in Activity Vocabulary API where
|
787
|
+
deeply nested properties (like `Object.getAttribution()` on
|
788
|
+
`Activity.getObject()`) were't being properly hydrated during `toJsonLd()`
|
789
|
+
calls. Previously, subsequent calls to `toJsonLd()` on nested objects could
|
790
|
+
result in inconsistent JSON-LD output where nested objects remained as URLs
|
791
|
+
instead of being fully expanded.
|
792
|
+
|
793
|
+
|
742
794
|
Version 1.0.14
|
743
795
|
--------------
|
744
796
|
|