Skip to content

Releases: hypermedia-app/clownface-shacl-path

v2.4.0

24 Oct 11:21
Compare
Choose a tag to compare

Minor Changes

  • 6e90115: Adds NegatedPropertySet class to support negated paths in findNodes, toAlgebra and toAlgebra
    NOTE: negated paths are not supported in SHACL representation (see w3c/shacl#20)
  • 55a5536: Allow calling toSparql with a path object

v2.3.0

24 Oct 08:46
Compare
Choose a tag to compare

Minor Changes

  • d4af8b4: Allow calling toSparql with a path object

v2.2.0

26 Jun 12:26
Compare
Choose a tag to compare

Minor Changes

  • 88a6aab: Added toAlgebra which converts a SHACL path to a sparqljs PropertyPath object

v2.1.1

10 May 08:12
Compare
Choose a tag to compare

Patch Changes

  • e501301: Removed imports of rdf-js

v2.1.0

06 Jan 21:18
Compare
Choose a tag to compare

Minor Changes

  • daef669: Add option to allow sequence paths which are blank nodes

v2.0.2

14 Aug 09:27
Compare
Choose a tag to compare

Patch Changes

  • 08fb77e: Relax dependency on clownface to allow v1 and v2

v2.0.1

06 May 09:47
Compare
Choose a tag to compare

Patch Changes

  • f39540c: Relax dependency on @tpluscode/rdf-ns-builders

v2.0.0

19 Mar 14:54
Compare
Choose a tag to compare

Major Changes

v1.5.1

18 Feb 21:26
Compare
Choose a tag to compare

Patch Changes

  • 095115b: Remove the use of constructor.name which fails in production builds

v1.5.0

18 Feb 14:15
Compare
Choose a tag to compare

Minor Changes

  • 573246b: Added PathVisitor for custom path processing logic