Loading CHANGES.md +4 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,10 @@ Version 0.15.3 To be released. - The `fetchDocumentLoader()` function now preloads the following JSON-LD context: <https://purl.archive.org/socialweb/webfinger>. Version 0.15.2 -------------- Loading src/runtime/contexts.ts +11 −0 Original line number Diff line number Diff line Loading @@ -630,6 +630,17 @@ const preloadedContexts: Record<string, unknown> = { }, }, }, "https://purl.archive.org/socialweb/webfinger": { "@context": { "wf": "https://purl.archive.org/socialweb/webfinger#", "xsd": "http://www.w3.org/2001/XMLSchema#", "webfinger": { "@id": "wf:webfinger", "@type": "xsd:string", }, }, }, }; export default preloadedContexts; Loading
CHANGES.md +4 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,10 @@ Version 0.15.3 To be released. - The `fetchDocumentLoader()` function now preloads the following JSON-LD context: <https://purl.archive.org/socialweb/webfinger>. Version 0.15.2 -------------- Loading
src/runtime/contexts.ts +11 −0 Original line number Diff line number Diff line Loading @@ -630,6 +630,17 @@ const preloadedContexts: Record<string, unknown> = { }, }, }, "https://purl.archive.org/socialweb/webfinger": { "@context": { "wf": "https://purl.archive.org/socialweb/webfinger#", "xsd": "http://www.w3.org/2001/XMLSchema#", "webfinger": { "@id": "wf:webfinger", "@type": "xsd:string", }, }, }, }; export default preloadedContexts;