Loading CHANGES.md +59 −0 Original line number Diff line number Diff line Loading @@ -94,6 +94,18 @@ To be released. [multibase]: https://github.com/multiformats/js-multibase Version 1.4.9 ------------- Released on March 26, 2025. - Fixed a `TypeError` thrown by the followers collection dispatcher when the `base-url` parameter was provided. - Fixed a `TypeError` thrown by the `signRequest()` function on Node.js. [[#222]] Version 1.4.8 ------------- Loading Loading @@ -284,6 +296,18 @@ Released on February 5, 2025. [#195]: https://github.com/fedify-dev/fedify/issues/195 Version 1.3.16 -------------- Released on March 26, 2025. - Fixed a `TypeError` thrown by the followers collection dispatcher when the `base-url` parameter was provided. - Fixed a `TypeError` thrown by the `signRequest()` function on Node.js. [[#222]] Version 1.3.15 -------------- Loading Loading @@ -590,6 +614,17 @@ Released on November 30, 2024. [#193]: https://github.com/fedify-dev/fedify/issues/193 Version 1.2.20 -------------- Released on March 26, 2025. - Fixed a `TypeError` thrown by the followers collection dispatcher when the `base-url` parameter was provided. - Fixed a `TypeError` thrown by the `signRequest()` function on Node.js. [[#222]] Version 1.2.19 -------------- Loading Loading @@ -945,6 +980,17 @@ Released on October 31, 2024. [#118]: https://github.com/fedify-dev/fedify/issues/118 Version 1.1.20 -------------- Released on March 26, 2025. - Fixed a `TypeError` thrown by the followers collection dispatcher when the `base-url` parameter was provided. - Fixed a `TypeError` thrown by the `signRequest()` function on Node.js. [[#222]] Version 1.1.19 -------------- Loading Loading @@ -1341,6 +1387,19 @@ Released on October 20, 2024. [#150]: https://github.com/fedify-dev/fedify/issues/150 Version 1.0.23 -------------- Released on March 26, 2025. - Fixed a `TypeError` thrown by the followers collection dispatcher when the `base-url` parameter was provided. - Fixed a `TypeError` thrown by the `signRequest()` function on Node.js. [[#222]] [#222]: https://github.com/fedify-dev/fedify/issues/222 Version 1.0.22 -------------- Loading src/deno.json +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ "@std/async": "jsr:@std/async@^1.0.5", "@std/bytes": "jsr:@std/bytes@^1.0.2", "@std/collections": "jsr:@std/collections@^1.0.6", "@std/encoding": "jsr:@std/encoding@^1.0.5", "@std/encoding": "jsr:@std/encoding@1.0.7", "@std/http": "jsr:@std/http@^1.0.6", "@std/testing": "jsr:@std/testing@^0.224.0", "@std/text": "jsr:@std/text@^1.0.6", Loading src/federation/handler.ts +1 −1 Original line number Diff line number Diff line Loading @@ -327,7 +327,7 @@ export async function handleCollection< } collection = new OrderedCollection({ id: baseUri, totalItems: Number(totalItems), totalItems: totalItems == null ? null : Number(totalItems), first, last, }); Loading Loading
CHANGES.md +59 −0 Original line number Diff line number Diff line Loading @@ -94,6 +94,18 @@ To be released. [multibase]: https://github.com/multiformats/js-multibase Version 1.4.9 ------------- Released on March 26, 2025. - Fixed a `TypeError` thrown by the followers collection dispatcher when the `base-url` parameter was provided. - Fixed a `TypeError` thrown by the `signRequest()` function on Node.js. [[#222]] Version 1.4.8 ------------- Loading Loading @@ -284,6 +296,18 @@ Released on February 5, 2025. [#195]: https://github.com/fedify-dev/fedify/issues/195 Version 1.3.16 -------------- Released on March 26, 2025. - Fixed a `TypeError` thrown by the followers collection dispatcher when the `base-url` parameter was provided. - Fixed a `TypeError` thrown by the `signRequest()` function on Node.js. [[#222]] Version 1.3.15 -------------- Loading Loading @@ -590,6 +614,17 @@ Released on November 30, 2024. [#193]: https://github.com/fedify-dev/fedify/issues/193 Version 1.2.20 -------------- Released on March 26, 2025. - Fixed a `TypeError` thrown by the followers collection dispatcher when the `base-url` parameter was provided. - Fixed a `TypeError` thrown by the `signRequest()` function on Node.js. [[#222]] Version 1.2.19 -------------- Loading Loading @@ -945,6 +980,17 @@ Released on October 31, 2024. [#118]: https://github.com/fedify-dev/fedify/issues/118 Version 1.1.20 -------------- Released on March 26, 2025. - Fixed a `TypeError` thrown by the followers collection dispatcher when the `base-url` parameter was provided. - Fixed a `TypeError` thrown by the `signRequest()` function on Node.js. [[#222]] Version 1.1.19 -------------- Loading Loading @@ -1341,6 +1387,19 @@ Released on October 20, 2024. [#150]: https://github.com/fedify-dev/fedify/issues/150 Version 1.0.23 -------------- Released on March 26, 2025. - Fixed a `TypeError` thrown by the followers collection dispatcher when the `base-url` parameter was provided. - Fixed a `TypeError` thrown by the `signRequest()` function on Node.js. [[#222]] [#222]: https://github.com/fedify-dev/fedify/issues/222 Version 1.0.22 -------------- Loading
src/deno.json +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ "@std/async": "jsr:@std/async@^1.0.5", "@std/bytes": "jsr:@std/bytes@^1.0.2", "@std/collections": "jsr:@std/collections@^1.0.6", "@std/encoding": "jsr:@std/encoding@^1.0.5", "@std/encoding": "jsr:@std/encoding@1.0.7", "@std/http": "jsr:@std/http@^1.0.6", "@std/testing": "jsr:@std/testing@^0.224.0", "@std/text": "jsr:@std/text@^1.0.6", Loading
src/federation/handler.ts +1 −1 Original line number Diff line number Diff line Loading @@ -327,7 +327,7 @@ export async function handleCollection< } collection = new OrderedCollection({ id: baseUri, totalItems: Number(totalItems), totalItems: totalItems == null ? null : Number(totalItems), first, last, }); Loading