Skip to content

Commit ddccacc

Browse files
committed
Release 0.8.0
1 parent 4ae5b53 commit ddccacc

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Fedify changelog
66
Version 0.8.0
77
-------------
88

9-
To be released.
9+
Released on May 6, 2024.
1010

1111
- The CLI toolchain for testing and debugging is now available on JSR:
1212
[@fedify/cli]. You can install it with

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ join our [Matrix chat space][Matrix] or [GitHub Discussions]. Or tag
4646
[Mastodon], [Lemmy], [Pixelfed], [PeerTube], and so on.
4747

4848
[JSR]: https://jsr.io/@fedify/fedify
49-
[JSR badge]: https://jsr.io/badges/@fedify/fedify?v=0.6.0
49+
[JSR badge]: https://jsr.io/badges/@fedify/fedify
5050
[npm]: https://www.npmjs.com/package/@fedify/fedify
5151
[npm badge]: https://img.shields.io/npm/v/@fedify/fedify?logo=npm
5252
[GitHub Actions]: https://github.com/dahlia/fedify/actions/workflows/build.yaml

docs/intro.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,23 @@ It aims to eliminate the complexity and redundant boilerplate code when
1212
building a federated server app, so that you can focus on your business logic
1313
and user experience.
1414

15-
Currently, Fedify is moving fast and the API is not stable yet. We do not
16-
recommend using it in production yet, so please use it if you would like to
17-
experiment with it and help us improve it.
18-
19-
The rough roadmap is to implement the following features out of the box:
15+
Currently, Fedify provides the following features out of the box:
2016

2117
- Type-safe objects for [Activity Vocabulary] (including some vendor-specific
2218
extensions)
2319
- [WebFinger] client and server
2420
- [HTTP Signatures]
2521
- Middlewares for handling webhooks
26-
- [ActivityPub] client
2722
- [NodeInfo] protocol
2823
- Special touch for interoperability with Mastodon and few other popular
2924
fediverse software
25+
- CLI toolchain for testing and debugging
3026

3127
If you want to know more about the project, please take a look at the following
3228
resources:
3329

3430
- [GitHub](https://github.com/dahlia/fedify)
3531
- [Tutorial](./tutorial.md)
36-
- [Manual](./manual.md)
3732
- [API reference](https://jsr.io/@fedify/fedify)
3833
- [Examples](https://github.com/dahlia/fedify/tree/main/examples)
3934

0 commit comments

Comments
 (0)