Skip to content

Commit

Permalink
Merge pull request #92 from moreal/impl-missing-activity-types
Browse files Browse the repository at this point in the history
Implement missing activity types
  • Loading branch information
dahlia committed Jul 6, 2024
2 parents 7503649 + 15da96c commit 607e3bd
Show file tree
Hide file tree
Showing 10 changed files with 2,362 additions and 85 deletions.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,21 @@ To be released.

- Added `ChatMessage` class to Activity Vocabulary API. [[#85]]

- Added `Move` class to Activity Vocabulary API. [[#65], [#92] by Lee Dogeon]

- Added `Read` class to Activity Vocabulary API. [[#65], [#92] by Lee Dogeon]

- Added `Travel` class to Activity Vocabulary API.
[[#65], [#92] by Lee Dogeon]

- Added `View` class to Activity Vocabulary API. [[#65], [#92] by Lee Dogeon]

- Added `TentativeAccept` class to Activity Vocabulary API.
[[#65], [#92] by Lee Dogeon]

- Added `TentativeReject` class to Activity Vocabulary API.
[[#65], [#92] by Lee Dogeon]

- Improved multitenancy (virtual hosting) support. [[#66]]

- Added `Context.hostname` property.
Expand Down Expand Up @@ -72,6 +87,7 @@ To be released.
[#66]: https://github.com/dahlia/fedify/issues/66
[#70]: https://github.com/dahlia/fedify/issues/70
[#85]: https://github.com/dahlia/fedify/issues/85
[#92]: https://github.com/dahlia/fedify/pull/92


Version 0.11.1
Expand Down
6 changes: 6 additions & 0 deletions FEDERATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,15 @@ lists the activity types that Fedify provides:
- [`Leave`](https://jsr.io/@fedify/fedify/doc/vocab/~/Leave)
- [`Like`](https://jsr.io/@fedify/fedify/doc/vocab/~/Like)
- [`Listen`](https://jsr.io/@fedify/fedify/doc/vocab/~/Listen)
- [`Move`](https://jsr.io/@fedify/fedify/doc/vocab/~/Move)
- [`Offer`](https://jsr.io/@fedify/fedify/doc/vocab/~/Offer)
- [`Question`](https://jsr.io/@fedify/fedify/doc/vocab/~/Question)
- [`Read`](https://jsr.io/@fedify/fedify/doc/vocab/~/Read)
- [`Reject`](https://jsr.io/@fedify/fedify/doc/vocab/~/Reject)
- [`Remove`](https://jsr.io/@fedify/fedify/doc/vocab/~/Remove)
- [`TentativeAccept`](https://jsr.io/@fedify/fedify/doc/vocab/~/TentativeAccept)
- [`TentativeReject`](https://jsr.io/@fedify/fedify/doc/vocab/~/TentativeReject)
- [`Travel`](https://jsr.io/@fedify/fedify/doc/vocab/~/Travel)
- [`Undo`](https://jsr.io/@fedify/fedify/doc/vocab/~/Undo)
- [`Update`](https://jsr.io/@fedify/fedify/doc/vocab/~/Update)
- [`View`](https://jsr.io/@fedify/fedify/doc/vocab/~/View)
1,612 changes: 1,537 additions & 75 deletions codegen/__snapshots__/class.test.ts.snap

Large diffs are not rendered by default.

Loading

0 comments on commit 607e3bd

Please sign in to comment.