Skip to content

Commit e4ba4dc

Browse files
committed
Merge pull request #381 from sij411/feat/add-FEP-5711
2 parents daedc1c + 39f9514 commit e4ba4dc

File tree

6 files changed

+2571
-162
lines changed

6 files changed

+2571
-162
lines changed

CHANGES.md

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,43 @@ To be released.
1010

1111
### @fedify/fedify
1212

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+
1341
- Changed how `parseSoftware()` function handles non-Semantic Versioning
1442
number strings on `tryBestEffort` mode. [[#353], [#365] by Hyeonseo Kim]]
1543

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+
1650
### @fedify/cli
1751

1852
- Added `Next.js` option to `fedify init` command. This option allows users
@@ -37,8 +71,6 @@ To be released.
3771

3872
[Next.js]: https://nextjs.org/
3973
[#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
4274

4375

4476
Version 1.8.5

0 commit comments

Comments
 (0)