Skip to content

Commit

Permalink
Add context option to Object.toJsonLd() method
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Jun 10, 2024
1 parent 8cacf37 commit c4529cf
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 54 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ To be released.
- `Object.clone()` method now accepts `proof` option.
- `Object.clone()` method now accepts `proofs` option.

- Added `context` option to `Object.toJsonLd()` method. This applies to
any subclasses of the `Object` class too.

- Deprecated `treatHttps` option in `FederationParameters` interface.
Instead, use the [x-forwarded-fetch] library to recognize the
`X-Forwarded-Host` and `X-Forwarded-Proto` headers.
Expand Down
Loading

0 comments on commit c4529cf

Please sign in to comment.