diff --git a/.changeset/five-papayas-judge.md b/.changeset/five-papayas-judge.md deleted file mode 100644 index d4b974e..0000000 --- a/.changeset/five-papayas-judge.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@hydrofoil/vocabularies": minor ---- - -- Remove `query:preprocess` -- Add instead `knossos:preprocessResource`, `knossos:preprocessPayload` and `knossos:preprocessResponse` diff --git a/CHANGELOG.md b/CHANGELOG.md index dcd77fc..49f007e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @hydrofoil/vocabularies +## 0.3.0 + +### Minor Changes + +- ca6f7c9: - Remove `query:preprocess` + - Add instead `knossos:preprocessResource`, `knossos:preprocessPayload` and `knossos:preprocessResponse` + ## 0.2.4 ### Patch Changes diff --git a/ontologies/hyper-query.nq b/ontologies/hyper-query.nq index 41d12c5..a7f5985 100644 --- a/ontologies/hyper-query.nq +++ b/ontologies/hyper-query.nq @@ -13,9 +13,5 @@ . "A valid SHACL Path which should be used to sort a collection" . . - . - . - "Links to code which will be executed before a resource representation is passed to a request handler" . - . . "(Blank) resource which was used to expand hydra:IriTemplate, resulting in the current resource's identifier" . diff --git a/ontologies/knossos.nq b/ontologies/knossos.nq index 93ddd82..e955e76 100644 --- a/ontologies/knossos.nq +++ b/ontologies/knossos.nq @@ -29,6 +29,21 @@ "Used with a hydra:memberAssertion, this property narrows down a static filter to member's named graph only" . "named graph" . . + . + . + . + "Links to code which will be executed before request payload is passed to a request handler" . + . + . + . + . + "Links to code which will be executed before a resource representation is passed to a request handler" . + . + . + . + . + "Links to code which will be executed before response data is sent by labyrinth's GET handlers" . + . . . . diff --git a/package.json b/package.json index 5bffd77..ebdab91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hydrofoil/vocabularies", - "version": "0.2.4", + "version": "0.3.0", "description": "Access your vocabularies as datasets or n-quads", "main": "index.js", "module": "index.mjs",