@@ -10,9 +10,43 @@ To be released.
10
10
11
11
### @fedify/fedify
12
12
13
+ - Added inverse properties for collections to Vocabulary API.
14
+ [[ FEP-5711] , [ #373 ] , [ #381 ] by Jiwon Kwon]
15
+
16
+ - ` new Collection() ` constructor now accepts ` likesOf ` option.
17
+ - Added ` Collection.likesOfId ` property.
18
+ - Added ` Collection.getLikesOf() ` method.
19
+ - ` new Collection() ` constructor now accepts ` sharesOf ` option.
20
+ - Added ` Collection.sharedOfId ` property.
21
+ - Added ` Collection.getSharedOf() ` method.
22
+ - ` new Collection() ` constructor now accepts ` repliesOf ` option.
23
+ - Added ` Collection.repliesOfId ` property.
24
+ - Added ` Collection.getRepliesOf() ` method.
25
+ - ` new Collection() ` constructor now accepts ` inboxOf ` option.
26
+ - Added ` Collection.inboxOfId ` property.
27
+ - Added ` Collection.getInboxOf() ` method.
28
+ - ` new Collection() ` constructor now accepts ` outboxOf ` option.
29
+ - Added ` Collection.outboxOfId ` property.
30
+ - Added ` Collection.getOutboxOf() ` method.
31
+ - ` new Collection() ` constructor now accepts ` followersOf ` option.
32
+ - Added ` Collection.followersOfId ` property.
33
+ - Added ` Collection.getFollowersOf() ` method.
34
+ - ` new Collection() ` constructor now accepts ` followingOf ` option.
35
+ - Added ` Collection.followingOfId ` property.
36
+ - Added ` Collection.getFollowingOf() ` method.
37
+ - ` new Collection() ` constructor now accepts ` likedOf ` option.
38
+ - Added ` Collection.likedOfId ` property.
39
+ - Added ` Collection.getLikedOf() ` method.
40
+
13
41
- Changed how ` parseSoftware() ` function handles non-Semantic Versioning
14
42
number strings on ` tryBestEffort ` mode. [[ #353 ] , [ #365 ] by Hyeonseo Kim]]
15
43
44
+ [ FEP-5711 ] : https://w3id.org/fep/5711
45
+ [ #353 ] : https://github.com/fedify-dev/fedify/issues/353
46
+ [ #365 ] : https://github.com/fedify-dev/fedify/pull/365
47
+ [ #373 ] : https://github.com/fedify-dev/fedify/issues/373
48
+ [ #381 ] : https://github.com/fedify-dev/fedify/pull/381
49
+
16
50
### @fedify/cli
17
51
18
52
- Added ` Next.js ` option to ` fedify init ` command. This option allows users
@@ -37,8 +71,6 @@ To be released.
37
71
38
72
[ Next.js ] : https://nextjs.org/
39
73
[ #313 ] : https://github.com/fedify-dev/fedify/issues/313
40
- [ #353 ] : https://github.com/fedify-dev/fedify/issues/353
41
- [ #365 ] : https://github.com/fedify-dev/fedify/pull/365
42
74
43
75
44
76
Version 1.8.5
0 commit comments