Unverified Commit 39075bc1 authored by Hong Minhee's avatar Hong Minhee
Browse files
parent 38c67eb6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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
--------------

+11 −0
Original line number Diff line number Diff line
@@ -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;