Releases: hypermedia-app/clownface-shacl-path
Releases · hypermedia-app/clownface-shacl-path
v2.4.0
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
Minor Changes
- d4af8b4: Allow calling
toSparql
with a path object
v2.2.0
Minor Changes
- 88a6aab: Added
toAlgebra
which converts a SHACL path to a sparqljs PropertyPath
object
v2.1.0
Minor Changes
- daef669: Add option to allow sequence paths which are blank nodes
v2.0.2
Patch Changes
- 08fb77e: Relax dependency on clownface to allow v1 and v2
v2.0.1
Patch Changes
- f39540c: Relax dependency on
@tpluscode/rdf-ns-builders
v1.5.1
Patch Changes
- 095115b: Remove the use of
constructor.name
which fails in production builds
v1.5.0
Minor Changes
- 573246b: Added
PathVisitor
for custom path processing logic