Skip to content

Releases: rudof-project/rudof

v0.1.16

22 Aug 09:45
8075765
Compare
Choose a tag to compare

[0.1.16] - 2024-08-19

  • This release only changes the name of the python bindings from rudof to pyrudof and adds a first submodule convert for checking if it works

v0.1.15

19 Aug 07:10
Compare
Choose a tag to compare

[0.1.15] - 2024-08-19

  • Solves issue #115 adding annotations to the ShEx compact printer
  • Takes into account annotations to generate labels in HTML and UML conversion from ShEx

v0.1.14

15 Aug 09:55
Compare
Choose a tag to compare

[0.1.14] - 2024-08-14

  • Added support for using URLs in command line. The system attempts to dereference the URI and parses its content.
  • Added support for parsing placeholders in DCTAP generating new properties for each one

v0.1.13

14 Aug 12:56
Compare
Choose a tag to compare

[0.1.13] - 2024-08-13

  • data option now serializes the RDF data to one of the existing RDF data formats (previous version were generating an internal representation of the graph).
  • Added support for using - as a marker for stdin so rudof can be used in a Linux pipe

v0.1.12

13 Aug 18:11
Compare
Choose a tag to compare

[0.1.12] - 2024-08-13

  • Changed the one line description of the commands according to issue #77
  • First version which allows several RDF data files in the command line #100
  • Repaired small bug in the validate option because two options had the same long name: mode

v0.1.11

12 Aug 13:39
Compare
Choose a tag to compare

[0.1.11] - 2024-08-12

  • Repaired error #91 adding a force-overwrite option to the command line
  • Changed command line name from rdfsx to rudof
  • Removed mandatory dependency from rdf-star in iri_s and added it as a feature
  • The releases between 0.1.6 to 0.1.10 were discarded and not published becasue we were experimenting with cargo ws publish

v0.1.6

09 Aug 08:42
Compare
Choose a tag to compare

[0.1.6] - 2024-08-09

  • Added more features to SHACL validation: #94
  • Added more control about syntax highlighting on terminal:
    • Avoiding to include colors when the output goes to a file in ShEx generation options
  • Added config parameter to some of the options in the Command line tool so the user can configure the behaviour: validate, convert, dctap, node

v0.1.5

30 Jul 12:19
Compare
Choose a tag to compare

[0.1.5] - 2024-07-30

  • Added options in command line to pass config files in YAML
  • Repaired bug in DCTAP resolution of IRIs

v0.1.3

27 Jul 12:40
Compare
Choose a tag to compare

[0.1.3] - 2024-07-27

  • Generation of HTML views from ShEx based on Minininja templates which allow better customization
  • Direct conversion from DCTAP to UML and HTML views
  • Generation of UML visualizations in SVG and PNG
  • Basic support for SHACL validation and added shacl-validation crate

v0.1.2

17 Jul 08:15
Compare
Choose a tag to compare

[0.1.2]

  • Added descriptions to subcommands in command line
  • Added more options in DCTAP: property and shape labels, and value constraints
  • Added direct conversion from DCTAP to HTML and UML
  • More options for HTML views