@fedify/fedify 0.14.0-dev.351 → 0.15.0-dev.354
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGES.md +7 -1
- package/package.json +1 -1
package/CHANGES.md
CHANGED
@@ -3,11 +3,17 @@
|
|
3
3
|
Fedify changelog
|
4
4
|
================
|
5
5
|
|
6
|
-
Version 0.
|
6
|
+
Version 0.15.0
|
7
7
|
--------------
|
8
8
|
|
9
9
|
To be released.
|
10
10
|
|
11
|
+
|
12
|
+
Version 0.14.0
|
13
|
+
--------------
|
14
|
+
|
15
|
+
Released on August 27, 2024.
|
16
|
+
|
11
17
|
- Removed the limitation that the `sendActivity({ handle: string },
|
12
18
|
"followers", Activity)` overload is only available for `RequestContext`
|
13
19
|
but not for `Context`. Now it is available for both. [[#115]]
|