@fedify/fedify 1.1.0-dev.447 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGES.md +6 -6
- package/package.json +1 -1
package/CHANGES.md
CHANGED
@@ -6,7 +6,7 @@ Fedify changelog
|
|
6
6
|
Version 1.1.0
|
7
7
|
-------------
|
8
8
|
|
9
|
-
|
9
|
+
Released on October 20, 2024.
|
10
10
|
|
11
11
|
- Added utility functions for traversing remote collections. [[#150]]
|
12
12
|
|
@@ -19,19 +19,19 @@ To be released.
|
|
19
19
|
- Added `successor` property to the `Actor` types in the Activity
|
20
20
|
Vocabulary API.
|
21
21
|
|
22
|
-
- Added `Application.
|
22
|
+
- Added `Application.getSuccessor()` method.
|
23
23
|
- `new Application()` constructor now accepts `successor` option.
|
24
24
|
- `Application.clone()` method now accepts `successor` option.
|
25
|
-
- Added `Group.
|
25
|
+
- Added `Group.getSuccessor()` method.
|
26
26
|
- `new Group()` constructor now accepts `successor` option.
|
27
27
|
- `Group.clone()` method now accepts `successor` option.
|
28
|
-
- Added `Organization.
|
28
|
+
- Added `Organization.getSuccessor()` method.
|
29
29
|
- `new Organization()` constructor now accepts `successor` option.
|
30
30
|
- `Organization.clone()` method now accepts `successor` option.
|
31
|
-
- Added `Person.
|
31
|
+
- Added `Person.getSuccessor()` method.
|
32
32
|
- `new Person()` constructor now accepts `successor` option.
|
33
33
|
- `Person.clone()` method now accepts `successor` option.
|
34
|
-
- Added `Service.
|
34
|
+
- Added `Service.getSuccessor()` method.
|
35
35
|
- `new Service()` constructor now accepts `successor` option.
|
36
36
|
- `Service.clone()` method now accepts `successor` option.
|
37
37
|
|