Skip to content

Commit

Permalink
fedify init
Browse files Browse the repository at this point in the history
Close #105
  • Loading branch information
dahlia committed Jul 20, 2024
1 parent 9531e42 commit a4e5c52
Show file tree
Hide file tree
Showing 5 changed files with 906 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
"rels",
"RSA-PKCS",
"RSASSA-PKCS1",
"runtimes",
"setext",
"shiki",
"spki",
Expand All @@ -117,8 +118,8 @@
"tempserver",
"unfollow",
"unfollowing",
"uuidv7",
"urlpattern",
"uuidv7",
"vitepress",
"webfinger"
]
Expand Down
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Version 0.12.0

To be released.

- The `fedify` command is now [available on npm][@fedify/cli]. [[#104]]

- Incoming activities are now queued before being dispatched to the inbox
listener if the `queue` option is provided to the `createFederation()`
function. [[#70]]
Expand Down Expand Up @@ -112,11 +114,14 @@ To be released.
- Added `createFetchOptions()` function.
- Added `ContextDataFactory` type.

- Added `fedify init` subcommand. [[#105]]

- Added more log messages using the [LogTape] library. Currently the below
logger categories are used:

- `["fedify", "federation", "queue"]`

[@fedify/cli]: https://www.npmjs.com/package/@fedify/cli
[#6]: https://github.com/dahlia/fedify/issues/6
[#50]: https://github.com/dahlia/fedify/issues/50
[#53]: https://github.com/dahlia/fedify/issues/53
Expand All @@ -125,6 +130,8 @@ To be released.
[#81]: https://github.com/dahlia/fedify/issues/81
[#85]: https://github.com/dahlia/fedify/issues/85
[#92]: https://github.com/dahlia/fedify/pull/92
[#104]: https://github.com/dahlia/fedify/issues/104
[#105]: https://github.com/dahlia/fedify/issues/105
[Astro]: https://astro.build/


Expand Down
Loading

0 comments on commit a4e5c52

Please sign in to comment.