@fedify/fedify 1.5.0-dev.641 → 1.5.0-dev.648

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
@@ -9,6 +9,19 @@ Version 1.5.0
9
9
  To be released.
10
10
 
11
11
 
12
+ Version 1.4.1
13
+ -------------
14
+
15
+ Released on February 10, 2025.
16
+
17
+ - Fixed a bug with nested object hydration in Activity Vocabulary API where
18
+ deeply nested properties (like `Object.getAttribution()` on
19
+ `Activity.getObject()`) were't being properly hydrated during `toJsonLd()`
20
+ calls. Previously, subsequent calls to `toJsonLd()` on nested objects could
21
+ result in inconsistent JSON-LD output where nested objects remained as URLs
22
+ instead of being fully expanded.
23
+
24
+
12
25
  Version 1.4.0
13
26
  -------------
14
27
 
@@ -94,6 +107,19 @@ Released on February 5, 2025.
94
107
  [#195]: https://github.com/fedify-dev/fedify/issues/195
95
108
 
96
109
 
110
+ Version 1.3.8
111
+ -------------
112
+
113
+ Released on February 10, 2025.
114
+
115
+ - Fixed a bug with nested object hydration in Activity Vocabulary API where
116
+ deeply nested properties (like `Object.getAttribution()` on
117
+ `Activity.getObject()`) were't being properly hydrated during `toJsonLd()`
118
+ calls. Previously, subsequent calls to `toJsonLd()` on nested objects could
119
+ result in inconsistent JSON-LD output where nested objects remained as URLs
120
+ instead of being fully expanded.
121
+
122
+
97
123
  Version 1.3.7
98
124
  -------------
99
125
 
@@ -295,6 +321,19 @@ Released on November 30, 2024.
295
321
  [#193]: https://github.com/fedify-dev/fedify/issues/193
296
322
 
297
323
 
324
+ Version 1.2.12
325
+ --------------
326
+
327
+ Released on February 10, 2025.
328
+
329
+ - Fixed a bug with nested object hydration in Activity Vocabulary API where
330
+ deeply nested properties (like `Object.getAttribution()` on
331
+ `Activity.getObject()`) were't being properly hydrated during `toJsonLd()`
332
+ calls. Previously, subsequent calls to `toJsonLd()` on nested objects could
333
+ result in inconsistent JSON-LD output where nested objects remained as URLs
334
+ instead of being fully expanded.
335
+
336
+
298
337
  Version 1.2.11
299
338
  --------------
300
339
 
@@ -542,6 +581,19 @@ Released on October 31, 2024.
542
581
  [#118]: https://github.com/fedify-dev/fedify/issues/118
543
582
 
544
583
 
584
+ Version 1.1.12
585
+ --------------
586
+
587
+ Released on February 10, 2025.
588
+
589
+ - Fixed a bug with nested object hydration in Activity Vocabulary API where
590
+ deeply nested properties (like `Object.getAttribution()` on
591
+ `Activity.getObject()`) were't being properly hydrated during `toJsonLd()`
592
+ calls. Previously, subsequent calls to `toJsonLd()` on nested objects could
593
+ result in inconsistent JSON-LD output where nested objects remained as URLs
594
+ instead of being fully expanded.
595
+
596
+
545
597
  Version 1.1.11
546
598
  --------------
547
599
 
@@ -830,6 +882,19 @@ Released on October 20, 2024.
830
882
  [#150]: https://github.com/fedify-dev/fedify/issues/150
831
883
 
832
884
 
885
+ Version 1.0.15
886
+ --------------
887
+
888
+ Released on February 10, 2025.
889
+
890
+ - Fixed a bug with nested object hydration in Activity Vocabulary API where
891
+ deeply nested properties (like `Object.getAttribution()` on
892
+ `Activity.getObject()`) were't being properly hydrated during `toJsonLd()`
893
+ calls. Previously, subsequent calls to `toJsonLd()` on nested objects could
894
+ result in inconsistent JSON-LD output where nested objects remained as URLs
895
+ instead of being fully expanded.
896
+
897
+
833
898
  Version 1.0.14
834
899
  --------------
835
900
 
package/README.md CHANGED
@@ -100,7 +100,7 @@ financial contributors:[^2]
100
100
 
101
101
  ### Backers
102
102
 
103
- yamanoku, okin, Andy Piper, box464, Evan Prodromou, Rafael Goulart
103
+ yamanoku, okin, Andy Piper, box464, Evan Prodromou, Rafael Goulart, malte
104
104
 
105
105
  ### One-time donations
106
106
 
package/esm/deno.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.5.0-dev.641+e0f59449",
3
+ "version": "1.5.0-dev.648+d044847f",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./mod.ts",