Releases: rudof-project/rudof
Releases · rudof-project/rudof
v0.1.16
[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
v0.1.14
v0.1.13
[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 sorudof
can be used in a Linux pipe
v0.1.12
v0.1.11
[0.1.11] - 2024-08-12
- Repaired error #91 adding a force-overwrite option to the command line
- Changed command line name from
rdfsx
torudof
- Removed mandatory dependency from
rdf-star
iniri_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
[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
v0.1.3
[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