@fedify/fedify 1.4.0 → 1.4.1

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 CHANGED
@@ -3,6 +3,19 @@
3
3
  Fedify changelog
4
4
  ================
5
5
 
6
+ Version 1.4.1
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.4.0
7
20
  -------------
8
21
 
@@ -88,6 +101,19 @@ Released on February 5, 2025.
88
101
  [#195]: https://github.com/fedify-dev/fedify/issues/195
89
102
 
90
103
 
104
+ Version 1.3.8
105
+ -------------
106
+
107
+ Released on February 10, 2025.
108
+
109
+ - Fixed a bug with nested object hydration in Activity Vocabulary API where
110
+ deeply nested properties (like `Object.getAttribution()` on
111
+ `Activity.getObject()`) were't being properly hydrated during `toJsonLd()`
112
+ calls. Previously, subsequent calls to `toJsonLd()` on nested objects could
113
+ result in inconsistent JSON-LD output where nested objects remained as URLs
114
+ instead of being fully expanded.
115
+
116
+
91
117
  Version 1.3.7
92
118
  -------------
93
119
 
@@ -289,6 +315,19 @@ Released on November 30, 2024.
289
315
  [#193]: https://github.com/fedify-dev/fedify/issues/193
290
316
 
291
317
 
318
+ Version 1.2.12
319
+ --------------
320
+
321
+ Released on February 10, 2025.
322
+
323
+ - Fixed a bug with nested object hydration in Activity Vocabulary API where
324
+ deeply nested properties (like `Object.getAttribution()` on
325
+ `Activity.getObject()`) were't being properly hydrated during `toJsonLd()`
326
+ calls. Previously, subsequent calls to `toJsonLd()` on nested objects could
327
+ result in inconsistent JSON-LD output where nested objects remained as URLs
328
+ instead of being fully expanded.
329
+
330
+
292
331
  Version 1.2.11
293
332
  --------------
294
333
 
@@ -536,6 +575,19 @@ Released on October 31, 2024.
536
575
  [#118]: https://github.com/fedify-dev/fedify/issues/118
537
576
 
538
577
 
578
+ Version 1.1.12
579
+ --------------
580
+
581
+ Released on February 10, 2025.
582
+
583
+ - Fixed a bug with nested object hydration in Activity Vocabulary API where
584
+ deeply nested properties (like `Object.getAttribution()` on
585
+ `Activity.getObject()`) were't being properly hydrated during `toJsonLd()`
586
+ calls. Previously, subsequent calls to `toJsonLd()` on nested objects could
587
+ result in inconsistent JSON-LD output where nested objects remained as URLs
588
+ instead of being fully expanded.
589
+
590
+
539
591
  Version 1.1.11
540
592
  --------------
541
593
 
@@ -824,6 +876,19 @@ Released on October 20, 2024.
824
876
  [#150]: https://github.com/fedify-dev/fedify/issues/150
825
877
 
826
878
 
879
+ Version 1.0.15
880
+ --------------
881
+
882
+ Released on February 10, 2025.
883
+
884
+ - Fixed a bug with nested object hydration in Activity Vocabulary API where
885
+ deeply nested properties (like `Object.getAttribution()` on
886
+ `Activity.getObject()`) were't being properly hydrated during `toJsonLd()`
887
+ calls. Previously, subsequent calls to `toJsonLd()` on nested objects could
888
+ result in inconsistent JSON-LD output where nested objects remained as URLs
889
+ instead of being fully expanded.
890
+
891
+
827
892
  Version 1.0.14
828
893
  --------------
829
894
 
package/esm/deno.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./mod.ts",