@@ -243,6 +243,17 @@ To be released.
243243 redistribution that threadiverse software (Lemmy, Mbin, NodeBB) uses to fan
244244 activity out to every subscriber. [[ #704 ] , [ #710 ]]
245245
246+ - Added [ * Creating an image sharing service* tutorial] , a Pixelfed-style
247+ image-sharing companion to the microblog walk-through. Built on Nuxt 4
248+ and the new ` @fedify/nuxt ` integration, the tutorial covers actor
249+ dispatchers, key pairs, follow/unfollow flows, image-bearing
250+ ` Create(Note) ` fan-out and reception, an outbound ` Like ` /` Undo(Like) `
251+ heart toggle, and threaded comments through ` inReplyTo ` . The
252+ [ companion example repository] keeps one commit per chapter at the
253+ bottom of its log, with a few rehearsal-driven follow-ups landed on top,
254+ and the federation flows are demonstrated against both Mastodon and
255+ Pixelfed. [[ #693 ]]
256+
246257 - Added a custom collections cookbook example for bookmark-like data,
247258 demonstrating cursor pagination, URI-template filtering, collection
248259 counters, actor stream links, and requester-aware collections using
@@ -253,7 +264,10 @@ To be released.
253264[ Bun ] : https://bun.sh/
254265[ *Building a threadiverse community platform* ] : https://fedify.dev/tutorial/threadiverse
255266[ *Creating your own federated microblog* ] : https://fedify.dev/tutorial/microblog
267+ [ *Creating an image sharing service* tutorial ] : https://fedify.dev/tutorial/content-sharing
268+ [ companion example repository ] : https://github.com/fedify-dev/content-sharing
256269[ #691 ] : https://github.com/fedify-dev/fedify/issues/691
270+ [ #693 ] : https://github.com/fedify-dev/fedify/issues/693
257271[ #694 ] : https://github.com/fedify-dev/fedify/issues/694
258272[ #695 ] : https://github.com/fedify-dev/fedify/pull/695
259273[ #704 ] : https://github.com/fedify-dev/fedify/issues/704
@@ -1061,8 +1075,8 @@ Released on February 22, 2026.
10611075 to the standardized ` Intl.Locale ` class for representing language tags.
10621076 [[ #280 ] , [ #392 ] by Jang Hanarae]
10631077
1064- - The ` LanguageString.language ` property is now ` LanguageString.locale ` and
1065- is of type ` Intl.Locale ` instead of ` LanguageTag ` .
1078+ - The ` LanguageString.language ` property is now ` LanguageString.locale `
1079+ and is of type ` Intl.Locale ` instead of ` LanguageTag ` .
10661080 - The ` LanguageString ` constructor now accepts either an ` Intl.Locale `
10671081 object or a string for the language parameter.
10681082 - The ` Link.language ` property is now of type ` Intl.Locale ` instead
@@ -1782,8 +1796,8 @@ Released on December 24, 2025.
17821796
17831797### @fedify/nestjs
17841798
1785- - Allowed Express 5 in the ` express ` peer dependency range to support NestJS 11.
1786- [[ #492 ] , [ #493 ] by Cho Hasang]
1799+ - Allowed Express 5 in the ` express ` peer dependency range to support NestJS
1800+ 11 . [[ #492 ] , [ #493 ] by Cho Hasang]
17871801
17881802[ #492 ] : https://github.com/fedify-dev/fedify/issues/492
17891803[ #493 ] : https://github.com/fedify-dev/fedify/pull/493
@@ -4083,8 +4097,9 @@ Released on November 30, 2024.
40834097
40844098 - The `Router` now provide the matched route's URI template besides the name.
40854099
4086- - The return type of `Router.route()` method became `RouterRouteResult | null`
4087- (was `{ name: string; values: Record<string, string> } | null`).
4100+ - The return type of `Router.route()` method became
4101+ `RouterRouteResult | null` (was
4102+ `{ name: string; values: Record<string, string> } | null`).
40884103 - Added `RouterRouteResult` interface.
40894104
40904105 - Added `getTypeId()` function.
@@ -5733,8 +5748,8 @@ Released on September 26, 2024.
57335748
57345749 - Added options for PostgreSQL drivers to `fedify init` command.
57355750
5736- - Added `postgres` value to the `-k`/`--kv-store` option of the `fedify init`
5737- command.
5751+ - Added `postgres` value to the `-k`/`--kv-store` option of the
5752+ `fedify init` command.
57385753 - Added `postgres` value to the `-q`/`--message-queue` option of
57395754 the `fedify init` command.
57405755
0 commit comments