Loading CHANGES.md +54 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,15 @@ Version 1.3.11 To be released. - Added the following default context to `Application`, `Group`, `Organization`, `Person`, and `Service` classes: ~~~~ json { "Emoji": "http://joinmastodon.org/ns#Emoji" } ~~~~ Version 1.3.10 -------------- Loading Loading @@ -249,6 +258,21 @@ Released on November 30, 2024. [#193]: https://github.com/fedify-dev/fedify/issues/193 Version 1.2.15 -------------- Released on February 25, 2025. - Added the following default context to `Application`, `Group`, `Organization`, `Person`, and `Service` classes: ~~~~ json { "Emoji": "http://joinmastodon.org/ns#Emoji" } ~~~~ Version 1.2.14 -------------- Loading Loading @@ -535,6 +559,21 @@ Released on October 31, 2024. [#118]: https://github.com/fedify-dev/fedify/issues/118 Version 1.1.15 -------------- Released on February 25, 2025. - Added the following default context to `Application`, `Group`, `Organization`, `Person`, and `Service` classes: ~~~~ json { "Emoji": "http://joinmastodon.org/ns#Emoji" } ~~~~ Version 1.1.14 -------------- Loading Loading @@ -862,6 +901,21 @@ Released on October 20, 2024. [#150]: https://github.com/fedify-dev/fedify/issues/150 Version 1.0.18 -------------- Released on February 25, 2025. - Added the following default context to `Application`, `Group`, `Organization`, `Person`, and `Service` classes: ~~~~ json { "Emoji": "http://joinmastodon.org/ns#Emoji" } ~~~~ Version 1.0.17 -------------- Loading src/codegen/__snapshots__/class.test.ts.snap +10 −10 File changed.Preview size limit exceeded, changes collapsed. Show changes src/federation/handler.test.ts +2 −0 Original line number Diff line number Diff line Loading @@ -213,6 +213,7 @@ test("handleActor()", async () => { misskey: "https://misskey-hub.net/ns#", _misskey_followedMessage: "misskey:_misskey_followedMessage", isCat: "misskey:isCat", Emoji: "toot:Emoji", }, ], id: "https://example.com/users/someone", Loading Loading @@ -318,6 +319,7 @@ test("handleActor()", async () => { misskey: "https://misskey-hub.net/ns#", _misskey_followedMessage: "misskey:_misskey_followedMessage", isCat: "misskey:isCat", Emoji: "toot:Emoji", }, ], id: "https://example.com/users/someone", Loading src/vocab/application.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ defaultContext: "@id": "as:movedTo" "@type": "@id" toot: "http://joinmastodon.org/ns#" Emoji: "toot:Emoji" featured: "@id": "toot:featured" "@type": "@id" Loading src/vocab/group.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ defaultContext: "@id": "as:movedTo" "@type": "@id" toot: "http://joinmastodon.org/ns#" Emoji: "toot:Emoji" featured: "@id": "toot:featured" "@type": "@id" Loading Loading
CHANGES.md +54 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,15 @@ Version 1.3.11 To be released. - Added the following default context to `Application`, `Group`, `Organization`, `Person`, and `Service` classes: ~~~~ json { "Emoji": "http://joinmastodon.org/ns#Emoji" } ~~~~ Version 1.3.10 -------------- Loading Loading @@ -249,6 +258,21 @@ Released on November 30, 2024. [#193]: https://github.com/fedify-dev/fedify/issues/193 Version 1.2.15 -------------- Released on February 25, 2025. - Added the following default context to `Application`, `Group`, `Organization`, `Person`, and `Service` classes: ~~~~ json { "Emoji": "http://joinmastodon.org/ns#Emoji" } ~~~~ Version 1.2.14 -------------- Loading Loading @@ -535,6 +559,21 @@ Released on October 31, 2024. [#118]: https://github.com/fedify-dev/fedify/issues/118 Version 1.1.15 -------------- Released on February 25, 2025. - Added the following default context to `Application`, `Group`, `Organization`, `Person`, and `Service` classes: ~~~~ json { "Emoji": "http://joinmastodon.org/ns#Emoji" } ~~~~ Version 1.1.14 -------------- Loading Loading @@ -862,6 +901,21 @@ Released on October 20, 2024. [#150]: https://github.com/fedify-dev/fedify/issues/150 Version 1.0.18 -------------- Released on February 25, 2025. - Added the following default context to `Application`, `Group`, `Organization`, `Person`, and `Service` classes: ~~~~ json { "Emoji": "http://joinmastodon.org/ns#Emoji" } ~~~~ Version 1.0.17 -------------- Loading
src/codegen/__snapshots__/class.test.ts.snap +10 −10 File changed.Preview size limit exceeded, changes collapsed. Show changes
src/federation/handler.test.ts +2 −0 Original line number Diff line number Diff line Loading @@ -213,6 +213,7 @@ test("handleActor()", async () => { misskey: "https://misskey-hub.net/ns#", _misskey_followedMessage: "misskey:_misskey_followedMessage", isCat: "misskey:isCat", Emoji: "toot:Emoji", }, ], id: "https://example.com/users/someone", Loading Loading @@ -318,6 +319,7 @@ test("handleActor()", async () => { misskey: "https://misskey-hub.net/ns#", _misskey_followedMessage: "misskey:_misskey_followedMessage", isCat: "misskey:isCat", Emoji: "toot:Emoji", }, ], id: "https://example.com/users/someone", Loading
src/vocab/application.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ defaultContext: "@id": "as:movedTo" "@type": "@id" toot: "http://joinmastodon.org/ns#" Emoji: "toot:Emoji" featured: "@id": "toot:featured" "@type": "@id" Loading
src/vocab/group.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ defaultContext: "@id": "as:movedTo" "@type": "@id" toot: "http://joinmastodon.org/ns#" Emoji: "toot:Emoji" featured: "@id": "toot:featured" "@type": "@id" Loading