Skip to content

Commit

Permalink
Merge tag '1.4.1'
Browse files Browse the repository at this point in the history
Fedify 1.4.1
  • Loading branch information
dahlia committed Feb 10, 2025
2 parents e84c358 + d1c9a17 commit d044847
Show file tree
Hide file tree
Showing 5 changed files with 238 additions and 67 deletions.
65 changes: 65 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ Version 1.5.0
To be released.


Version 1.4.1
-------------

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.4.0
-------------

Expand Down Expand Up @@ -94,6 +107,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 +321,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 +581,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 +882,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 d044847

Please sign in to comment.