@fedify/fedify 0.10.0-dev.198 → 0.10.0-dev.199

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGES.md CHANGED
@@ -83,6 +83,9 @@ To be released.
83
83
  - `Object.clone()` method now accepts `proof` option.
84
84
  - `Object.clone()` method now accepts `proofs` option.
85
85
 
86
+ - Added `context` option to `Object.toJsonLd()` method. This applies to
87
+ any subclasses of the `Object` class too.
88
+
86
89
  - Deprecated `treatHttps` option in `FederationParameters` interface.
87
90
  Instead, use the [x-forwarded-fetch] library to recognize the
88
91
  `X-Forwarded-Host` and `X-Forwarded-Proto` headers.