Skip to content

Commit

Permalink
Add PropertyValue to Activity Vocabulary API
Browse files Browse the repository at this point in the history
Close #29
  • Loading branch information
dahlia committed Mar 31, 2024
1 parent 46f7742 commit 12a69dc
Show file tree
Hide file tree
Showing 13 changed files with 1,015 additions and 474 deletions.
17 changes: 17 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,30 @@ To be released.
- Added `DenoKvStore` class.
- Added `DenoKvMessageQueue` class.

- Added `PropertyValue` to Activity Vocabulary API. [[#29]]

- Added `PropertyValue` class.
- `new Object()` constructor's `attachments` option now accepts
`PropertyValue` objects.
- `new Object()` constructor's `attachment` option now accepts
a `PropertyValue` object.
- `Object.getAttachments()` method now yields `PropertyValue` objects
besides `Object` and `Link` objects.
- `Object.getAttachment()` method now returns a `PropertyValue` object
besides an `Object` and a `Link` object.
- `Object.clone()` method's `attachments` option now accepts
`PropertyValue` objects.
- `Object.clone()` method's `attachment` option now accepts
a `PropertyValue` object.

- Removed dependency on *jose*.

- Added `exportSpki()` function.
- Added `importSpki()` function.

[@fedify/fedify]: https://www.npmjs.com/package/@fedify/fedify
[#24]: https://github.com/dahlia/fedify/discussions/24
[#29]: https://github.com/dahlia/fedify/issues/29

Version 0.4.0
-------------
Expand Down
Loading

0 comments on commit 12a69dc

Please sign in to comment.