Skip to content

Releases: zazuko/rdf-validate-shacl

v0.6.5

30 May 08:02
Compare
Choose a tag to compare

Patch Changes

  • 4e08184: Options should be optional (wrong annotation)

v0.6.4

30 May 07:51
Compare
Choose a tag to compare

Patch Changes

  • 065652d: Export Options interface

v0.6.3

16 May 09:52
Compare
Choose a tag to compare

Patch Changes

  • 65fd079: Updated dependencies (remove @rdfjs/types v1)

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