Skip to content

Releases: rudof-project/rudof

v0.1.1

12 Jul 09:48
Compare
Choose a tag to compare

v0.1.1

Added basic support for generating HTML views from ShEx schemas. Issue #60

v0.1.0

05 Jul 06:29
Compare
Choose a tag to compare

[0.1.0] - 2024-07-05

  • Added fields: mandatory, repeatable, valueDatatype and valueShape to DCTAP
  • Repaired spelling errors in README issue #73

v0.0.15

04 Jul 16:15
Compare
Choose a tag to compare

[0.0.15] - 2024-07-04

  • First version with support for conversion from ShEx schemas to UML

v0.0.14

03 Jul 08:33
Compare
Choose a tag to compare

[0.0.14] - 2024-07-02

  • First version with initial support for DCTap to ShEx converter, issue #54
  • Refactor on shapes converter to accomodate more conversions each of them in its own folder
  • First version which publishes also Python bindings

v0.0.13

22 Jun 06:57
Compare
Choose a tag to compare

[0.0.13] - 2024-06-22

  • First attempt to add support for ShEx to SPARQL converter, issue #67

v0.0.12

17 Jun 16:26
Compare
Choose a tag to compare

This is a new pre-release that includes very basic DCTap functionality

v0.0.11

08 Jun 05:54
Compare
Choose a tag to compare
  • [0.0.11] - 2024-06-08

  • This version in mainly a maintainance version updating some dependencies

  • Started project DCTAP to handle DCTAP files

  • Updated some dependency versions

    • oxrdf = "0.2.0-alpha.2"
    • regex = "1.10.4"

v0.0.10

29 Jan 11:46
Compare
Choose a tag to compare

[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

19 Jan 05:12
Compare
Choose a tag to compare
  • Removed shex_pest, shex_antlr and validation_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

06 Jan 13:30
Compare
Choose a tag to compare

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.