Skip to content

Releases: zazuko/rdf-validate-shacl

v0.6.2

23 Apr 12:50
Compare
Choose a tag to compare

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

04 Apr 08:34
Compare
Choose a tag to compare

Patch Changes

  • fd5327e: Backport fixes from v0.5 branch

v0.6.0

04 Apr 07:44
Compare
Choose a tag to compare

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

03 Apr 11:47
Compare
Choose a tag to compare

Patch Changes

  • accf704: Allow clownface pointer as argument to .validate
  • a11586f: Do not load SHACL dataset into the Shapes Graph

v0.5.7

27 Mar 13:08
Compare
Choose a tag to compare

Patch Changes

  • adf47e5: Bundle TypeScript declarations
  • f49bdc0: Gracefully handle Property Shapes used inside logical constraints (fixes #140)

v0.5.6

23 Jul 07:58
Compare
Choose a tag to compare

Patch Changes

  • 6041552: Added a maxNodeChecks option to prevent too much recursion error caused by cyclic shape references (fixes #136)

v0.5.5

07 May 10:55
e865cac
Compare
Choose a tag to compare

Patch Changes

  • e2f77f9: Improved result messages with lists
  • 1329680: Improve performance of validating sh:in constraints

v0.5.4

11 Apr 09:39
Compare
Choose a tag to compare

Patch Changes

v0.5.3

19 Jan 12:05
Compare
Choose a tag to compare

Patch Changes

  • dcad72a: More strict dependency on @rdfjs/environment

v0.5.2

18 Jan 13:25
Compare
Choose a tag to compare

Patch Changes

  • 4233170: Update example in readme
  • 7bae4cc: Update @rdfjs/environment to v1 (keep support for v0)