Releases: zazuko/rdf-validate-shacl
Releases · zazuko/rdf-validate-shacl
v0.6.2
Patch Changes
- 6d294d8: Nodes targeted by
sh:targetNode
should fail validation even if they are not explicitly used in the Data Graph (fixes #107)
v0.6.1
Patch Changes
- fd5327e: Backport fixes from v0.5 branch
v0.6.0
Minor Changes
- 65549db: Added support for
owl:imports
. BREAKING: .validate
and .validateNode
methods are now asynchronous
- 0a72314: Refactored the way validators are registered to allow extensions
- 7143c2c: Drop support for Node 16 (this only means we don't run tests on it anymore, but the library should work just fine).
- f194e58: RDF/JS Environment passed to the validator now requires
TermMapFactory
Patch Changes
- 3f25756: Using multiple constraints which expect multiple parameter, such as
sh:pattern+(sh:flags)
caused an exception
v0.5.8
Patch Changes
- accf704: Allow clownface pointer as argument to
.validate
- a11586f: Do not load SHACL dataset into the Shapes Graph
v0.5.7
Patch Changes
- adf47e5: Bundle TypeScript declarations
- f49bdc0: Gracefully handle Property Shapes used inside logical constraints (fixes #140)
v0.5.6
Patch Changes
- 6041552: Added a
maxNodeChecks
option to prevent too much recursion
error caused by cyclic shape references (fixes #136)
v0.5.5
Patch Changes
- e2f77f9: Improved result messages with lists
- 1329680: Improve performance of validating
sh:in
constraints
v0.5.3
Patch Changes
- dcad72a: More strict dependency on
@rdfjs/environment
v0.5.2
Patch Changes
- 4233170: Update example in readme
- 7bae4cc: Update
@rdfjs/environment
to v1 (keep support for v0)