@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.
Files changed (2) hide show
  1. package/CHANGES.md +6 -6
  2. 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
- To be released.
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.successor` property.
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.successor` property.
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.successor` property.
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.successor` property.
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.successor` property.
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.1.0-dev.447+9c41c057",
3
+ "version": "1.1.0",
4
4
  "description": "An ActivityPub server framework",
5
5
  "keywords": [
6
6
  "ActivityPub",