@fedify/fedify 0.10.0-dev.198 → 0.10.0-dev.199
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of @fedify/fedify might be problematic. Click here for more details.
- package/CHANGES.md +3 -0
- package/esm/vocab/vocab.js +296 -259
- package/package.json +1 -1
- package/types/vocab/vocab.d.ts +48 -0
- package/types/vocab/vocab.d.ts.map +1 -1
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.
|