Releases: rudof-project/rudof
Releases · rudof-project/rudof
v0.1.1
v0.1.0
v0.0.15
v0.0.14
v0.0.13
v0.0.12
v0.0.11
v0.0.10
[0.0.10] - 2024-01-29
- issue 32 ShEx parser works as an iterator per statement allowing to show debug information by statement. Debug information can be controlled by the environment variablt RUST_LOG. A value of "debug" for that variable will print more information.
- Updated dependency versions
oxrdf = "0.2.0-alpha.2"
oxttl = "0.1.0-alpha.2"
oxrdfio = "0.1.0-alpha.2"
v0.0.9
- Removed
shex_pest
,shex_antlr
andvalidation_oxgraph
folders because their code is no longer used. - Added time option to
sx_cli
- Repaired bug in
shex_compact
that failed with node constraints followed by cardinality without space - More support to read SHACL as RDF
- Merged srdf_graph and srdf_sparql crates into srdf, the former crates will no longer be maintained as their code is integrated in
srdf
. - Added option
--output
to CLI so the users can choose if the output goes to terminal or to a file - Changed dependency from rio_api and rio_turtle to oxttl and oxrdfio which seem to be more actively maintained now.
Full Changelog: v0.0.4...v0.0.9
v0.0.7
In this release we added support for SHACL by defining the shacl_ast
crate.
Other changes:
- Renamed the project from shex_rs to shapes_rs to indicate that the project intends to support both ShEx and SHACL.
- Merged the srdf_graph and srdf_sparql crates into srdf.
- Added more combinators and documentation examples to rdf_parser in order to document the RDF parser combinators approach. See, for example, the doc for the map method.