Skip to content

Commit

Permalink
Merge tag '1.3.8' into 1.4-maintenance
Browse files Browse the repository at this point in the history
Fedify 1.3.8
  • Loading branch information
dahlia committed Feb 10, 2025
2 parents ae24471 + d55d7e0 commit 3c1994b
Show file tree
Hide file tree
Showing 5 changed files with 232 additions and 67 deletions.
59 changes: 59 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ Version 1.4.1

To be released.

- Fixed a bug with nested object hydration in Activity Vocabulary API where
deeply nested properties (like `Object.getAttribution()` on
`Activity.getObject()`) were't being properly hydrated during `toJsonLd()`
calls. Previously, subsequent calls to `toJsonLd()` on nested objects could
result in inconsistent JSON-LD output where nested objects remained as URLs
instead of being fully expanded.


Version 1.4.0
-------------
Expand Down Expand Up @@ -94,6 +101,19 @@ Released on February 5, 2025.
[#195]: https://github.com/fedify-dev/fedify/issues/195


Version 1.3.8
-------------

Released on February 10, 2025.

- Fixed a bug with nested object hydration in Activity Vocabulary API where
deeply nested properties (like `Object.getAttribution()` on
`Activity.getObject()`) were't being properly hydrated during `toJsonLd()`
calls. Previously, subsequent calls to `toJsonLd()` on nested objects could
result in inconsistent JSON-LD output where nested objects remained as URLs
instead of being fully expanded.


Version 1.3.7
-------------

Expand Down Expand Up @@ -295,6 +315,19 @@ Released on November 30, 2024.
[#193]: https://github.com/fedify-dev/fedify/issues/193


Version 1.2.12
--------------

Released on February 10, 2025.

- Fixed a bug with nested object hydration in Activity Vocabulary API where
deeply nested properties (like `Object.getAttribution()` on
`Activity.getObject()`) were't being properly hydrated during `toJsonLd()`
calls. Previously, subsequent calls to `toJsonLd()` on nested objects could
result in inconsistent JSON-LD output where nested objects remained as URLs
instead of being fully expanded.


Version 1.2.11
--------------

Expand Down Expand Up @@ -542,6 +575,19 @@ Released on October 31, 2024.
[#118]: https://github.com/fedify-dev/fedify/issues/118


Version 1.1.12
--------------

Released on February 10, 2025.

- Fixed a bug with nested object hydration in Activity Vocabulary API where
deeply nested properties (like `Object.getAttribution()` on
`Activity.getObject()`) were't being properly hydrated during `toJsonLd()`
calls. Previously, subsequent calls to `toJsonLd()` on nested objects could
result in inconsistent JSON-LD output where nested objects remained as URLs
instead of being fully expanded.


Version 1.1.11
--------------

Expand Down Expand Up @@ -830,6 +876,19 @@ Released on October 20, 2024.
[#150]: https://github.com/fedify-dev/fedify/issues/150


Version 1.0.15
--------------

Released on February 10, 2025.

- Fixed a bug with nested object hydration in Activity Vocabulary API where
deeply nested properties (like `Object.getAttribution()` on
`Activity.getObject()`) were't being properly hydrated during `toJsonLd()`
calls. Previously, subsequent calls to `toJsonLd()` on nested objects could
result in inconsistent JSON-LD output where nested objects remained as URLs
instead of being fully expanded.


Version 1.0.14
--------------

Expand Down
Loading

0 comments on commit 3c1994b

Please sign in to comment.